From: Felix Fietkau Date: Sat, 2 Sep 2006 19:28:46 +0000 (+0000) Subject: fix pcmcia module install X-Git-Tag: whiterussian_rc6~154 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=66a2d3d7a0039b28615be80e4a4f8dbf5b9e2c83;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix pcmcia module install SVN-Revision: 4731 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 436cb741a1..e261deaee8 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -112,7 +112,7 @@ $(eval $(call KMOD_template,IP6TABLES,ip6tables,\ $(eval $(call KMOD_template,PCMCIA,pcmcia,\ $(MODULES_DIR)/kernel/drivers/pcmcia/*.o \ -,CONFIG_PCMCIA)) +,CONFIG_PCMCIA,,40,pcmcia_core yenta_socket ds)) $(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial, \ $(MODULES_DIR)/kernel/drivers/char/pcmcia/serial_cs.o \ ,CONFIG_PCMCIA_SERIAL_CS))