aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-13 19:43:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-13 19:43:58 +0000
commit2d6542242aba8e19ea9d53f344d1a29786c90e22 (patch)
treefe81c2531daf80f6465ae7a26e0c5ef6497a4323 /target/linux/ar71xx/base-files/etc/diag.sh
parent16d45d553108bfb898b70aa9156fab99fc99678a (diff)
downloadupstream-2d6542242aba8e19ea9d53f344d1a29786c90e22.tar.gz
upstream-2d6542242aba8e19ea9d53f344d1a29786c90e22.tar.bz2
upstream-2d6542242aba8e19ea9d53f344d1a29786c90e22.zip
ar71xx: add user-space support for EnGenius ESR1750
Signed-off-by: Jon Suphammer <jon@suphammer.net> Patchwork: http://patchwork.openwrt.org/patch/5840/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41625
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index c689e7038c..32b82dd7d8 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -72,6 +72,9 @@ get_status_led() {
gl-inet)
status_led="gl-connect:green:lan"
;;
+ esr1750)
+ status_led="esr1750:amber:power"
+ ;;
hiwifi-hc6361)
status_led="hiwifi:blue:system"
;;