projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b46821
)
fix pcmcia modules loading (thanks to Mr-packet)
author
Nicolas Thill
<nico@openwrt.org>
Tue, 15 Nov 2005 03:31:05 +0000
(
03:31
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 15 Nov 2005 03:31:05 +0000
(
03:31
+0000)
SVN-Revision: 2491
openwrt/target/linux/linux-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/linux-2.4/Makefile
b/openwrt/target/linux/linux-2.4/Makefile
index a42ba73d65e742dea7aace057fe7338638d45162..d487446209d20a018f8a10307d1d95a081daf0d2 100644
(file)
--- 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 \