diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-01-02 02:38:07 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-01-02 02:38:07 +0000 |
commit | bb6b2354f4dfb880001c9c374a6e33a78208d7bc (patch) | |
tree | a9a5caa708b32a88ce89eb04c0ef04668d58bbf4 /openwrt/target/linux/linux-2.4/config/ar531x | |
parent | 4553a65a5db16e33c0ca8198a7a8ce48da7022cd (diff) | |
download | mtk-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/config/ar531x')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/ar531x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/ar531x b/openwrt/target/linux/linux-2.4/config/ar531x index 5a9137d..265b3aa 100644 --- a/openwrt/target/linux/linux-2.4/config/ar531x +++ b/openwrt/target/linux/linux-2.4/config/ar531x @@ -310,7 +310,7 @@ CONFIG_NETLINK_DEV=m CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_FILTER=y -CONFIG_RING=y +CONFIG_RING=m CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y @@ -764,7 +764,7 @@ CONFIG_WATCHDOG_NOWAYOUT=y # CONFIG_60XX_WDT is not set # CONFIG_SC1200_WDT is not set # CONFIG_SCx200_WDT is not set -CONFIG_SOFT_WATCHDOG=y +CONFIG_SOFT_WATCHDOG=m # CONFIG_W83877F_WDT is not set # CONFIG_WDT is not set # CONFIG_WDTPCI is not set |