X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/64924ab28f7a237cac61743b70689def112e91e7..c8737aef24173486eea70bb50df02a2ed2ad0b52:/openwrt/target/linux/linux-2.6/Makefile?ds=sidebyside diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 1871a3aaf..55d7b0f07 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