summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.4/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-15 01:57:38 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-15 01:57:38 +0000
commit2b46821a9ac8ad7da9601073b96ad3a627fe9515 (patch)
treec9be6026795ee16a8ae3745ab6b4250b3e01e656 /openwrt/target/linux/linux-2.4/Makefile
parent5a8a1463db04b950bc6a2b9c1f35cd24eddf52cd (diff)
downloadmtk-20170518-2b46821a9ac8ad7da9601073b96ad3a627fe9515.zip
mtk-20170518-2b46821a9ac8ad7da9601073b96ad3a627fe9515.tar.gz
mtk-20170518-2b46821a9ac8ad7da9601073b96ad3a627fe9515.tar.bz2
add pcmcia support for 2.4/brcm and serial_cs kernel module
SVN-Revision: 2490
Diffstat (limited to 'openwrt/target/linux/linux-2.4/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index 5a16a7e..a42ba73 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/target/linux/linux-2.4/Makefile
@@ -287,6 +287,10 @@ $(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\
$(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.o \
,CONFIG_PCMCIA,,50,pcmcia_core))
+$(eval $(call KMOD_template,PCMCIA_SERIAL,pcmcia-serial,\
+ $(MODULES_DIR)/kernel/drivers/char/pcmcia/serial_cs.o \
+,CONFIG_PCMCIA_SERIAL_CS,kmod-pcmcia-core,51,serial_cs))
+
# USB