diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 17:37:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 17:37:13 +0000 |
commit | d3994b7408cf8c776b45b29271f74e08a47f8cbe (patch) | |
tree | c47c241fd7f90aae7d9814119af23aab948532e0 /target/linux/ramips/base-files/etc/diag.sh | |
parent | 0ec59e6235094d9b198a108243fad0e12ea94599 (diff) | |
download | upstream-d3994b7408cf8c776b45b29271f74e08a47f8cbe.tar.gz upstream-d3994b7408cf8c776b45b29271f74e08a47f8cbe.tar.bz2 upstream-d3994b7408cf8c776b45b29271f74e08a47f8cbe.zip |
ramips: rt305x: add user-space support for the Asus RT-N13U
Signed-off-by: Amit Mendapara <mendapara.amit@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34406
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 b963b8a6d2..d189db518d 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -54,6 +54,9 @@ get_status_led() { fonera20n) status_led="fonera20n:green:power" ;; + rt-n13u) + status_led="rt-n13u:power" + ;; all0239-3g|\ hw550-3g) status_led="hw550-3g:green:status" |