diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-23 22:31:38 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-23 22:31:38 +0000 |
commit | ebaba153317d9d32e7f7f8c9187205f9b5d1c47e (patch) | |
tree | b033d3a549b44344ec674b1ab635923a1ab0264d /target/linux/ar71xx/base-files/lib | |
parent | 98a01048b816167a6f7a1b60f3207c46c6e662dd (diff) | |
download | mtk-20170518-ebaba153317d9d32e7f7f8c9187205f9b5d1c47e.zip mtk-20170518-ebaba153317d9d32e7f7f8c9187205f9b5d1c47e.tar.gz mtk-20170518-ebaba153317d9d32e7f7f8c9187205f9b5d1c47e.tar.bz2 |
ar71xx: add support for ap120c
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 49082
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 199379e..f6e38c7 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -351,6 +351,9 @@ ar71xx_board_detect() { *"ALFA Network AP96") name="alfa-ap96" ;; + *"ALFA Network AP120C") + name="alfa-ap120c" + ;; *"ALFA Network N2/N5") name="alfa-nx" ;; |