summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-03-10 19:07:26 +0000
committerJohn Crispin <john@openwrt.org>2016-03-10 19:07:26 +0000
commit346b1905fbafda6a9857232a25597bfcc8f1db43 (patch)
treeb8ec958b2eabb815acafcda3611115a57722abf2 /target/linux/ar71xx/base-files/etc/board.d/01_leds
parent63c9caaa91d2e6a2616078fdf131508e94add5dd (diff)
downloadmaster-31e0f0ae-346b1905fbafda6a9857232a25597bfcc8f1db43.tar.gz
master-31e0f0ae-346b1905fbafda6a9857232a25597bfcc8f1db43.tar.bz2
master-31e0f0ae-346b1905fbafda6a9857232a25597bfcc8f1db43.zip
ar71xx: add support for the Telldus TellStick ZNet Lite
Signed-off-by: Micke Prag <micke.prag@telldus.se> SVN-Revision: 48977
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/01_leds5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index 6cec5dfbdd..eff6e0d451 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -407,6 +407,11 @@ smart-300)
ucidef_set_led_wlan "wlan" "WLAN" "nc-link:green:wlan" "phy0tpt"
;;
+tellstick-znet-lite)
+ ucidef_set_led_netdev "lan_act" "LANACT" "tellstick:green:lan" "eth0" "tx rx"
+ ucidef_set_led_netdev "lan_link" "LANLINK" "tellstick:orange:lan" "eth0" "link"
+ ;;
+
tew-712br)
ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
ucidef_set_led_switch "lan1" "LAN1" "trendnet:green:lan1" "switch0" "0x02"