summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/linux-2.4/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-01-02 02:38:07 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-01-02 02:38:07 +0000
commitbb6b2354f4dfb880001c9c374a6e33a78208d7bc (patch)
treea9a5caa708b32a88ce89eb04c0ef04668d58bbf4 /openwrt/target/linux/linux-2.4/Makefile
parent4553a65a5db16e33c0ca8198a7a8ce48da7022cd (diff)
downloadmtk-20170518-bb6b2354f4dfb880001c9c374a6e33a78208d7bc.zip
mtk-20170518-bb6b2354f4dfb880001c9c374a6e33a78208d7bc.tar.gz
mtk-20170518-bb6b2354f4dfb880001c9c374a6e33a78208d7bc.tar.bz2
software watchdog as kernel modul, pf ring as kernel module. saves some bytes in the default images, ideas from 22c3 talking with nbd and sven-ola
SVN-Revision: 2801
Diffstat (limited to 'openwrt/target/linux/linux-2.4/Makefile')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index 8cdee42..405d1b3 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/target/linux/linux-2.4/Makefile
@@ -102,6 +102,10 @@ $(eval $(call KMOD_template,TUN,tun,\
$(MODULES_DIR)/kernel/drivers/net/tun.o \
,CONFIG_TUN,,20,tun))
+$(eval $(call KMOD_template,RING,ring,\
+ $(MODULES_DIR)/kernel/net/ring/ring.o \
+,CONFIG_RING,,20,ring))
+
# Filtering / Firewalling
@@ -361,6 +365,10 @@ $(eval $(call KMOD_template,BLUETOOTH,bluetooth,\
$(MODULES_DIR)/kernel/drivers/bluetooth/*.o \
,CONFIG_BLUEZ))
+$(eval $(call KMOD_template,SOFTDOG,softdog,\
+ $(MODULES_DIR)/kernel/drivers/char/softdog.o \
+,CONFIG_SOFT_WATCHDOG,,95,softdog))
+
$(TARGETS): $(PACKAGE_DIR)