e88ef3a5ede8da0103dd179ec91afc6ff99257bb
[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 r6100 |\
224 smart-300 |\
225 tl-mr3420-v2 |\
226 tl-wr841n-v8 |\
227 tl-wr842n-v2 |\
228 tl-wr941nd-v5 |\
229 tl-wr941nd-v6 |\
230 tl-wdr6500-v2 |\
231 wnr2000-v3 |\
232 wnr2000-v4 |\
233 wnr2200 |\
234 wnr612-v2 |\
235 wnr1000-v2 |\
236 wpn824n)
237         ucidef_set_interfaces_lan_wan "eth1" "eth0"
238         ucidef_add_switch "switch0" \
239                 "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4@eth1" # XXX: confirm!
240         ;;
241
242 uap-pro)
243         ucidef_add_switch "switch0" \
244                 "0@eth0" "1:lan" "2:wan"
245         ;;
246
247 nanostation-m-xw)
248         ucidef_add_switch "switch0" \
249                 "0@eth0" "5:lan" "1:wan"
250         ;;
251
252 wrt160nl)
253         ucidef_set_interfaces_lan_wan "eth0" "eth1"
254         ucidef_add_switch "switch0" \
255                 "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4@eth0"
256         ;;
257
258 wzr-hp-g300nh)
259         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
260         ucidef_add_switch "switch0" \
261                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
262         ;;
263
264 cr3000)
265         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
266         ucidef_add_switch "switch0"  \
267                 "0@eth0" "1:lan:1" "2:lan:4" "3:lan:3" "4:lan:2"
268         ;;
269
270 dgl-5500-a1 |\
271 dir-825-c1)
272         local mac
273         ucidef_add_switch "switch0" \
274                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
275         mac=$(mtd_get_mac_ascii nvram "wan_mac")
276         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
277         ;;
278
279 mynet-n750)
280         local mac
281         ucidef_add_switch "switch0" \
282                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
283         mac=$(mtd_get_mac_ascii devdata "wanmac")
284         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
285         ;;
286
287 onion-omega)
288         ucidef_set_interface_lan "wlan0"
289         ;;
290
291 dhp-1565-a1 |\
292 dir-835-a1 |\
293 wndr3700v4 | \
294 wndr4300)
295         ucidef_add_switch "switch0" \
296                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
297         mac_lan=$(mtd_get_mac_binary caldata 0)
298         [ -n "$mac_lan" ] && ucidef_set_interface_macaddr "lan" "$mac_lan"
299         mac_wan=$(mtd_get_mac_binary caldata 6)
300         [ -n "$mac_wan" ] && ucidef_set_interface_macaddr "wan" "$mac_wan"
301         ;;
302
303 esr900)
304         local mac
305         ucidef_add_switch "switch0" \
306                 "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
307         mac=$(mtd_get_mac_ascii u-boot-env "wanaddr")
308         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
309         ;;
310
311 dlan-hotspot |\
312 dlan-pro-500-wp)
313         ucidef_set_interface_lan "eth0 eth1"
314         ;;
315
316 dlan-pro-1200-ac)
317         ucidef_set_interface_lan "eth0"
318         ucidef_add_switch "switch0" \
319                 "0@eth0" "2:lan" "3:lan" "4:lan"
320         ucidef_add_switch_attr "switch0" "enable" "false"
321         ;;
322
323 all0305 |\
324 antminer-s1 |\
325 antminer-s3 |\
326 antrouter-r1 |\
327 aw-nr580 |\
328 bullet-m |\
329 c-55 |\
330 cap4200ag |\
331 eap300v2 |\
332 eap7660d |\
333 el-mini |\
334 loco-m-xw |\
335 mr1750 |\
336 mr18 |\
337 mr600 |\
338 mr600v2 |\
339 mr900 |\
340 mr900v2 |\
341 rb-411 |\
342 rb-911g-2hpnd |\
343 rb-911g-5hpacd |\
344 rb-911g-5hpnd |\
345 rb-912uag-2hpnd |\
346 rb-912uag-5hpnd |\
347 rb-sxt2n |\
348 rb-sxt5n |\
349 rocket-m-xw |\
350 tl-mr10u |\
351 tl-mr11u |\
352 tl-mr12u |\
353 tl-mr13u |\
354 tl-mr3020 |\
355 tl-mr3040 |\
356 tl-mr3040-v2 |\
357 tl-wa701nd-v2 |\
358 tl-wa7210n-v2 |\
359 tl-wa750re |\
360 tl-wa850re |\
361 tl-wa830re-v2 |\
362 tl-wa801nd-v2 |\
363 tl-wa901nd |\
364 tl-wa901nd-v2 |\
365 tl-wa901nd-v3 |\
366 tl-wr703n |\
367 tube2h |\
368 unifiac |\
369 wndap360 |\
370 mynet-rext |\
371 wp543)
372         ucidef_set_interface_lan "eth0"
373         ;;
374
375 cap324)
376         ucidef_set_interface_lan "eth0" "dhcp"
377         ;;
378
379 arduino-yun |\
380 tl-wa801nd-v3 |\
381 dir-505-a1)
382         ucidef_set_interface_lan "eth1"
383         ;;
384
385 alfa-ap96 |\
386 alfa-nx |\
387 ap83 |\
388 gl-ar150 |\
389 gl-domino |\
390 gl-inet |\
391 jwap003 |\
392 pb42 |\
393 pb44 |\
394 routerstation|\
395 tl-wr710n |\
396 tl-wr720n-v3|\
397 wpe72)
398         ucidef_set_interfaces_lan_wan "eth1" "eth0"
399         ;;
400
401 gl-ar300)
402         ucidef_set_interfaces_lan_wan "eth1" "eth0"
403         ucidef_add_switch "switch0" \
404                 "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan"
405         ;;
406
407 wpj344)
408         ucidef_add_switch "switch0" \
409                 "0@eth0" "3:lan" "2:wan"
410         ;;
411
412 wpj531)
413         ucidef_set_interfaces_lan_wan "eth0" "eth1"
414         ;;
415
416 wpj558)
417         ucidef_add_switch "switch0" \
418                 "5:lan" "1:wan" "6@eth0"
419         ;;
420
421 ap121 |\
422 ap121-mini |\
423 ap96 |\
424 airrouter |\
425 dir-600-a1 |\
426 dir-615-c1 |\
427 dir-615-e1 |\
428 dir-615-e4 |\
429 hiwifi-hc6361 |\
430 ja76pf |\
431 mc-mac1200r|\
432 minibox-v1 |\
433 mynet-n600 |\
434 oolite |\
435 qihoo-c301 |\
436 rb-750 |\
437 rb-751 |\
438 tew-632brp |\
439 tew-712br |\
440 tew-732br |\
441 tl-mr3220 |\
442 tl-mr3220-v2 |\
443 tl-mr3420 |\
444 tl-wdr3320-v2 |\
445 tl-wdr3500 |\
446 tl-wr741nd |\
447 tl-wr741nd-v4 |\
448 tl-wr841n-v7 |\
449 tl-wr841n-v9 |\
450 whr-g301n |\
451 whr-hp-g300n |\
452 whr-hp-gn |\
453 wzr-hp-ag300h)
454         ucidef_set_interfaces_lan_wan "eth0" "eth1"
455         ucidef_add_switch "switch0" \
456                 "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1"
457         ;;
458
459 wzr-hp-g450h)
460         ucidef_add_switch "switch0" \
461                 "0@eth0" "2:lan:1 3:lan:2 4:lan:3 5:lan:4" "1:wan"
462         ;;
463
464 ew-dorin)
465         ucidef_add_switch "switch0" \
466                 "0@eth0" "1:lan" "2:lan" "3:wan"
467         ;;
468
469 ew-dorin-router)
470         ucidef_set_interfaces_lan_wan "eth0" "eth1"
471         ucidef_add_switch "switch0" "0@eth0" "2:lan" "3:lan"
472         ;;
473
474 wndr3700)
475         ucidef_set_interfaces_lan_wan "eth0" "eth1"
476         ucidef_add_switch "switch0" \
477                 "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
478
479         # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
480         ucidef_add_switch_attr "switch0" "blinkrate" 2
481
482         # Port 1 controls the GREEN configuration of LEDs for
483         # the switch and the section does not correspond to a real
484         # switch port.
485         #
486         # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
487         # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
488         # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
489         # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
490         # 14: Link (master); 15: separate register
491         ucidef_add_switch_port_attr "switch0" 1 led 6
492
493         # Port 2 controls the ORANGE configuration of LEDs for
494         # the switch and the section does not correspond to a real
495         # switch port.
496         #
497         # See the key above for switch port 1 for the meaning of the
498         # 'led' setting below.
499         ucidef_add_switch_port_attr "switch0" 2 led 9
500
501         # Port 5 controls the configuration of the WAN LED and the
502         # section does not correspond to a real switch port.
503         #
504         # To toggle the use of green or orange LEDs for the WAN port,
505         # see the LED setting for wndr3700:green:wan in /etc/config/system.
506         #
507         # See the key above for switch port 1 for the meaning of the
508         # 'led' setting below.
509         ucidef_add_switch_port_attr "switch0" 5 led 2
510         ;;
511
512 *)
513         ucidef_set_interfaces_lan_wan "eth0" "eth1"
514         ;;
515 esac
516
517 board_config_flush
518
519 exit 0