diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:07 +0000 |
commit | 4509af17ed26f3cabe6805f1ebc351fee8b2f1af (patch) | |
tree | b77a6e77f281a5ed0a54e4f034f0c34064a45bde /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 63784ea2bc0f1f1cb3c0c729cde5bab8db43988d (diff) | |
download | upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.tar.gz upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.tar.bz2 upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.zip |
ar71xx: add support for the Buffalo WHR-G301N board
SVN-Revision: 28803
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index f6f36bfd58..1f61b6ce23 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -102,6 +102,7 @@ get_status_led() { unifi) status_led="ubnt:green:dome" ;; + whr-g301n | \ whr-hp-g300n | \ wzr-hp-g300nh) status_led="buffalo:green:router" |