2
0
forked from Ivasoft/openwrt

ramips: add Airlink101 AR725W userland support

Signed-off-by: Claudio Leite <leitec@staticky.com>

SVN-Revision: 40550
This commit is contained in:
John Crispin
2014-04-22 08:08:35 +00:00
parent 2b2d274bfa
commit cb91087991
5 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ case $board in
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0256n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
set_wifi_led "rt2800pci-phy0::radio"
;;
ar725w)
set_wifi_led "rt2800soc-phy0::radio"
;;
asl26555)
ucidef_set_led_default "power" "POWER" "asl26555:green:power" "1"
ucidef_set_led_netdev "eth" "ETH" "asl26555:green:eth" "eth0"

View File

@@ -116,6 +116,7 @@ ramips_setup_interfaces()
ucidef_add_switch_vlan "switch0" "2" "0 5t"
;;
ar725w | \
rt-n15 | \
wl-351)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"