2
0
forked from Ivasoft/openwrt

ar71xx: add user-space support for TP-LINK Archer C7 board

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36789
This commit is contained in:
Gabor Juhos
2013-05-30 16:23:09 +00:00
parent 91d7c3efc1
commit 35b5b38316
5 changed files with 14 additions and 1 deletions

View File

@@ -156,6 +156,12 @@ tl-wdr4300)
ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
;;
archer-c7)
ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1"
ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1"
ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
;;
tl-wr741nd)
ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x02"

View File

@@ -37,7 +37,8 @@ ap136-010)
;;
ap136-020 |\
ap135-020)
ap135-020 |\
archer-c7)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"