2
0
forked from Ivasoft/openwrt

ar71xx: add support for the Telldus TellStick ZNet Lite

Signed-off-by: Micke Prag <micke.prag@telldus.se>

SVN-Revision: 48977
This commit is contained in:
John Crispin
2016-03-10 19:07:26 +00:00
parent 63c9caaa91
commit 346b1905fb
13 changed files with 189 additions and 0 deletions

View File

@@ -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"

View File

@@ -192,6 +192,11 @@ el-m150)
"0:lan" "1:lan" "3@eth1" # XXX: confirm!
;;
tellstick-znet-lite)
ucidef_set_interface_wan "eth0" "dhcp"
ucidef_set_interface_raw "wlan" "wlan0" "dhcp"
;;
tl-wdr4300|\
tl-wr1041n-v2)
ucidef_add_switch "switch0" \

View File

@@ -263,6 +263,9 @@ get_status_led() {
qihoo-c301)
status_led="qihoo:green:status"
;;
tellstick-znet-lite)
status_led="tellstick:white:system"
;;
tew-632brp)
status_led="tew-632brp:green:status"
;;