aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 15:55:56 +0000
commitc1585ec773b225e204f531d99c7ce255e879b37d (patch)
treeccc18c301f79a3732498646d5cb8d02c6e5de1c2
parent0d1c23f2ca6edfbd0655ab51aae8f2ceb4f4e70d (diff)
downloadmaster-187ad058-c1585ec773b225e204f531d99c7ce255e879b37d.tar.gz
master-187ad058-c1585ec773b225e204f531d99c7ce255e879b37d.tar.bz2
master-187ad058-c1585ec773b225e204f531d99c7ce255e879b37d.zip
ar71xx: use the green power led for diag on the WNR2200 board
Make it consistent with the other Netgear boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38103 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index b609ac20c7..b6bb9e9c00 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -180,7 +180,7 @@ get_status_led() {
status_led="netgear:green:power"
;;
wnr2200)
- status_led="netgear:amber:power"
+ status_led="netgear:green:power"
;;
wnr612-v2)
status_led="netgear:green:power"