diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-01-02 02:38:07 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-01-02 02:38:07 +0000 |
commit | ee17f0312c280077936743ef59b09887e4035749 (patch) | |
tree | 87817693900e3f00f972ad4b33be6115e2c8abb3 /target/linux/Config.in | |
parent | e6139c0c8a575a085e2e49ee6a55d6a46b498fd0 (diff) | |
download | upstream-ee17f0312c280077936743ef59b09887e4035749.tar.gz upstream-ee17f0312c280077936743ef59b09887e4035749.tar.bz2 upstream-ee17f0312c280077936743ef59b09887e4035749.zip |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r-- | target/linux/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 8ea02179ff..cd2c5017ac 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -177,6 +177,13 @@ config BR2_PACKAGE_KMOD_PPPOE help Support for PPP over Ethernet +config BR2_PACKAGE_KMOD_RING + prompt "kmod-ring......................... PF Ring" + tristate + default m + help + PF Ring + config BR2_PACKAGE_KMOD_SCHED prompt "kmod-sched........................ Traffic schedulers" tristate @@ -773,6 +780,13 @@ config BR2_PACKAGE_KMOD_LP help Kernel modules for line printer and parallel port support +config BR2_PACKAGE_KMOD_SOFTDOG + prompt "kmod-softdog..................... software watchdog" + tristate + default m + help + Kernel modules for software watchdog driver + config BR2_PACKAGE_KMOD_WD1100 prompt "kmod-wd1100....................... Soekris net4801 watchdog" tristate |