7724a08a0e2155cfeeb9f1ea811e42af34e1cb10
[openwrt.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
1 #!/bin/sh
2 #
3 # Copyright (C) 2011-2015 OpenWrt.org
4 #
5
6 . /lib/functions/system.sh
7 . /lib/functions/uci-defaults.sh
8 . /lib/ar71xx.sh
9
10 board_config_update
11
12 board=$(ar71xx_board_name)
13
14
15 case "$board" in
16 all0315n |\
17 all0258n |\
18 dr344 |\
19 ja76pf2|\
20 rocket-m-ti |\
21 ubnt-unifi-outdoor)
22         ucidef_set_interface_lan "eth0 eth1"
23         ;;
24
25 ap132 |\
26 ap152 |\
27 wlr8100)
28         ucidef_add_switch "switch0" \
29                 "0@eth0" "2:lan" "3:lan" "4:lan" "5:lan" "1:wan"
30         ;;
31
32 esr1750 |\
33 epg5000)
34         ucidef_add_switch "switch0" \
35                 "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan"
36         ;;
37
38 cr5000)
39         ucidef_add_switch "switch0" \
40                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
41         ;;
42
43 ap136-010 |\
44 ap147-010)
45         ucidef_set_interfaces_lan_wan "eth0" "eth1"
46         ucidef_add_switch "switch0" \
47                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan" "6@eth1"
48         ;;
49
50 ap136-020 |\
51 ap135-020 |\
52 tew-823dru |\
53 tl-wr1043nd-v2 |\
54 wzr-450hp2)
55         ucidef_set_interfaces_lan_wan "eth1" "eth0"
56         ucidef_add_switch "switch0" \
57                 "0@eth1" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan" "6@eth0"
58         ;;
59
60 archer-c5 |\
61 archer-c7 |\
62 tl-wdr4900-v2)
63         ucidef_set_interfaces_lan_wan "eth1" "eth0"
64         ucidef_add_switch "switch0" \
65                 "0@eth1" "2:lan" "3:lan" "4:lan" "5:lan" "6@eth0" "1:wan"
66         ;;
67
68 bsb)
69         ucidef_set_interfaces_lan_wan "eth1" "eth0"
70         ucidef_add_switch "switch0" \
71                 "0@eth1" "1:lan" "3:lan"  # XXX: confirm cpu port!
72         ucidef_set_interface_wlan
73         ;;
74
75 cpe510)
76         ucidef_add_switch "switch0" \
77                 "0@eth0" "5:lan" "4:wan"
78         ;;
79
80 airgatewaypro)
81         ucidef_add_switch "switch0" \
82                 "0@eth0" "4:lan" "5:wan"
83         ;;
84
85 db120 |\
86 rb-2011l | \
87 rb-2011uas |\
88 rb-2011uias |\
89 rb-2011uas-2hnd|\
90 rb-2011uias-2hnd)
91         case "$board" in
92         rb-2011uas* | rb-2011uias | rb-2011uias-2hnd)
93                 ucidef_add_switch "switch0" \
94                         "0@eth0" "2:lan" "3:lan" "4:lan" "5:lan" "1:wan" "6:sfp"
95         ;;
96         *)
97                 ucidef_add_switch "switch0" \
98                         "0@eth0" "2:lan" "3:lan" "4:lan" "5:lan" "1:wan"
99         ;;
100         esac
101
102         ucidef_add_switch "switch1" \
103                 "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan" "5:lan"
104         ;;
105
106 dir-825-b1|\
107 tew-673gru)
108         ucidef_set_interfaces_lan_wan "eth0" "eth1"
109         ucidef_add_switch "switch0" \
110                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
111         ;;
112
113 f9k1115v2)
114         ucidef_set_interfaces_lan_wan "eth1" "eth0"
115         ucidef_add_switch "switch0" \
116                 "2:lan" "3:lan" "4:lan" "5:lan" "6@eth1" \
117                 "0@eth0" "1:wan"  # XXX: confirm cpu ports!
118         ;;
119
120 nbg460n_550n_550nh)
121         ucidef_set_interfaces_lan_wan "eth0" "eth1"
122         ucidef_add_switch "switch0" \
123                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
124         ;;
125
126 nbg6616 |\
127 nbg6716)
128         ucidef_set_interfaces_lan_wan "eth0" "eth1"
129         ucidef_add_switch "switch0" \
130                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" \
131                 "5:wan" "6@eth1"
132         ;;
133
134 ap143 |\
135 rb-433 |\
136 rb-433u)
137         ucidef_set_interfaces_lan_wan "eth1" "eth0"
138         ucidef_add_switch "switch0" \
139                 "1:lan" "2:lan" "5@eth1"
140         ;;
141
142 rb-435g)
143         ucidef_set_interfaces_lan_wan "eth1" "eth0"
144         ucidef_add_switch "switch0" \
145                 "0@eth1" "1:lan" "2:lan" # XXX: confirm!
146         ;;
147
148 rb-450)
149         ucidef_set_interfaces_lan_wan "eth1" "eth0"
150         ucidef_add_switch "switch0" \
151                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth1"
152         ;;
153
154 rb-450g |\
155 routerstation-pro)
156         ucidef_set_interfaces_lan_wan "eth1" "eth0"
157         ucidef_add_switch "switch0" \
158                 "0@eth1" "2:lan:3" "3:lan:2" "4:lan:1"
159         ;;
160
161 ap136 |\
162 rb-750gl |\
163 rb-751g |\
164 rb-951g-2hnd |\
165 wzr-hp-g450h)
166         ucidef_add_switch "switch0" \
167                 "0@eth0" "2:lan" "3:lan" "4:lan" "5:lan" "1:wan"
168         ;;
169
170 rb-951ui-2hnd)
171         ucidef_set_interfaces_lan_wan "eth1" "eth0"
172         ;;
173
174 rb-493g)
175         ucidef_set_interfaces_lan_wan "eth0 eth1.1" "eth1.2"
176         ucidef_add_switch "switch0" \
177                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
178         ucidef_add_switch "switch1" \
179                 "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
180         ;;
181
182 wzr-hp-g300nh2 |\
183 pb92 |\
184 ap113)
185         ucidef_add_switch "switch0" \
186                 "0@eth0" "1:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "2:wan"
187         ;;
188
189 el-m150)
190         ucidef_set_interfaces_lan_wan "eth1" "eth0"
191         ucidef_add_switch "switch0" \
192                 "0:lan" "1:lan" "3@eth1" # XXX: confirm!
193         ;;
194
195 tellstick-znet-lite)
196         ucidef_set_interface_wan "eth0" "dhcp"
197         ucidef_set_interface_raw "wlan" "wlan0" "dhcp"
198         ;;
199
200 tl-wdr4300|\
201 tl-wr1041n-v2)
202         ucidef_add_switch "switch0" \
203                 "0@eth0" "1:wan" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4"
204         ;;
205
206 tl-wr1043nd)
207         ucidef_add_switch "switch0" \
208                 "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "5@eth0"
209         ;;
210
211 tl-wr2543n)
212         ucidef_add_switch "switch0" \
213                 "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "9@eth0"
214         ;;
215
216 tl-wr841n-v1|\
217 tl-wr941nd)
218         ucidef_set_interface_raw "eth" "eth0"
219         ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
220         ;;
221
222 dir-615-i1 |\
223 omy-g1 |\
224 r6100 |\
225 smart-300 |\
226 tl-mr3420-v2 |\
227 tl-wr841n-v8 |\
228 tl-wr842n-v2 |\
229 tl-wr941nd-v5 |\
230 tl-wr941nd-v6 |\
231 tl-wdr6500-v2 |\
232 wnr2000-v3 |\
233 wnr2000-v4 |\
234 wnr2200 |\
235 wnr612-v2 |\
236 wnr1000-v2 |\
237 wpn824n)
238         ucidef_set_interfaces_lan_wan "eth1" "eth0"
239         ucidef_add_switch "switch0" \
240                 "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4@eth1" # XXX: confirm!
241         ;;
242
243 uap-pro)
244         ucidef_add_switch "switch0" \
245                 "0@eth0" "1:lan" "2:wan"
246         ;;
247
248 nanostation-m-xw)
249         ucidef_add_switch "switch0" \
250                 "0@eth0" "5:lan" "1:wan"
251         ;;
252
253 wrt160nl)
254         ucidef_set_interfaces_lan_wan "eth0" "eth1"
255         ucidef_add_switch "switch0" \
256                 "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4@eth0"
257         ;;
258
259 wzr-hp-g300nh)
260         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
261         ucidef_add_switch "switch0" \
262                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
263         ;;
264
265 cr3000)
266         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
267         ucidef_add_switch "switch0"  \
268                 "0@eth0" "1:lan:1" "2:lan:4" "3:lan:3" "4:lan:2"
269         ;;
270
271 dgl-5500-a1 |\
272 dir-825-c1)
273         local mac
274         ucidef_add_switch "switch0" \
275                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
276         mac=$(mtd_get_mac_ascii nvram "wan_mac")
277         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
278         ;;
279
280 mynet-n750)
281         local mac
282         ucidef_add_switch "switch0" \
283                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
284         mac=$(mtd_get_mac_ascii devdata "wanmac")
285         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
286         ;;
287
288 onion-omega)
289         ucidef_set_interface_lan "wlan0"
290         ;;
291
292 dhp-1565-a1 |\
293 dir-835-a1 |\
294 wndr3700v4 | \
295 wndr4300)
296         ucidef_add_switch "switch0" \
297                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
298         mac_lan=$(mtd_get_mac_binary caldata 0)
299         [ -n "$mac_lan" ] && ucidef_set_interface_macaddr "lan" "$mac_lan"
300         mac_wan=$(mtd_get_mac_binary caldata 6)
301         [ -n "$mac_wan" ] && ucidef_set_interface_macaddr "wan" "$mac_wan"
302         ;;
303
304 esr900)
305         local mac
306         ucidef_add_switch "switch0" \
307                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
308         mac=$(mtd_get_mac_ascii u-boot-env "wanaddr")
309         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
310         ;;
311
312 dlan-hotspot |\
313 dlan-pro-500-wp)
314         ucidef_set_interface_lan "eth0 eth1"
315         ;;
316
317 dlan-pro-1200-ac)
318         ucidef_set_interface_lan "eth0"
319         ucidef_add_switch "switch0" \
320                 "0@eth0" "2:lan" "3:lan" "4:lan"
321         ucidef_add_switch_attr "switch0" "enable" "false"
322         ;;
323
324 alfa-ap120c |\
325 all0305 |\
326 antminer-s1 |\
327 antminer-s3 |\
328 antrouter-r1 |\
329 aw-nr580 |\
330 bullet-m |\
331 c-55 |\
332 cap4200ag |\
333 eap300v2 |\
334 eap7660d |\
335 el-mini |\
336 loco-m-xw |\
337 mr1750 |\
338 mr18 |\
339 mr600 |\
340 mr600v2 |\
341 mr900 |\
342 mr900v2 |\
343 rb-411 |\
344 rb-911g-2hpnd |\
345 rb-911g-5hpacd |\
346 rb-911g-5hpnd |\
347 rb-912uag-2hpnd |\
348 rb-912uag-5hpnd |\
349 rb-sxt2n |\
350 rb-sxt5n |\
351 rocket-m-xw |\
352 tl-mr10u |\
353 tl-mr11u |\
354 tl-mr12u |\
355 tl-mr13u |\
356 tl-mr3020 |\
357 tl-mr3040 |\
358 tl-mr3040-v2 |\
359 tl-wa701nd-v2 |\
360 tl-wa7210n-v2 |\
361 tl-wa750re |\
362 tl-wa850re |\
363 tl-wa830re-v2 |\
364 tl-wa801nd-v2 |\
365 tl-wa901nd |\
366 tl-wa901nd-v2 |\
367 tl-wa901nd-v3 |\
368 tl-wa901nd-v4 |\
369 tl-wr703n |\
370 tube2h |\
371 unifiac |\
372 wndap360 |\
373 mynet-rext |\
374 wp543)
375         ucidef_set_interface_lan "eth0"
376         ;;
377
378 cap324)
379         ucidef_set_interface_lan "eth0" "dhcp"
380         ;;
381
382 arduino-yun |\
383 tl-wa801nd-v3 |\
384 dir-505-a1)
385         ucidef_set_interface_lan "eth1"
386         ;;
387
388 alfa-ap96 |\
389 alfa-nx |\
390 ap83 |\
391 gl-ar150 |\
392 gl-domino |\
393 gl-inet |\
394 jwap003 |\
395 pb42 |\
396 pb44 |\
397 routerstation|\
398 tl-wr710n |\
399 tl-wr720n-v3|\
400 wpe72)
401         ucidef_set_interfaces_lan_wan "eth1" "eth0"
402         ;;
403
404 gl-ar300)
405         ucidef_set_interfaces_lan_wan "eth1" "eth0"
406         ucidef_add_switch "switch0" \
407                 "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan"
408         ;;
409
410 wpj342)
411         ucidef_add_switch "switch0" \
412                 "0@eth0" "1:lan" "2:wan"
413         ;;
414
415 wpj344)
416         ucidef_add_switch "switch0" \
417                 "0@eth0" "3:lan" "2:wan"
418         ;;
419
420 wpj531)
421         ucidef_set_interfaces_lan_wan "eth0" "eth1"
422         ;;
423
424 wpj558)
425         ucidef_add_switch "switch0" \
426                 "5:lan" "1:wan" "6@eth0"
427         ;;
428
429 ap121 |\
430 ap121-mini |\
431 ap96 |\
432 airrouter |\
433 dir-600-a1 |\
434 dir-615-c1 |\
435 dir-615-e1 |\
436 dir-615-e4 |\
437 hiwifi-hc6361 |\
438 ja76pf |\
439 mc-mac1200r|\
440 minibox-v1 |\
441 mynet-n600 |\
442 oolite |\
443 qihoo-c301 |\
444 rb-750 |\
445 rb-751 |\
446 tew-632brp |\
447 tew-712br |\
448 tew-732br |\
449 tl-mr3220 |\
450 tl-mr3220-v2 |\
451 tl-mr3420 |\
452 tl-wdr3320-v2 |\
453 tl-wdr3500 |\
454 tl-wr741nd |\
455 tl-wr741nd-v4 |\
456 tl-wr841n-v7 |\
457 tl-wr841n-v9 |\
458 whr-g301n |\
459 whr-hp-g300n |\
460 whr-hp-gn |\
461 wzr-hp-ag300h)
462         ucidef_set_interfaces_lan_wan "eth0" "eth1"
463         ucidef_add_switch "switch0" \
464                 "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1"
465         ;;
466
467 wzr-hp-g450h)
468         ucidef_add_switch "switch0" \
469                 "0@eth0" "2:lan:1 3:lan:2 4:lan:3 5:lan:4" "1:wan"
470         ;;
471
472 ew-dorin)
473         ucidef_add_switch "switch0" \
474                 "0@eth0" "1:lan" "2:lan" "3:wan"
475         ;;
476
477 ew-dorin-router)
478         ucidef_set_interfaces_lan_wan "eth0" "eth1"
479         ucidef_add_switch "switch0" "0@eth0" "2:lan" "3:lan"
480         ;;
481
482 wndr3700)
483         ucidef_set_interfaces_lan_wan "eth0" "eth1"
484         ucidef_add_switch "switch0" \
485                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
486
487         # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
488         ucidef_add_switch_attr "switch0" "blinkrate" 2
489
490         # Port 1 controls the GREEN configuration of LEDs for
491         # the switch and the section does not correspond to a real
492         # switch port.
493         #
494         # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
495         # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
496         # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
497         # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
498         # 14: Link (master); 15: separate register
499         ucidef_add_switch_port_attr "switch0" 1 led 6
500
501         # Port 2 controls the ORANGE configuration of LEDs for
502         # the switch and the section does not correspond to a real
503         # switch port.
504         #
505         # See the key above for switch port 1 for the meaning of the
506         # 'led' setting below.
507         ucidef_add_switch_port_attr "switch0" 2 led 9
508
509         # Port 5 controls the configuration of the WAN LED and the
510         # section does not correspond to a real switch port.
511         #
512         # To toggle the use of green or orange LEDs for the WAN port,
513         # see the LED setting for wndr3700:green:wan in /etc/config/system.
514         #
515         # See the key above for switch port 1 for the meaning of the
516         # 'led' setting below.
517         ucidef_add_switch_port_attr "switch0" 5 led 2
518         ;;
519
520 *)
521         ucidef_set_interfaces_lan_wan "eth0" "eth1"
522         ;;
523 esac
524
525 board_config_flush
526
527 exit 0