diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 14:05:08 +0000 |
commit | d1238718c23a818b1be2fca068974d8fb916a599 (patch) | |
tree | 2a908ceea1c0352f16721b1c7a82d84655b865ed /target/linux/ar71xx/config-3.10 | |
parent | 8cf868e1a62db5bd9f4cb92a71acc1c049a0db1b (diff) | |
download | upstream-d1238718c23a818b1be2fca068974d8fb916a599.tar.gz upstream-d1238718c23a818b1be2fca068974d8fb916a599.tar.bz2 upstream-d1238718c23a818b1be2fca068974d8fb916a599.zip |
ar71xx: move the watchdog driver to the kernel
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37289
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index b6d065b475..5f4fe41222 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -101,7 +101,7 @@ CONFIG_ATH79_MACH_ZCN_1523H=y CONFIG_ATH79_NVRAM=y CONFIG_ATH79_PCI_ATH9K_FIXUP=y # CONFIG_ATH79_ROUTERBOOT is not set -# CONFIG_ATH79_WDT is not set +CONFIG_ATH79_WDT=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLONE_BACKWARDS=y |