2
0
forked from Ivasoft/openwrt

ramips: DIR-610-A1 Support

http://patchwork.openwrt.org/patch/3933/

Signed-off-by: Flavio Silveira <fggs@terra.com.br>

SVN-Revision: 37785
This commit is contained in:
John Crispin
2013-08-14 19:35:27 +00:00
parent 97a7daa72f
commit dc7164d4ef
9 changed files with 124 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ case $board in
dir-810l)
ucidef_set_led_default "power" "POWER" "dlink:green:power" "1"
;;
dir-610-a1 |\
esr-9753)
set_wifi_led "rt2800pci-phy0::radio"
;;

View File

@@ -77,6 +77,7 @@ ramips_setup_interfaces()
ucidef_add_switch_vlan "switch0" "2" "0 6t"
;;
dir-610-a1 | \
dir-615-h1 | \
mzk-w300nh2)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
@@ -205,7 +206,8 @@ ramips_setup_macs()
dir-300-b1 |\
dir-300-b2 |\
dir-600-b1)
dir-600-b1 |\
dir-610-a1)
lan_mac=$(mtd_get_mac_binary devdata 16388)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;