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:
@@ -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 | \
|
||||
|
||||
7
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
Executable file → Normal file
7
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
Executable file → Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user