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
"eth0.1" "eth1"
24 ucidef_add_switch
"rtl8366s" "1" "1"
25 ucidef_add_switch_vlan
"rtl8366s" "1" "0 1 2 3 5t"
29 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
30 ucidef_add_switch
"rtl8366s" "1" "1"
31 ucidef_add_switch_vlan
"rtl8366s" "0" "0 1 2 3 5"
36 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
37 ucidef_add_switch
"switch0" "1" "1"
38 ucidef_add_switch_vlan
"switch0" "1" "1 2 5"
42 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
43 ucidef_add_switch
"eth1" "1" "1"
44 ucidef_add_switch_vlan
"eth1" "1" "0 1 2 3 5"
49 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
50 ucidef_add_switch
"switch0" "1" "1"
51 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 4"
55 ucidef_set_interfaces_lan_wan
"eth0 eth1.1" "eth1.2"
56 ucidef_add_switch
"switch0" "1" "1"
57 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 4"
58 ucidef_add_switch
"switch1" "1" "1"
59 ucidef_add_switch_vlan
"switch1" "1" "0t 1 2 3 4"
60 ucidef_add_switch_vlan
"switch1" "2" "0t 5"
64 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
65 ucidef_add_switch
"eth0" "1" "1"
66 ucidef_add_switch_vlan
"eth0" "1" "0t 1 3 4 5"
67 ucidef_add_switch_vlan
"eth0" "2" "0t 2"
71 ucidef_set_interface_raw
"eth" "eth0"
72 ucidef_set_interface_lan
"lan"
76 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
77 ucidef_add_switch
"rtl8366rb" "1" "1"
78 ucidef_add_switch_vlan
"rtl8366rb" "1" "1 2 3 4 5t"
79 ucidef_add_switch_vlan
"rtl8366rb" "2" "0 5t"
84 ucidef_set_interface_raw
"eth" "eth0"
85 ucidef_set_interfaces_lan_wan
"lan1 lan2 lan3 lan4" "wan"
89 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
90 ucidef_add_switch
"eth0" "1" "1"
91 ucidef_add_switch_vlan
"eth0" "1" "0 1 2 3 4 5"
95 ucidef_set_interfaces_lan_wan
"eth0.1" "eth1"
96 ucidef_add_switch
"switch0" "1" "1"
97 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 5t"
107 ucidef_set_interface_lan
"eth0"
115 ucidef_set_interfaces_lan_wan
"eth1" "eth0"
135 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
136 ucidef_add_switch
"eth0" "1" "1"
137 ucidef_add_switch_vlan
"eth0" "1" "0 1 2 3 4"
141 ucidef_set_interfaces_lan_wan
"eth0" "eth1"