diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-02 02:38:07 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-02 02:38:07 +0000 |
commit | c165a56ae2770a363369a000d61eaf4fc332406e (patch) | |
tree | 87817693900e3f00f972ad4b33be6115e2c8abb3 /target/linux/linux-2.4/config/x86 | |
parent | f8a8c206168633149e3d5c70c01d10e9841af2a4 (diff) |
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/linux-2.4/config/x86')
-rw-r--r-- | target/linux/linux-2.4/config/x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/config/x86 b/target/linux/linux-2.4/config/x86 index 728613c4a4..c378a24936 100644 --- a/target/linux/linux-2.4/config/x86 +++ b/target/linux/linux-2.4/config/x86 @@ -942,7 +942,7 @@ CONFIG_WATCHDOG_NOWAYOUT=y # CONFIG_60XX_WDT is not set CONFIG_SC1200_WDT=m CONFIG_SCx200_WDT=m -CONFIG_SOFT_WATCHDOG=y +CONFIG_SOFT_WATCHDOG=m # CONFIG_W83877F_WDT is not set # CONFIG_WDT is not set # CONFIG_WDTPCI is not set |