From 88fc9f7e614b9e3957af74587e09ced62fb83002 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 24 Mar 2016 21:09:34 +0000 Subject: ar71xx: cosmetic fix of alfa ap120c/ap96 ordering Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49086 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index f6e38c7aac..0d1405a254 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -348,12 +348,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" ;; -- cgit v1.2.3