Changeset 3786

Show
Ignore:
Timestamp:
08/22/08 16:36:38 (3 months ago)
Author:
markus
Message:

added hso driver backport (see www.pharscape.org) to support Option HSUPA cards. Some comgt-scripts will come next.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/mk/modules-2.4.mk

    r1407 r3786  
    213213,CONFIG_PCMCIA_SERIAL_CS,kmod-pcmcia-core,51,serial_cs)) 
    214214 
     215$(eval $(call KMOD_template,PCMCIA_HSO,pcmcia-hso,\ 
     216        $(MODULES_DIR)/kernel/drivers/char/pcmcia/hso/hso.o \ 
     217,CONFIG_PCMCIA,kmod-pcmcia-core,51,hso)) 
     218 
    215219 
    216220# USB 
  • branches/freewrt_1_0/target/linux/Config.in

    r2381 r3786  
    644644        prompt   "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support" 
    645645        tristate 
     646        default n 
     647        depends FWRT_PACKAGE_KMOD_PCMCIA_CORE 
     648 
     649config FWRT_PACKAGE_KMOD_PCMCIA_HSO 
     650        prompt   "kmod-pcmcia-hso................. PCMCIA/CardBus driver for Option HSUPA card" 
     651        tristate 
     652        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 
    646653        default n 
    647654        depends FWRT_PACKAGE_KMOD_PCMCIA_CORE