ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boards
[10.03/openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
index e2aaa66..48fca77 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