summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:25:51 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:25:51 +0000
commit2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b (patch)
treeaa47a818902af5c257e4d0d2248b6d910ac04fe8 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent69965212bd5c796dc9229b71479c0d8071f06f63 (diff)
downloadmaster-31e0f0ae-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.gz
master-31e0f0ae-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.bz2
master-31e0f0ae-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.zip
ar71xx: add user-space support for the OpenMesh OM5P-AC
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49142
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 6b8550acac..ded9e7e33a 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -646,6 +646,9 @@ ar71xx_board_detect() {
*"OM5P AN")
name="om5p-an"
;;
+ *"OM5P AC")
+ name="om5p-ac"
+ ;;
*"OMY-X1")
name="omy-x1"
;;