diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-18 15:33:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-18 15:33:21 +0000 |
commit | 8ee968e68285441c48959c1f20594efd5ad20279 (patch) | |
tree | 8d226f280560f9a39484e66b95dec386591d439a /target/linux | |
parent | 89d09a4b64f003a2baf22ecef7f6e0323f493d76 (diff) | |
download | upstream-8ee968e68285441c48959c1f20594efd5ad20279.tar.gz upstream-8ee968e68285441c48959c1f20594efd5ad20279.tar.bz2 upstream-8ee968e68285441c48959c1f20594efd5ad20279.zip |
update ar7 config, disable watchdog for now (closes: #2146)
SVN-Revision: 8422
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar7-2.6/config/default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar7-2.6/config/default b/target/linux/ar7-2.6/config/default index ecfa805894..605140a99a 100644 --- a/target/linux/ar7-2.6/config/default +++ b/target/linux/ar7-2.6/config/default @@ -3,7 +3,7 @@ CONFIG_32BIT=y # CONFIG_64BIT_PHYS_ADDR is not set CONFIG_AR7=y CONFIG_AR7_GPIO=y -CONFIG_AR7_WDT=y +# CONFIG_AR7_WDT is not set # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set # CONFIG_ARCH_SUPPORTS_MSI is not set @@ -196,3 +196,4 @@ CONFIG_TRAD_SIGNALS=y # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_USB is not set # CONFIG_VGASTATE is not set +CONFIG_ZONE_DMA_FLAG=0 |