diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-28 08:43:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-28 08:43:32 +0000 |
commit | 98437278c4ee4f12bc224e0a80168a04075e3055 (patch) | |
tree | 5ac11087de31670eae48029f1f9fbcf522542764 /target/linux/ramips/base-files/etc/diag.sh | |
parent | 76dacee9956eaa02b6e493992d83764f123025bb (diff) | |
download | upstream-98437278c4ee4f12bc224e0a80168a04075e3055.tar.gz upstream-98437278c4ee4f12bc224e0a80168a04075e3055.tar.bz2 upstream-98437278c4ee4f12bc224e0a80168a04075e3055.zip |
ramips: rt305x: add support for the ALFA Networks W502U (R36) board
SVN-Revision: 29615
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-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 652787b3d4..3cd5c0f9a7 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -63,6 +63,9 @@ get_status_led() { v22rw-2x2) status_led="v22rw-2x2:green:security" ;; + w502u) + status_led="alfa:blue:wps" + ;; whr-g300n) status_led="whr-g300n:green:router" ;; |