d4fb5770ce10b770159663396b3087962f5106e3
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / etc / uci-defaults / 02_network
1 #!/bin/sh
2 #
3 # Copyright (C) 2011 OpenWrt.org
4 #
5
6 [ -e /etc/config/network ] && exit 0
7
8 touch /etc/config/network
9
10 . /lib/functions/uci-defaults.sh
11 . /lib/ar71xx.sh
12
13 ucidef_set_interface_loopback
14
15 board=$(ar71xx_board_name)
16
17 case "$board" in
18 all0315n |\
19 all0258n |\
20 ja76pf2|\
21 ubnt-unifi-outdoor)
22 ucidef_set_interface_lan "eth0 eth1"
23 ;;
24
25 ap132 |\
26 wlr8100)
27 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
28 ucidef_add_switch "switch0" "1" "1"
29 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
30 ucidef_add_switch_vlan "switch0" "2" "0t 1"
31 ;;
32
33 esr1750)
34 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
35 ucidef_add_switch "switch0" "1" "1"
36 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
37 ucidef_add_switch_vlan "switch0" "2" "0t 1"
38 ;;
39
40 ap136-010)
41 ucidef_set_interfaces_lan_wan "eth0" "eth1"
42 ucidef_add_switch "switch0" "1" "1"
43 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
44 ucidef_add_switch_vlan "switch0" "2" "5 6"
45 ;;
46
47 ap136-020 |\
48 ap135-020 |\
49 tl-wr1043nd-v2)
50 ucidef_set_interfaces_lan_wan "eth1" "eth0"
51 ucidef_add_switch "switch0" "1" "1"
52 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
53 ucidef_add_switch_vlan "switch0" "2" "5 6"
54 ;;
55
56 archer-c7 |\
57 tl-wdr4900-v2)
58 ucidef_set_interfaces_lan_wan "eth1" "eth0"
59 ucidef_add_switch "switch0" "1" "1"
60 ucidef_add_switch_vlan "switch0" "1" "0 2 3 4 5"
61 ucidef_add_switch_vlan "switch0" "2" "1 6"
62 ;;
63
64 db120 |\
65 rb-2011l | \
66 rb-2011uas |\
67 rb-2011uias |\
68 rb-2011uas-2hnd)
69 ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
70 ucidef_add_switch "switch0" "1" "1"
71 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
72 ucidef_add_switch_vlan "switch0" "2" "0t 1"
73 ucidef_add_switch "switch1" "1" "1"
74 ucidef_add_switch_vlan "switch1" "1" "0 1 2 3 4 5"
75
76 case "$board" in
77 rb-2011uas* | rb-2011uias)
78 ucidef_set_interface_raw "sfp" "eth0.3"
79 ucidef_add_switch_vlan "switch0" "3" "0t 6"
80 ;;
81 esac
82 ;;
83
84 dir-825-b1|\
85 tew-673gru)
86 ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
87 ucidef_add_switch "switch0" "1" "1"
88 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
89 ;;
90
91 nbg460n_550n_550nh)
92 ucidef_set_interfaces_lan_wan "eth0" "eth1"
93 ucidef_add_switch "switch0" "1" "1"
94 ucidef_add_switch_vlan "switch0" "0" "0 1 2 3 5"
95 ;;
96
97 nbg6716)
98 ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
99 ucidef_add_switch "switch0" "1" "1"
100 ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
101 ucidef_add_switch_vlan "switch0" "2" "5 6"
102 ;;
103
104 rb-433 |\
105 rb-433u)
106 ucidef_set_interfaces_lan_wan "eth1" "eth0"
107 ucidef_add_switch "switch0" "1" "1"
108 ucidef_add_switch_vlan "switch0" "1" "1 2 5"
109 ;;
110
111 rb-435g)
112 ucidef_set_interfaces_lan_wan "eth1" "eth0"
113 ucidef_add_switch "switch0" "1" "1"
114 ucidef_add_switch_vlan "switch0" "1" "0 1 2"
115 ;;
116
117 rb-450)
118 ucidef_set_interfaces_lan_wan "eth1" "eth0"
119 ucidef_add_switch "switch0" "1" "1"
120 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5"
121 ;;
122
123 rb-450g |\
124 routerstation-pro)
125 ucidef_set_interfaces_lan_wan "eth1" "eth0"
126 ucidef_add_switch "switch0" "1" "1"
127 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
128 ;;
129
130 ap136 |\
131 rb-750gl |\
132 rb-751g |\
133 rb-951g-2hnd |\
134 wzr-hp-g450h)
135 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
136 ucidef_add_switch "switch0" "1" "1"
137 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
138 ucidef_add_switch_vlan "switch0" "2" "0t 1"
139 ;;
140
141 rb-951ui-2hnd)
142 ucidef_set_interfaces_lan_wan "eth1" "eth0"
143 ;;
144
145 rb-493g)
146 ucidef_set_interfaces_lan_wan "eth0 eth1.1" "eth1.2"
147 ucidef_add_switch "switch0" "1" "1"
148 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
149 ucidef_add_switch "switch1" "1" "1"
150 ucidef_add_switch_vlan "switch1" "1" "0t 1 2 3 4"
151 ucidef_add_switch_vlan "switch1" "2" "0t 5"
152 ;;
153
154 wzr-hp-g300nh2 |\
155 pb92 |\
156 ap113)
157 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
158 ucidef_add_switch "switch0" "1" "1"
159 ucidef_add_switch_vlan "switch0" "1" "0t 1 3 4 5"
160 ucidef_add_switch_vlan "switch0" "2" "0t 2"
161 ;;
162
163 el-m150)
164 ucidef_set_interfaces_lan_wan "eth1" "eth0"
165 ucidef_add_switch "switch0" "1" "1"
166 ucidef_add_switch_vlan "switch0" "1" "0 1 3"
167 ;;
168
169 el-mini)
170 ucidef_set_interface_lan "eth0"
171 ;;
172
173 tl-wdr4300|\
174 tl-wr1041n-v2)
175 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
176 ucidef_add_switch "switch0" "1" "1"
177 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
178 ucidef_add_switch_vlan "switch0" "2" "0t 1"
179 ;;
180
181 tl-wr1043nd)
182 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
183 ucidef_add_switch "switch0" "1" "1"
184 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
185 ucidef_add_switch_vlan "switch0" "2" "0 5t"
186 ;;
187
188 tl-wr2543n)
189 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
190 ucidef_add_switch "switch0" "1" "1"
191 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 9t"
192 ucidef_add_switch_vlan "switch0" "2" "0 9t"
193 ;;
194
195 tl-wr841n-v1|\
196 tl-wr941nd)
197 ucidef_set_interface_raw "eth" "eth0"
198 ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
199 ;;
200
201 tl-mr3420-v2 |\
202 tl-wr841n-v8 |\
203 tl-wr842n-v2 |\
204 wnr2000-v3 |\
205 wnr2200 |\
206 wnr612-v2)
207 ucidef_set_interfaces_lan_wan "eth1" "eth0"
208 ucidef_add_switch "switch0" "1" "1"
209 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
210 ;;
211
212 uap-pro)
213 ucidef_set_interface_lan "eth0"
214 ucidef_add_switch "switch0" "1" "1"
215 ucidef_add_switch_vlan "switch0" "1" "0 1 2"
216 ;;
217
218 nanostation-m-xw)
219 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
220 ucidef_add_switch "switch0" "1" "1"
221 ucidef_add_switch_vlan "switch0" "1" "0t 5"
222 ucidef_add_switch_vlan "switch0" "2" "0t 1"
223 ;;
224
225 wrt160nl)
226 ucidef_set_interfaces_lan_wan "eth0" "eth1"
227 ucidef_add_switch "switch0" "1" "1"
228 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4 5"
229 ;;
230
231 wzr-hp-g300nh)
232 ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
233 ucidef_add_switch "switch0" "1" "1"
234 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
235 ;;
236
237 dir-825-c1)
238 local mac
239 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
240 ucidef_add_switch "switch0" "1" "1"
241 ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
242 ucidef_add_switch_vlan "switch0" "2" "0t 5"
243 mac=$(mtd_get_mac_ascii nvram "^wan_mac")
244 [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
245 ;;
246
247 mynet-n750)
248 local mac
249 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
250 ucidef_add_switch "switch0" "1" "1"
251 ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
252 ucidef_add_switch_vlan "switch0" "2" "0t 5"
253 mac=$(mtd_get_mac_ascii devdata "wanmac")
254 [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
255 ;;
256
257 dir-835-a1 |\
258 wndr4300)
259 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
260 ucidef_add_switch "switch0" "1" "1"
261 ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
262 ucidef_add_switch_vlan "switch0" "2" "0t 5"
263 mac_lan=$(mtd_get_mac_binary caldata 0)
264 [ -n "$mac_lan" ] && ucidef_set_interface_macaddr "lan" "$mac_lan"
265 mac_wan=$(mtd_get_mac_binary caldata 6)
266 [ -n "$mac_wan" ] && ucidef_set_interface_macaddr "wan" "$mac_wan"
267 ;;
268
269 esr900)
270 local mac
271 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
272 ucidef_add_switch "switch0" "1" "1"
273 ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
274 ucidef_add_switch_vlan "switch0" "2" "0t 5"
275 mac=$(mtd_get_mac_ascii u-boot-env "wanaddr")
276 [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
277 ;;
278
279 all0305 |\
280 aw-nr580 |\
281 bullet-m |\
282 cap4200ag |\
283 eap7660d |\
284 mr600 |\
285 mr600v2 |\
286 rb-411 |\
287 rb-sxt2n |\
288 rb-sxt5n |\
289 tl-mr10u |\
290 tl-mr11u |\
291 tl-mr13u |\
292 tl-mr3020 |\
293 tl-mr3040 |\
294 tl-mr3040-v2 |\
295 tl-wa750re |\
296 tl-wa850re |\
297 tl-wa830re-v2 |\
298 tl-wa801nd-v2 |\
299 tl-wa901nd |\
300 tl-wa901nd-v2 |\
301 tl-wa901nd-v3 |\
302 tl-wr703n |\
303 wndap360 |\
304 mynet-rext |\
305 wp543)
306 ucidef_set_interface_lan "eth0"
307 ;;
308
309 dir-505-a1)
310 ucidef_set_interface_lan "eth1"
311 ;;
312
313 alfa-ap96 |\
314 alfa-nx |\
315 ap83 |\
316 gl-inet |\
317 jwap003 |\
318 pb42 |\
319 pb44 |\
320 routerstation|\
321 tl-wr710n |\
322 tl-wr720n-v3|\
323 wpe72)
324 ucidef_set_interfaces_lan_wan "eth1" "eth0"
325 ;;
326
327 ap121 |\
328 ap121-mini |\
329 ap96 |\
330 airrouter |\
331 dir-600-a1 |\
332 dir-615-c1 |\
333 dir-615-e1 |\
334 dir-615-e4 |\
335 hiwifi-hc6361 |\
336 ja76pf |\
337 mynet-n600 |\
338 oolite |\
339 rb-750 |\
340 rb-751 |\
341 tew-632brp |\
342 tew-712br |\
343 tl-mr3220 |\
344 tl-mr3220-v2 |\
345 tl-mr3420 |\
346 tl-wdr3500 |\
347 tl-wr741nd |\
348 tl-wr741nd-v4 |\
349 tl-wr841n-v7 |\
350 tl-wr841n-v9 |\
351 whr-g301n |\
352 whr-hp-g300n |\
353 whr-hp-gn |\
354 wzr-hp-ag300h)
355 ucidef_set_interfaces_lan_wan "eth0" "eth1"
356 ucidef_add_switch "switch0" "1" "1"
357 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
358 ;;
359
360 wzr-hp-g450h)
361 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
362 ucidef_add_switch "switch0" "1" "1"
363 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
364 ucidef_add_switch_vlan "switch0" "2" "0t 1"
365 ;;
366
367 ew-dorin)
368 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
369 ucidef_add_switch "switch0" "1" "1"
370 ucidef_add_switch_vlan "switch0" "1" "0t 1 2"
371 ucidef_add_switch_vlan "switch0" "2" "0t 3"
372 ;;
373
374 ew-dorin-router)
375 ucidef_set_interfaces_lan_wan "eth0" "eth1"
376 ucidef_add_switch "switch0" "1" "1"
377 ucidef_add_switch_vlan "switch0" "1" "0 2 3"
378 ;;
379
380 wndr3700)
381 ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
382 ucidef_add_switch "switch0" "1" "1"
383 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
384 # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
385 uci set network.@switch[-1].blinkrate='2'
386
387 ucidef_add_switch_port "switch0" "1"
388 # Port 1 controls the GREEN configuration of LEDs for
389 # the switch and the section does not correspond to a real
390 # switch port.
391 #
392 # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
393 # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
394 # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
395 # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
396 # 14: Link (master); 15: separate register
397 uci set network.@switch_port[-1].led='6'
398
399 ucidef_add_switch_port "switch0" "2"
400 # Port 2 controls the ORANGE configuration of LEDs for
401 # the switch and the section does not correspond to a real
402 # switch port.
403 #
404 # See the key above for switch port 1 for the meaning of the
405 # 'led' setting below.
406 uci set network.@switch_port[-1].led='9'
407
408 ucidef_add_switch_port "switch0" "5"
409 # Port 5 controls the configuration of the WAN LED and the
410 # section does not correspond to a real switch port.
411 #
412 # To toggle the use of green or orange LEDs for the WAN port,
413 # see the LED setting for wndr3700:green:wan in /etc/config/system.
414 #
415 # See the key above for switch port 1 for the meaning of the
416 # 'led' setting below.
417 uci set network.@switch_port[-1].led='2'
418 ;;
419
420 *)
421 ucidef_set_interfaces_lan_wan "eth0" "eth1"
422 ;;
423 esac
424
425 uci commit network
426
427 exit 0