2
0
forked from Ivasoft/openwrt

add support for the Atheros AP113 reference board

This reference board is equipped with:
- AR7242 SoC
- AR9580 on-board Wi-Fi
- AR8316 switch

SVN-Revision: 29935
This commit is contained in:
Florian Fainelli
2012-01-28 13:19:49 +00:00
parent 405a0f3905
commit eeb00634a7
14 changed files with 316 additions and 12 deletions

View File

@@ -106,7 +106,10 @@ alfa-nx)
set_led_netdev "lan" "LAN" "alfa:green:led_3" "eth1"
;;
rb-750)
ap113)
set_led_usbdev "usb" "USB" "ap113:green:usb" "1-1"
;;
rb750)
set_led_default "act" "act" "rb750:green:act" "1"
set_led_netdev "port1" "port1" "rb750:green:port1" "eth1"
set_led_switch "port2" "port2" "rb750:green:port2" "switch0" "0x10"

View File

@@ -67,7 +67,8 @@ rb-493g)
;;
wzr-hp-g300nh2 |\
pb92)
pb92 |\
ap113)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "eth0" "1" "1"
ucidef_add_switch_vlan "eth0" "1" "0t 1 3 4 5"