diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-02 11:20:03 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-02 11:20:03 +0000 |
commit | c31f63a433621ed51ffecb70581b6c3236598bb6 (patch) | |
tree | 369f5463efbbf050fe44235e7d09c64eef29db74 /target/linux/ppc40x | |
parent | 253b225f03aff021f2cd82dde3632bb460550687 (diff) |
enable the watchdog driver for ppc4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17095 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 c3c5702bc..f420c1c8a 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 is not set +CONFIG_BOOKE_WDT=y CONFIG_BOUNCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd" |