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