diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:54:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:54:53 +0000 |
commit | 228c3484c3a3b261dd40c8ce178823701b833580 (patch) | |
tree | 1086611fcbb131350ca9fed5f2e681a9b6f74f42 /target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | |
parent | 64ea60d210ff26fad3c624e9cf208a8730f0ffed (diff) | |
download | upstream-228c3484c3a3b261dd40c8ce178823701b833580.tar.gz upstream-228c3484c3a3b261dd40c8ce178823701b833580.tar.bz2 upstream-228c3484c3a3b261dd40c8ce178823701b833580.zip |
ar71xx: fix Kconfig symbol selection for RB95x/RB2011
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38596
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch index f68630e638..a19f52c318 100644 --- a/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch +++ b/target/linux/ar71xx/patches-3.10/610-MIPS-ath79-openwrt-machines.patch @@ -190,7 +190,7 @@ config ATH79_MACH_AP121 bool "Atheros AP121 reference board" select SOC_AR933X -@@ -11,62 +66,653 @@ config ATH79_MACH_AP121 +@@ -11,62 +66,656 @@ config ATH79_MACH_AP121 select ATH79_DEV_M25P80 select ATH79_DEV_USB select ATH79_DEV_WMAC @@ -494,7 +494,7 @@ + +config ATH79_MACH_RB95X + bool "MikroTik RouterBOARD 95X support" -+ select SOC_AR934x ++ select SOC_AR934X + select ATH79_DEV_ETH + select ATH79_DEV_NFC + select ATH79_DEV_WMAC @@ -504,11 +504,14 @@ + +config ATH79_MACH_RB2011 + bool "MikroTik RouterBOARD 2011 support" -+ select SOC_AR934x ++ select SOC_AR934X + select ATH79_DEV_ETH ++ select ATH79_DEV_M25P80 + select ATH79_DEV_NFC ++ select ATH79_DEV_USB + select ATH79_DEV_WMAC + select ATH79_ROUTERBOOT ++ select RLE_DECOMPRESS + +config ATH79_MACH_WNDAP360 + bool "NETGEAR WNDAP360 board support" @@ -870,7 +873,7 @@ config ATH79_MACH_UBNT_XM bool "Ubiquiti Networks XM/UniFi boards" -@@ -83,6 +729,34 @@ config ATH79_MACH_UBNT_XM +@@ -83,6 +732,34 @@ config ATH79_MACH_UBNT_XM Say 'Y' here if you want your kernel to support the Ubiquiti Networks XM (rev 1.0) board. @@ -905,7 +908,7 @@ endmenu config SOC_AR71XX -@@ -132,7 +806,10 @@ config ATH79_DEV_DSA +@@ -132,7 +809,10 @@ config ATH79_DEV_DSA config ATH79_DEV_ETH def_bool n @@ -917,7 +920,7 @@ def_bool n config ATH79_DEV_GPIO_BUTTONS -@@ -164,4 +841,7 @@ config ATH79_PCI_ATH9K_FIXUP +@@ -164,4 +844,7 @@ config ATH79_PCI_ATH9K_FIXUP config ATH79_ROUTERBOOT def_bool n |