diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-28 10:23:37 +0000 |
commit | 41d136f2c88e70aea3c9c536ff7361b4e181c6b9 (patch) | |
tree | c97518805e9524e01a09c35acae03109f74514b2 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 6d8163505efd3e72ab987957afa018957f0e3b4c (diff) | |
download | mtk-20170518-41d136f2c88e70aea3c9c536ff7361b4e181c6b9.zip mtk-20170518-41d136f2c88e70aea3c9c536ff7361b4e181c6b9.tar.gz mtk-20170518-41d136f2c88e70aea3c9c536ff7361b4e181c6b9.tar.bz2 |
ar71xx: add user-space support for the WNR612 v2 board
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3876/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37576
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 85458c2..48c30ee 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -174,6 +174,9 @@ get_status_led() { wnr2000) status_led="wnr2000:green:power" ;; + wnr612-v2) + status_led="wnr612v2:green:power" + ;; wp543) status_led="wp543:green:diag" ;; |