aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
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/base-files/lib/ar71xx.sh
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/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 7cfd319149..5768286b68 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -330,12 +330,12 @@ ar71xx_board_detect() {
*"AirRouter")
name="airrouter"
;;
- *"ALFA Network AP96")
- name="alfa-ap96"
- ;;
*"ALFA Network AP120C")
name="alfa-ap120c"
;;
+ *"ALFA Network AP96")
+ name="alfa-ap96"
+ ;;
*"ALFA Network N2/N5")
name="alfa-nx"
;;