mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 18:00:00 +01:00
fix pcmcia modules loading (thanks to Mr-packet)
SVN-Revision: 2491
This commit is contained in:
parent
2b46821a9a
commit
15e214dd89
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue