diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-27 19:19:40 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-27 19:19:40 +0000 |
commit | 4d41fe60132f3e83d453a4b680121b357d5294a7 (patch) | |
tree | 9c8db7f8acff9bdb930863b52ca55454d90052d8 /target/linux/ramips/base-files/etc | |
parent | 96fee377d5d0e05ad7841b617cc012c304af0eea (diff) |
ramips: add sysupgrade and status LED support for HW550-3G
This patch adds sysupgrade and status LED support for the Aztech
HW550-3G. Some LED GPIOs were changed for clarity.
Signed-off-by: Layne Edwards <ledwards76@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26320 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index c69cb9e1c4..051c884de1 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -42,7 +42,10 @@ get_status_led() { whr-g300n) status_led="whr-g300n:red:diag" ;; - esac; + hw550-3g) + status_led="hw550-3g:green:status" + ;; + esac } set_state() { |