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"
86 ucidef_set_interface_raw
"eth" "eth0"
87 ucidef_set_interfaces_lan_wan
"lan1 lan2 lan3 lan4" "wan"
91 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
92 ucidef_add_switch
"eth0" "1" "1"
93 ucidef_add_switch_vlan
"eth0" "1" "0 1 2 3 4 5"
97 ucidef_set_interfaces_lan_wan
"eth0.1" "eth1"
98 ucidef_add_switch
"switch0" "1" "1"
99 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 5t"
111 ucidef_set_interface_lan
"eth0"
120 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
140 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
141 ucidef_add_switch
"eth0" "1" "1"
142 ucidef_add_switch_vlan
"eth0" "1" "0 1 2 3 4"
146 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
147 ucidef_add_switch
"eth0" "1" "1"
148 ucidef_add_switch_vlan
"eth0" "1" "0t 2 3 4 5"
149 ucidef_add_switch_vlan
"eth0" "2" "0t 1"
153 ucidef_set_interfaces_lan_wan
"eth0" "eth1"