summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-15 03:31:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-15 03:31:05 +0000
commit15e214dd89dea138ee1c976aa1bbef1f72217c7e (patch)
tree51d81f86f828d86178cac7284efb7a758da6199a /openwrt/target
parent2b46821a9ac8ad7da9601073b96ad3a627fe9515 (diff)
downloadmtk-20170518-15e214dd89dea138ee1c976aa1bbef1f72217c7e.zip
mtk-20170518-15e214dd89dea138ee1c976aa1bbef1f72217c7e.tar.gz
mtk-20170518-15e214dd89dea138ee1c976aa1bbef1f72217c7e.tar.bz2
fix pcmcia modules loading (thanks to Mr-packet)
SVN-Revision: 2491
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index a42ba73..d487446 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/target/linux/linux-2.4/Makefile
@@ -283,9 +283,9 @@ $(eval $(call KMOD_template,NET_PRISM54,net-prism54,\
$(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\
$(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia_core.o \
- $(MODULES_DIR)/kernel/drivers/pcmcia/ds.o \
$(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.o \
-,CONFIG_PCMCIA,,50,pcmcia_core))
+ $(MODULES_DIR)/kernel/drivers/pcmcia/ds.o \
+,CONFIG_PCMCIA,,50,pcmcia_core yenta_socket ds))
$(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial,\
$(MODULES_DIR)/kernel/drivers/char/pcmcia/serial_cs.o \