3 # Copyright (C) 2011 OpenWrt.org
6 [ -e /etc
/config
/network
] && exit 0
8 touch /etc
/config
/network
10 .
/lib
/functions
/uci-defaults.sh
13 ucidef_set_interface_loopback
15 board
=$
(ar71xx_board_name
)
19 ucidef_set_interface_lan
"eth0 eth1"
23 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
24 ucidef_add_switch
"switch0" "1" "1"
25 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 4"
29 ucidef_set_interfaces_lan_wan
"eth0.1" "eth1"
30 ucidef_add_switch
"rtl8366s" "1" "1"
31 ucidef_add_switch_vlan
"rtl8366s" "1" "0 1 2 3 5t"
35 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
36 ucidef_add_switch
"rtl8366s" "1" "1"
37 ucidef_add_switch_vlan
"rtl8366s" "0" "0 1 2 3 5"
42 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
43 ucidef_add_switch
"switch0" "1" "1"
44 ucidef_add_switch_vlan
"switch0" "1" "1 2 5"
48 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
49 ucidef_add_switch
"eth1" "1" "1"
50 ucidef_add_switch_vlan
"eth1" "1" "0 1 2 3 5"
55 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
56 ucidef_add_switch
"switch0" "1" "1"
57 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 4"
61 ucidef_set_interfaces_lan_wan
"eth0 eth1.1" "eth1.2"
62 ucidef_add_switch
"switch0" "1" "1"
63 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 4"
64 ucidef_add_switch
"switch1" "1" "1"
65 ucidef_add_switch_vlan
"switch1" "1" "0t 1 2 3 4"
66 ucidef_add_switch_vlan
"switch1" "2" "0t 5"
71 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
72 ucidef_add_switch
"eth0" "1" "1"
73 ucidef_add_switch_vlan
"eth0" "1" "0t 1 3 4 5"
74 ucidef_add_switch_vlan
"eth0" "2" "0t 2"
78 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
79 ucidef_add_switch
"rtl8366rb" "1" "1"
80 ucidef_add_switch_vlan
"rtl8366rb" "1" "1 2 3 4 5t"
81 ucidef_add_switch_vlan
"rtl8366rb" "2" "0 5t"
85 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
86 ucidef_add_switch
"switch0" "1" "1"
87 ucidef_add_switch_vlan
"switch0" "1" "1 2 3 4 9t"
88 ucidef_add_switch_vlan
"switch0" "2" "0 9t"
93 ucidef_set_interface_raw
"eth" "eth0"
94 ucidef_set_interfaces_lan_wan
"lan1 lan2 lan3 lan4" "wan"
98 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
99 ucidef_add_switch
"eth0" "1" "1"
100 ucidef_add_switch_vlan
"eth0" "1" "0 1 2 3 4 5"
104 ucidef_set_interfaces_lan_wan
"eth0.1" "eth1"
105 ucidef_add_switch
"switch0" "1" "1"
106 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 5t"
118 ucidef_set_interface_lan
"eth0"
128 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
149 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
150 ucidef_add_switch
"eth0" "1" "1"
151 ucidef_add_switch_vlan
"eth0" "1" "0 1 2 3 4"
155 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
156 ucidef_add_switch
"eth0" "1" "1"
157 ucidef_add_switch_vlan
"eth0" "1" "0t 2 3 4 5"
158 ucidef_add_switch_vlan
"eth0" "2" "0t 1"
162 ucidef_set_interfaces_lan_wan
"eth0" "eth1"