diff options
author | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-20 17:28:34 +0000 |
---|---|---|
committer | claudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-20 17:28:34 +0000 |
commit | 898076f4792569cbf36ea2f5839180421cd8c85d (patch) | |
tree | 48939c7436291cf08c935c8740dcb6155da3f2df /target/linux/ar71xx/base-files/etc | |
parent | a3978a4a410391558c991944340bcf6941c9c916 (diff) |
[ar71xx] unifi: add sysupgrade and leds support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
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 add552ea3..23370446a 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -102,6 +102,9 @@ get_status_led() { tl-wr941nd) status_led="tl-wr941nd:green:system" ;; + unifi) + status_led="ubnt:green:dome" + ;; wndr3700) status_led="wndr3700:green:power" ;; |