Changeset 3786
- Timestamp:
- 08/22/08 16:36:38 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/mk/modules-2.4.mk
r1407 r3786 213 213 ,CONFIG_PCMCIA_SERIAL_CS,kmod-pcmcia-core,51,serial_cs)) 214 214 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 215 219 216 220 # USB branches/freewrt_1_0/target/linux/Config.in
r2381 r3786 644 644 prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support" 645 645 tristate 646 default n 647 depends FWRT_PACKAGE_KMOD_PCMCIA_CORE 648 649 config 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 646 653 default n 647 654 depends FWRT_PACKAGE_KMOD_PCMCIA_CORE


