aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-23 22:37:02 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-23 22:37:02 +0000
commite6087875b68b0dc743ff1d3328777c036e95567b (patch)
treef4ee65bcc564f0baca7474fecef7ac3af19ede51 /target/linux/ar71xx/base-files/lib
parent09ccef95a9305bede689e86f4b8e4ae315edbd4a (diff)
downloadupstream-e6087875b68b0dc743ff1d3328777c036e95567b.tar.gz
upstream-e6087875b68b0dc743ff1d3328777c036e95567b.tar.bz2
upstream-e6087875b68b0dc743ff1d3328777c036e95567b.zip
ar71xx: add support for ap120c
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49084 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index d0abf42a5c..7cfd319149 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -333,6 +333,9 @@ ar71xx_board_detect() {
*"ALFA Network AP96")
name="alfa-ap96"
;;
+ *"ALFA Network AP120C")
+ name="alfa-ap120c"
+ ;;
*"ALFA Network N2/N5")
name="alfa-nx"
;;