aboutsummaryrefslogtreecommitdiffstats
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
commit406e85458018ea8b46910bcd2e2b7c30dabf959c (patch)
treef1e95800fccbdbbf1ca8e4dd9ab91ca15f25e848
parent732d292809572423851b7e14b62449d316ae9b07 (diff)
downloadupstream-406e85458018ea8b46910bcd2e2b7c30dabf959c.tar.gz
upstream-406e85458018ea8b46910bcd2e2b7c30dabf959c.tar.bz2
upstream-406e85458018ea8b46910bcd2e2b7c30dabf959c.zip
fix pcmcia modules loading (thanks to Mr-packet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2491 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 a42ba73d65e..d487446209d 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 \