diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-27 20:59:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-27 20:59:54 +0000 |
commit | 4060780e57e972944be3a83db84bc37948949698 (patch) | |
tree | 2763a9ce31df2ece44873aefa762b220635d008c /target/linux/ar71xx/config-2.6.32 | |
parent | af1a59b1ab500285722a226a3b3cebd8bdd8a5ca (diff) | |
download | upstream-4060780e57e972944be3a83db84bc37948949698.tar.gz upstream-4060780e57e972944be3a83db84bc37948949698.tar.bz2 upstream-4060780e57e972944be3a83db84bc37948949698.zip |
ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.32')
-rw-r--r-- | target/linux/ar71xx/config-2.6.32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index 6b483b3d7f..2de9983098 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -36,6 +36,7 @@ CONFIG_AR71XX_MACH_WNR2000=y CONFIG_AR71XX_MACH_WP543=y CONFIG_AR71XX_MACH_WRT160NL=y CONFIG_AR71XX_MACH_WRT400N=y +CONFIG_AR71XX_NVRAM=y CONFIG_AR71XX_WDT=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set |