diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:25:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:25:51 +0000 |
commit | 2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b (patch) | |
tree | aa47a818902af5c257e4d0d2248b6d910ac04fe8 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 69965212bd5c796dc9229b71479c0d8071f06f63 (diff) | |
download | upstream-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.gz upstream-2fa2d97ae22ee20a7a1c15014cc0d27d43d1512b.tar.bz2 upstream-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-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 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" ;; |