BigW Consortium Gitlab

Commit 4beb1aeb by hauke

CC: ar71xx: EPG5000 requires ATH79_NVRAM

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: 's avatarJonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46494 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent de69e69b
--- a/arch/mips/ath79/Kconfig --- a/arch/mips/ath79/Kconfig
+++ b/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_USB
select ATH79_DEV_WMAC select ATH79_DEV_WMAC
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
+ select ATH79_DEV_M25P80 + select ATH79_DEV_M25P80
+ select ATH79_DEV_USB + select ATH79_DEV_USB
+ select ATH79_DEV_WMAC + select ATH79_DEV_WMAC
+ select ATH79_NVRAM
+ +
config ATH79_MACH_ESR1750 config ATH79_MACH_ESR1750
bool "EnGenius ESR1750 board support" bool "EnGenius ESR1750 board support"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment