From 4245da91ec41770c49b72e60ee32e76f010e6eea Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 9 Dec 2005 11:14:52 +0000 Subject: add pcmcia and serial_cs kernel support for mipsel/2.6 SVN-Revision: 2608 --- openwrt/target/linux/linux-2.6/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'openwrt/target/linux/linux-2.6/Makefile') diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 1871a3a..55d7b0f 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -305,9 +305,15 @@ $(eval $(call KMOD_template,NET_PRISM54,net-prism54,\ # PCMCIA/CardBus $(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\ + $(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia.ko \ $(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia_core.ko \ $(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.ko \ -,CONFIG_PCMCIA,,50,pcmcia_core)) + $(MODULES_DIR)/kernel/drivers/pcmcia/rsrc_nonstatic.ko \ +,CONFIG_PCMCIA,,50,pcmcia_core pcmcia yenta_socket rsrc_nonstatic)) + +$(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial,\ + $(MODULES_DIR)/kernel/drivers/serial/serial_cs.ko \ +,CONFIG_SERIAL_8250_CS)) # USB -- cgit v1.1