ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boards
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
index e2aaa66066650e86aa7f8ceb4a7a8bd2296b17e1..48fca77ced9df153060fdd4af3df16e6e259b537 100644 (file)
@@ -25,6 +25,7 @@ config AR71XX_MACH_DIR_615_C1
        select AR71XX_DEV_AR913X_WMAC
        select AR71XX_DEV_GPIO_BUTTONS
        select AR71XX_DEV_LEDS_GPIO
+       select AR71XX_NVRAM
        default n
 
 config AR71XX_MACH_DIR_825_B1
@@ -171,6 +172,7 @@ config AR71XX_MACH_TEW_632BRP
        select AR71XX_DEV_AR913X_WMAC
        select AR71XX_DEV_GPIO_BUTTONS
        select AR71XX_DEV_LEDS_GPIO
+       select AR71XX_NVRAM
        default n
 
 config AR71XX_MACH_UBNT
@@ -212,4 +214,7 @@ config AR71XX_DEV_PB42_PCI
 config AR71XX_DEV_USB
        def_bool n
 
+config AR71XX_NVRAM
+       def_bool n
+
 endif