summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-10-30 06:50:55 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-10-30 06:50:55 +0000
commitacd4ea62e746aee5b812415253f70cbface7402f (patch)
tree6e7ce50bf6041a55fee9bd562e3f8d09c9dc2ff6 /target/linux/ar71xx/base-files/etc/diag.sh
parent22b5040c64e1fa644aa11f4e50a5ece52532cfad (diff)
downloadmaster-31e0f0ae-acd4ea62e746aee5b812415253f70cbface7402f.tar.gz
master-31e0f0ae-acd4ea62e746aee5b812415253f70cbface7402f.tar.bz2
master-31e0f0ae-acd4ea62e746aee5b812415253f70cbface7402f.zip
ar71xx: add user space support for the Sitecom WLR-8100 wireless router
Patchwork: http://patchwork.openwrt.org/patch/4148/ Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38590
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/diag.sh3
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 3962aa2854..a4a8408960 100755
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -188,6 +188,9 @@ get_status_led() {
zcn-1523h-2 | zcn-1523h-5)
status_led="zcn-1523h:amber:init"
;;
+ wlr8100)
+ status_led="sitecom:amber:status"
+ ;;
esac
}