diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-25 13:54:15 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-25 13:54:15 +0000 |
commit | b936bd8c3bfa43779ddab78f3e637791c8349995 (patch) | |
tree | abccc054014e08f6c6d35c5f7a88366aec2d6d06 /target | |
parent | c84640edc825e2fc2dd6c3a424506ad7cc7decf3 (diff) | |
download | upstream-b936bd8c3bfa43779ddab78f3e637791c8349995.tar.gz upstream-b936bd8c3bfa43779ddab78f3e637791c8349995.tar.bz2 upstream-b936bd8c3bfa43779ddab78f3e637791c8349995.zip |
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: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46494 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch | 3 |
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 23e7a263e1..a86fb5500e 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" |