2
0
forked from Ivasoft/openwrt

ar71xx: Add support for AP147-010 reference board

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>

SVN-Revision: 46457
This commit is contained in:
John Crispin
2015-07-24 09:09:42 +00:00
parent 42c37d4381
commit b98205c946
15 changed files with 250 additions and 0 deletions

View File

@@ -46,6 +46,15 @@ ap113)
ucidef_set_led_usbdev "usb" "USB" "ap113:green:usb" "1-1"
;;
ap147-010)
ucidef_set_led_netdev "wan" "WAN" "ap147:green:wan" "eth1"
ucidef_set_led_switch "lan1" "LAN1" "ap147:green:lan1" "switch0" "0x10"
ucidef_set_led_switch "lan2" "LAN2" "ap147:green:lan2" "switch0" "0x08"
ucidef_set_led_switch "lan3" "LAN3" "ap147:green:lan3" "switch0" "0x04"
ucidef_set_led_switch "lan4" "LAN4" "ap147:green:lan4" "switch0" "0x02"
ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "ap147:green:wlan-2g" "phy0tpt"
;;
bullet-m | \
nanostation-m | \
rocket-m | \

View File

@@ -46,6 +46,13 @@ ap136-010)
ucidef_add_switch_vlan "switch0" "2" "5 6"
;;
ap147-010)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
ucidef_add_switch_vlan "switch0" "2" "5 6"
;;
ap136-020 |\
ap135-020 |\
tl-wr1043nd-v2 |\