diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-22 13:43:23 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-22 13:43:23 +0000 |
commit | a40700d373a5c7e33621c6046a40e11071780824 (patch) | |
tree | ccdc67f67a4cdd10ee8364f418614ee64afca03e /target/linux/ramips/base-files/etc | |
parent | e6804feade4c5f6d5e0806a535be17d047c68385 (diff) |
ramips: add sysled and sysupgrade to wr512-3gn
Patch from #10035.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 9e09e69074..35cab281d9 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -78,6 +78,9 @@ get_status_led() { wl-351) status_led="wl-351:amber:power" ;; + wr512-3gn) + status_led="wr512:green:wps" + ;; esac } |