aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-24 21:33:21 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-24 21:33:21 +0000
commit3d5407b205c5d7c5235468f75d929f75e4627afb (patch)
tree388a20918e42aa0a651d742a53dea247f4353cdb /target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
parent5c6581a65bc8fdfb26b5102c11776e2f60ef93e2 (diff)
downloadupstream-3d5407b205c5d7c5235468f75d929f75e4627afb.tar.gz
upstream-3d5407b205c5d7c5235468f75d929f75e4627afb.tar.bz2
upstream-3d5407b205c5d7c5235468f75d929f75e4627afb.zip
ar71xx: cosmetic fix of alfa ap120c/ap96 ordering
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49087 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch')
-rw-r--r--target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch b/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
index 18f8de9f68..d6e786dd62 100644
--- a/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
+++ b/target/linux/ar71xx/patches-3.18/610-MIPS-ath79-openwrt-machines.patch
@@ -4,8 +4,8 @@
enum ath79_mach_type {
ATH79_MACH_GENERIC = 0,
-+ ATH79_MACH_ALFA_AP96, /* ALFA Network AP96 board */
+ ATH79_MACH_ALFA_AP120C, /* ALFA Network AP120C board */
++ ATH79_MACH_ALFA_AP96, /* ALFA Network AP96 board */
+ ATH79_MACH_ALFA_NX, /* ALFA Network N2/N5 board */
+ ATH79_MACH_ALL0258N, /* Allnet ALL0258N */
+ ATH79_MACH_ALL0305, /* Allnet ALL0305 */
@@ -206,22 +206,22 @@
menu "Atheros AR71XX/AR724X/AR913X machine selection"
-+config ATH79_MACH_ALFA_AP96
-+ bool "ALFA Network AP96 board support"
++config ATH79_MACH_ALFA_AP120C
++ bool "ALFA Network AP120C board support"
+ select SOC_AR71XX
++ select ATH79_DEV_AP9X_PCI if PCI
+ select ATH79_DEV_ETH
+ select ATH79_DEV_GPIO_BUTTONS
+ select ATH79_DEV_M25P80
-+ select ATH79_DEV_USB
++ select ATH79_DEV_WMAC
+
-+config ATH79_MACH_ALFA_AP120C
-+ bool "ALFA Network AP120C board support"
++config ATH79_MACH_ALFA_AP96
++ bool "ALFA Network AP96 board support"
+ select SOC_AR71XX
-+ select ATH79_DEV_AP9X_PCI if PCI
+ select ATH79_DEV_ETH
+ select ATH79_DEV_GPIO_BUTTONS
+ select ATH79_DEV_M25P80
-+ select ATH79_DEV_WMAC
++ select ATH79_DEV_USB
+
+config ATH79_MACH_HORNET_UB
+ bool "ALFA Network Hornet-UB board support"
@@ -1498,8 +1498,8 @@
#
# Machines
#
-+obj-$(CONFIG_ATH79_MACH_ALFA_AP96) += mach-alfa-ap96.o
+obj-$(CONFIG_ATH79_MACH_ALFA_AP120C) += mach-alfa-ap120c.o
++obj-$(CONFIG_ATH79_MACH_ALFA_AP96) += mach-alfa-ap96.o
+obj-$(CONFIG_ATH79_MACH_ALFA_NX) += mach-alfa-nx.o
+obj-$(CONFIG_ATH79_MACH_ALL0258N) += mach-all0258n.o
+obj-$(CONFIG_ATH79_MACH_ALL0315N) += mach-all0315n.o