summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-11-16 17:31:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-11-16 17:31:25 +0000
commita12a03de8dae6c76d9d3ff764482801fda1df488 (patch)
tree4b46370b8deb9acf01564af0407c6a6d0c54e8fb /target/linux/ar71xx/base-files
parent2f5d0b63d4c3ba0cab1228d2dcf407dfbe06a9e5 (diff)
downloadmaster-31e0f0ae-a12a03de8dae6c76d9d3ff764482801fda1df488.tar.gz
master-31e0f0ae-a12a03de8dae6c76d9d3ff764482801fda1df488.tar.bz2
master-31e0f0ae-a12a03de8dae6c76d9d3ff764482801fda1df488.zip
ar71xx: register LEDs and buttons on the WNDR3700
Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) SVN-Revision: 18435
Diffstat (limited to 'target/linux/ar71xx/base-files')
-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 053d6d4396..82de0a9920 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -66,6 +66,9 @@ get_status_led() {
tl-wr941nd)
status_led="tl-wr941nd:green:system"
;;
+ wndr3700)
+ status_led="wndr3700:green:power"
+ ;;
wnr2000)
status_led="wnr2000:green:power"
;;