diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-27 16:56:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-27 16:56:30 +0000 |
commit | 723d8dd74fdcb14465acc5ef5956020054ff9642 (patch) | |
tree | ab44a6c066037678d4d13e5d371912e77f89522d /target/linux/ramips/base-files/etc/diag.sh | |
parent | 250ef0cb72325e88afa6dfc95f6d9477c62ca1b3 (diff) | |
download | upstream-723d8dd74fdcb14465acc5ef5956020054ff9642.tar.gz upstream-723d8dd74fdcb14465acc5ef5956020054ff9642.tar.bz2 upstream-723d8dd74fdcb14465acc5ef5956020054ff9642.zip |
ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board
SVN-Revision: 29612
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 edb8376cdd..652787b3d4 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -66,6 +66,9 @@ get_status_led() { whr-g300n) status_led="whr-g300n:green:router" ;; + wli-tx4-ag300n) + status_led="buffalo:blue:power" + ;; wl-351) status_led="wl-351:amber:power" ;; |