c3e6f15efa1873a3ce681fb65eb261c82d73149f
[openwrt/staging/wigyori.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 eap300v2 |\
284 eap7660d |\
285 mr600 |\
286 mr600v2 |\
287 rb-411 |\
288 rb-911g-2hpnd |\
289 rb-911g-5hpnd |\
290 rb-912uag-2hpnd |\
291 rb-912uag-5hpnd |\
292 rb-sxt2n |\
293 rb-sxt5n |\
294 tl-mr10u |\
295 tl-mr11u |\
296 tl-mr13u |\
297 tl-mr3020 |\
298 tl-mr3040 |\
299 tl-mr3040-v2 |\
300 tl-wa750re |\
301 tl-wa850re |\
302 tl-wa830re-v2 |\
303 tl-wa801nd-v2 |\
304 tl-wa901nd |\
305 tl-wa901nd-v2 |\
306 tl-wa901nd-v3 |\
307 tl-wr703n |\
308 tube2h |\
309 wndap360 |\
310 mynet-rext |\
311 wp543)
312 ucidef_set_interface_lan "eth0"
313 ;;
314
315 dir-505-a1)
316 ucidef_set_interface_lan "eth1"
317 ;;
318
319 alfa-ap96 |\
320 alfa-nx |\
321 ap83 |\
322 gl-inet |\
323 jwap003 |\
324 pb42 |\
325 pb44 |\
326 routerstation|\
327 tl-wr710n |\
328 tl-wr720n-v3|\
329 wpe72)
330 ucidef_set_interfaces_lan_wan "eth1" "eth0"
331 ;;
332
333 ap121 |\
334 ap121-mini |\
335 ap96 |\
336 airrouter |\
337 dir-600-a1 |\
338 dir-615-c1 |\
339 dir-615-e1 |\
340 dir-615-e4 |\
341 hiwifi-hc6361 |\
342 ja76pf |\
343 mynet-n600 |\
344 oolite |\
345 rb-750 |\
346 rb-751 |\
347 tew-632brp |\
348 tew-712br |\
349 tl-mr3220 |\
350 tl-mr3220-v2 |\
351 tl-mr3420 |\
352 tl-wdr3500 |\
353 tl-wr741nd |\
354 tl-wr741nd-v4 |\
355 tl-wr841n-v7 |\
356 tl-wr841n-v9 |\
357 whr-g301n |\
358 whr-hp-g300n |\
359 whr-hp-gn |\
360 wzr-hp-ag300h)
361 ucidef_set_interfaces_lan_wan "eth0" "eth1"
362 ucidef_add_switch "switch0" "1" "1"
363 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
364 ;;
365
366 wzr-hp-g450h)
367 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
368 ucidef_add_switch "switch0" "1" "1"
369 ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
370 ucidef_add_switch_vlan "switch0" "2" "0t 1"
371 ;;
372
373 ew-dorin)
374 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
375 ucidef_add_switch "switch0" "1" "1"
376 ucidef_add_switch_vlan "switch0" "1" "0t 1 2"
377 ucidef_add_switch_vlan "switch0" "2" "0t 3"
378 ;;
379
380 ew-dorin-router)
381 ucidef_set_interfaces_lan_wan "eth0" "eth1"
382 ucidef_add_switch "switch0" "1" "1"
383 ucidef_add_switch_vlan "switch0" "1" "0 2 3"
384 ;;
385
386 wndr3700)
387 ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
388 ucidef_add_switch "switch0" "1" "1"
389 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
390 # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
391 uci set network.@switch[-1].blinkrate='2'
392
393 ucidef_add_switch_port "switch0" "1"
394 # Port 1 controls the GREEN configuration of LEDs for
395 # the switch and the section does not correspond to a real
396 # switch port.
397 #
398 # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
399 # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
400 # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
401 # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
402 # 14: Link (master); 15: separate register
403 uci set network.@switch_port[-1].led='6'
404
405 ucidef_add_switch_port "switch0" "2"
406 # Port 2 controls the ORANGE configuration of LEDs for
407 # the switch and the section does not correspond to a real
408 # switch port.
409 #
410 # See the key above for switch port 1 for the meaning of the
411 # 'led' setting below.
412 uci set network.@switch_port[-1].led='9'
413
414 ucidef_add_switch_port "switch0" "5"
415 # Port 5 controls the configuration of the WAN LED and the
416 # section does not correspond to a real switch port.
417 #
418 # To toggle the use of green or orange LEDs for the WAN port,
419 # see the LED setting for wndr3700:green:wan in /etc/config/system.
420 #
421 # See the key above for switch port 1 for the meaning of the
422 # 'led' setting below.
423 uci set network.@switch_port[-1].led='2'
424 ;;
425
426 *)
427 ucidef_set_interfaces_lan_wan "eth0" "eth1"
428 ;;
429 esac
430
431 uci commit network
432
433 exit 0