CC: ar71xx: EPG5000 requires ATH79_NVRAM
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 Jul 2015 13:54:15 +0000 (13:54 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 Jul 2015 13:54:15 +0000 (13:54 +0000)
EPG5000 uses ath79 nvram functions, but does not select it. This breaks
build if no other board support enabling nvram support is selected.

Closes #19952.

Backport of r46190.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46494

target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch

index 23e7a263e1c6f7fe9d5e19ae4322da38887e757c..a86fb5500e965b0aacd9cb1bfa5a8a5504eeb4b5 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/ath79/Kconfig
 +++ b/arch/mips/ath79/Kconfig
-@@ -196,6 +196,16 @@ config ATH79_MACH_F9K1115V2
+@@ -196,6 +196,17 @@ config ATH79_MACH_F9K1115V2
        select ATH79_DEV_USB
        select ATH79_DEV_WMAC
  
@@ -13,6 +13,7 @@
 +      select ATH79_DEV_M25P80
 +      select ATH79_DEV_USB
 +      select ATH79_DEV_WMAC
++      select ATH79_NVRAM
 +
  config ATH79_MACH_ESR1750
        bool "EnGenius ESR1750 board support"