aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-14 07:32:33 +0000
committerJohn Crispin <john@openwrt.org>2015-07-14 07:32:33 +0000
commit02984a6e09416230d929c17e5dc738c09127934c (patch)
tree92e0b230961c0d997dc6820afb176d652cc3af3b /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parenta06c1c810ebd6a89ae04ca4cd4c2229e0ec335a0 (diff)
downloadupstream-02984a6e09416230d929c17e5dc738c09127934c.tar.gz
upstream-02984a6e09416230d929c17e5dc738c09127934c.tar.bz2
upstream-02984a6e09416230d929c17e5dc738c09127934c.zip
ar71xx: add support for the devolo dLAN pro 500 Wireless+
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46338
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/01_leds7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
index a361b773e7..cf5c735032 100644
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -173,6 +173,13 @@ dir-825-c1)
ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "d-link:blue:wlan2g" "phy0tpt"
;;
+dlan-pro-500-wp)
+ ucidef_set_led_default "power" "System Power" "devolo:green:status" "1"
+ ucidef_set_led_netdev "lan" "Ethernet Activity" "devolo:green:eth" "br-lan"
+ ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "devolo:green:wlan-2g" "phy0tpt"
+ ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "devolo:blue:wlan-5g" "none"
+ ;;
+
gl-inet)
ucidef_set_led_netdev "lan" "LAN" "gl-connect:green:lan" "eth1"
ucidef_set_led_wlan "wlan" "WLAN" "gl-connect:red:wlan" "phy0tpt"