From 4463bc017beba6be6c484f0ff5e9d381debafe38 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 06:16:54 +0000 Subject: 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 SVN-Revision: 46651 --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100755 => 100644 target/linux/ar71xx/base-files/etc/uci-defaults/02_network (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/02_network') diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network old mode 100755 new mode 100644 index 2893e62669..acaf03fc6c --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -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" -- cgit v1.2.3