diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-27 16:56:30 +0000 |
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-27 16:56:30 +0000 |
| commit | 66769bfe506292ee30f93b823631cbc8757adf01 (patch) | |
| tree | 0cb76bf5af0cb6aebeb770c9aa18169e660303f4 /target/linux/ramips/base-files/etc/diag.sh | |
| parent | 2993f34f45db931d6dd7f5eb50ec0aa50705b97c (diff) | |
ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29612 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 edb8376cd..652787b3d 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" ;; |
