diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-10-27 19:18:02 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-10-27 19:18:02 +0000 |
commit | 3dd3d26bc14659bf911e9ff3957a5532c9e1ce93 (patch) | |
tree | 9aeab0d7dcdc18fa186b893db3d580d603922677 /target/linux/ppc40x | |
parent | 8128ff6c2b97ac89b6a7626418125ba50ce051f7 (diff) | |
download | upstream-3dd3d26bc14659bf911e9ff3957a5532c9e1ce93.tar.gz upstream-3dd3d26bc14659bf911e9ff3957a5532c9e1ce93.tar.bz2 upstream-3dd3d26bc14659bf911e9ff3957a5532c9e1ce93.zip |
disable ppc4xx watchdog, it's unreliable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18186 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r-- | target/linux/ppc40x/config-2.6.30 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/config-2.6.30 b/target/linux/ppc40x/config-2.6.30 index 39d2f39b01..5de51b0426 100644 --- a/target/linux/ppc40x/config-2.6.30 +++ b/target/linux/ppc40x/config-2.6.30 @@ -24,7 +24,7 @@ CONFIG_AUDIT_ARCH=y CONFIG_BASE_SMALL=0 # CONFIG_BINARY_PRINTF is not set CONFIG_BITREVERSE=y -CONFIG_BOOKE_WDT=y +# CONFIG_BOOKE_WDT is not set CONFIG_BOUNCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd" |