diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:31:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:31:04 +0000 |
commit | 54968110f119a4aa7e9e536f6c2a4a3a973607ea (patch) | |
tree | d6eb266d47c0063019f10e86351148122ec8efe6 /target/linux/ramips/base-files/etc/diag.sh | |
parent | 0dc3b44b0de4aee29a9de9b8f24f302e4d08d7a3 (diff) | |
download | upstream-54968110f119a4aa7e9e536f6c2a4a3a973607ea.tar.gz upstream-54968110f119a4aa7e9e536f6c2a4a3a973607ea.tar.bz2 upstream-54968110f119a4aa7e9e536f6c2a4a3a973607ea.zip |
ramips: add Poray X5/X6 Support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37638
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 57c8beb6c2..d04d990665 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -138,6 +138,9 @@ get_status_led() { ur-336un) status_led="ur336:green:wps" ;; + x5) + status_led="x5:green:power" + ;; xdxrn502j) status_led="xdxrn502j:green:power" ;; |