diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:31:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:31:15 +0000 |
commit | 169e1845216fb3fe7c436ef0e37e02a0bcc182b0 (patch) | |
tree | f5b1269047a32d85ab6451f0a0baf0b89b603df6 /target/linux/ramips/base-files/etc/diag.sh | |
parent | ce4228b41708ddc3a76d81c5837b619071585a99 (diff) | |
download | mtk-20170518-169e1845216fb3fe7c436ef0e37e02a0bcc182b0.zip mtk-20170518-169e1845216fb3fe7c436ef0e37e02a0bcc182b0.tar.gz mtk-20170518-169e1845216fb3fe7c436ef0e37e02a0bcc182b0.tar.bz2 |
ramips: add Poray IP2202 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37640
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 689fee7..6ecb133 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -45,6 +45,9 @@ get_status_led() { fonera20n) status_led="fonera20n:green:power" ;; + ip2202) + status_led="ip2202:green:run" + ;; rt-n13u) status_led="rt-n13u:power" ;; |