From: Nicolas Thill Date: Tue, 15 Nov 2005 03:31:05 +0000 (+0000) Subject: fix pcmcia modules loading (thanks to Mr-packet) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a74e3b70b18c9dc7203f6f8633bb800d2c7c5e24;hp=3d7ef73b3d759ff185451f34b49831765b9942c3 fix pcmcia modules loading (thanks to Mr-packet) SVN-Revision: 2491 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index a42ba73d65..d487446209 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 \