2
0
forked from Ivasoft/openwrt

ar71xx: Add support for Black Swift

Add support for the Black Swift board:
http://www.black-swift.com/

Took relevant parts and slightly adapted from:
https://github.com/blackswift/openwrt/blob/master/bsb.patch

Signed-off-by: Bruno Randolf <br1@einfach.org>

SVN-Revision: 46651
This commit is contained in:
John Crispin
2015-08-17 06:16:54 +00:00
parent 9b0516c9fc
commit 4463bc017b
10 changed files with 172 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ ap147-010)
ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "ap147:green:wlan-2g" "phy0tpt"
;;
bsb)
ucidef_set_led_default "sys" "SYS" "bsb:red:sys" "1"
;;
bullet-m | \
nanostation-m | \
rocket-m | \

View File

@@ -72,6 +72,13 @@ tl-wdr4900-v2)
ucidef_add_switch_vlan "switch0" "2" "1 6"
;;
bsb)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 3"
ucidef_set_interface_wlan
;;
cpe510)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"