diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:26:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:26:18 +0000 |
commit | 7461604bd982d0eb1568a1701157f9afcb920868 (patch) | |
tree | 2071788285d209e0f00144afae128f1f1ba125df /target/linux/ar71xx/base-files/etc | |
parent | 886cb9a744982f0d5a3e63102445eab7033ce0e6 (diff) | |
download | upstream-7461604bd982d0eb1568a1701157f9afcb920868.tar.gz upstream-7461604bd982d0eb1568a1701157f9afcb920868.tar.bz2 upstream-7461604bd982d0eb1568a1701157f9afcb920868.zip |
ar71xx: add user-space support for the OpenMesh OM5P-ACv2
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
SVN-Revision: 49150
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index da976bd0bc..783a4e6478 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -214,7 +214,8 @@ get_status_led() { om5p-an) status_led="om5p:blue:power" ;; - om5p-ac) + om5p-ac | \ + om5p-acv2) status_led="om5pac:blue:power" ;; omy-x1) |