aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:42 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:42 +0000
commit8bf4a3fc9973498eef70d4c083b49bc3a8c56db0 (patch)
treedaeaa5b637b46ae033c3c34d18eb926dae3f75f0 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent5539a5b04ef0abaf480ea2c5a14e75ba0690397a (diff)
downloadmaster-187ad058-8bf4a3fc9973498eef70d4c083b49bc3a8c56db0.tar.gz
master-187ad058-8bf4a3fc9973498eef70d4c083b49bc3a8c56db0.tar.bz2
master-187ad058-8bf4a3fc9973498eef70d4c083b49bc3a8c56db0.zip
ar71xx: Add support for AP147-010 reference board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46457 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.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 e1c47eeaf7..d5d5b60660 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -365,6 +365,9 @@ ar71xx_board_detect() {
*"AP143 reference board")
name="ap143"
;;
+ *"AP147-010 reference board")
+ name="ap147-010"
+ ;;
*AP81)
name="ap81"
;;