summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-05 21:33:28 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-05 21:33:28 +0000
commit56a13aafc1af0275cf165e088f988c50eb1ffb46 (patch)
tree6b06b770cd4c62a15d2622f9451c5a265f5d2c85 /target
parenta887f3a0a3757df5f8eb79045a60d65d4c505b98 (diff)
downloadmaster-31e0f0ae-56a13aafc1af0275cf165e088f988c50eb1ffb46.tar.gz
master-31e0f0ae-56a13aafc1af0275cf165e088f988c50eb1ffb46.tar.bz2
master-31e0f0ae-56a13aafc1af0275cf165e088f988c50eb1ffb46.zip
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. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46190
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch b/target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch
index f20da0d8ee..1911d7b5ff 100644
--- a/target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch
+++ b/target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch
@@ -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"