Changeset a31be14 in freewrt


Ignore:
Timestamp:
May 24, 2007, 9:43:32 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
9aca24d
Parents:
4cca245
Message:

fix pcmcia kernel configuration

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2646 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mk/modules.mk

    r4cca245 ra31be14  
    621621PCMCIA_SERIAL_MODULES = drivers/char/pcmcia/serial_cs
    622622endif
    623 $(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\
     623$(eval $(call KMOD_template,PCMCIA,pcmcia,\
    624624        $(foreach mod,$(PCMCIA_CORE_MODULES),$(MODULES_DIR)/kernel/$(mod)) \
    625625,50))
    626 $(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial,\
     626$(eval $(call KMOD_template,PCMCIA_SERIAL_CS,pcmcia-serial,\
    627627        $(foreach mod,$(PCMCIA_SERIAL_MODULES),$(MODULES_DIR)/kernel/$(mod)) \
    628 ,51))
     628,55))
    629629
    630630#
  • package/nozomi/Config.in

    r4cca245 ra31be14  
    33        tristate
    44        default n
    5         select FWRT_KPACKAGE_KMOD_PCMCIA_CORE
     5        select FWRT_KPACKAGE_KMOD_PCMCIA
    66        help
    77          This module provides the serial interfaces needed to get a HSDPA/UMTS/GPRS
  • package/ppp/Config.in

    r4cca245 ra31be14  
    5555        default n
    5656        select FWRT_PACKAGE_COMGT
    57         select FWRT_KPACKAGE_KMOD_PCMCIA_SERIAL
     57        select FWRT_KPACKAGE_KMOD_PCMCIA_SERIAL_CS
    5858        select FWRT_KPACKAGE_KMOD_USB_SERIAL
    5959        depends FWRT_PACKAGE_PPP
  • target/linux/config/Config.in.pcmcia

    r4cca245 ra31be14  
    22depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
    33
    4 config FWRT_KPACKAGE_KMOD_PCMCIA_CORE
    5         prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
     4config FWRT_KERNEL_CARDBUS
     5        boolean
     6        default n
     7
     8config FWRT_KPACKAGE_KMOD_PCMCIA
     9        prompt "kmod-pcmcia....................... PCMCIA/CardBus support"
    610        tristate
     11        select FWRT_KERNEL_CARDBUS
    712        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
     13        depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
    814        default n
    9         depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
    1015
    11 config FWRT_KPACKAGE_KMOD_PCMCIA_SERIAL
    12         prompt   "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
     16config FWRT_KPACKAGE_KMOD_PCMCIA_SERIAL_CS
     17        prompt   "kmod-pcmcia-serial................ PCMCIA/CardBus serial device support"
    1318        tristate
    1419        default n
    15         depends FWRT_KPACKAGE_KMOD_PCMCIA_CORE
     20        select FWRT_KPACKAGE_KMOD_PCMCIA
    1621
    1722source package/nozomi/Config.in
    1823
    1924endmenu
    20 
    21 
Note: See TracChangeset for help on using the changeset viewer.