diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:46 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-01 11:20:46 +0000 |
commit | 54e69d54d624cf3a2df41bcb363f83e4add6cbaf (patch) | |
tree | cfa078d1e2399057f71ff420f1d66cc41bfa7b07 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 46393cef669cf1450dbe4f738068e9caded1565c (diff) |
ar71xx: unify LED names on Buffalo boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index daa7407332..a608f4e063 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -103,8 +103,9 @@ get_status_led() { unifi) status_led="ubnt:green:dome" ;; - whr-hp-g300n) - status_led="whr-hp-g300n:green:router" + whr-hp-g300n | \ + wzr-hp-g300nh) + status_led="buffalo:green:router" ;; wndr3700 | wndr3700v2) status_led="wndr3700:green:power" @@ -121,9 +122,6 @@ get_status_led() { wrt160nl) status_led="wrt160nl:blue:wps" ;; - wzr-hp-g300nh) - status_led="wzr-hp-g300nh:green:router" - ;; zcn-1523h-2 | zcn-1523h-5) status_led="zcn-1523h:amber:init" ;; |