ar71xx: add user-space support for EnGenius ESR1750
[15.05/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         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 wrt160nl)
219         ucidef_set_interfaces_lan_wan "eth0" "eth1"
220         ucidef_add_switch "switch0" "1" "1"
221         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4 5"
222         ;;
223
224 wzr-hp-g300nh)
225         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
226         ucidef_add_switch "switch0" "1" "1"
227         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
228         ;;
229
230 dir-825-c1)
231         local mac
232         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
233         ucidef_add_switch "switch0" "1" "1"
234         ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
235         ucidef_add_switch_vlan "switch0" "2" "0t 5"
236         mac=$(mtd_get_mac_ascii nvram "^wan_mac")
237         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
238         ;;
239
240 mynet-n750)
241         local mac
242         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
243         ucidef_add_switch "switch0" "1" "1"
244         ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
245         ucidef_add_switch_vlan "switch0" "2" "0t 5"
246         mac=$(mtd_get_mac_ascii devdata "wanmac")
247         [ -n "$mac" ] && ucidef_set_interface_macaddr "wan" "$mac"
248         ;;
249
250 dir-835-a1 |\
251 wndr4300)
252         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
253         ucidef_add_switch "switch0" "1" "1"
254         ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
255         ucidef_add_switch_vlan "switch0" "2" "0t 5"
256         mac_lan=$(mtd_get_mac_binary caldata 0)
257         [ -n "$mac_lan" ] && ucidef_set_interface_macaddr "lan" "$mac_lan"
258         mac_wan=$(mtd_get_mac_binary caldata 6)
259         [ -n "$mac_wan" ] && ucidef_set_interface_macaddr "wan" "$mac_wan"
260         ;;
261
262 all0305 |\
263 aw-nr580 |\
264 bullet-m |\
265 cap4200ag |\
266 eap7660d |\
267 mr600 |\
268 mr600v2 |\
269 rb-411 |\
270 rb-sxt2n |\
271 rb-sxt5n |\
272 tl-mr10u |\
273 tl-mr11u |\
274 tl-mr13u |\
275 tl-mr3020 |\
276 tl-mr3040 |\
277 tl-mr3040-v2 |\
278 tl-wa750re |\
279 tl-wa850re |\
280 tl-wa830re-v2 |\
281 tl-wa801nd-v2 |\
282 tl-wa901nd |\
283 tl-wa901nd-v2 |\
284 tl-wa901nd-v3 |\
285 tl-wr703n |\
286 wndap360 |\
287 mynet-rext |\
288 wp543)
289         ucidef_set_interface_lan "eth0"
290         ;;
291
292 dir-505-a1)
293         ucidef_set_interface_lan "eth1"
294         ;;
295
296 alfa-ap96 |\
297 alfa-nx |\
298 ap83 |\
299 gl-inet |\
300 jwap003 |\
301 pb42 |\
302 pb44 |\
303 routerstation|\
304 tl-wr710n |\
305 tl-wr720n-v3|\
306 wpe72)
307         ucidef_set_interfaces_lan_wan "eth1" "eth0"
308         ;;
309
310 ap121 |\
311 ap121-mini |\
312 ap96 |\
313 airrouter |\
314 dir-600-a1 |\
315 dir-615-c1 |\
316 dir-615-e1 |\
317 dir-615-e4 |\
318 hiwifi-hc6361 |\
319 ja76pf |\
320 mynet-n600 |\
321 oolite |\
322 rb-750 |\
323 rb-751 |\
324 tew-632brp |\
325 tew-712br |\
326 tl-mr3220 |\
327 tl-mr3220-v2 |\
328 tl-mr3420 |\
329 tl-wdr3500 |\
330 tl-wr741nd |\
331 tl-wr741nd-v4 |\
332 tl-wr841n-v7 |\
333 tl-wr841n-v9 |\
334 whr-g301n |\
335 whr-hp-g300n |\
336 whr-hp-gn |\
337 wzr-hp-ag300h)
338         ucidef_set_interfaces_lan_wan "eth0" "eth1"
339         ucidef_add_switch "switch0" "1" "1"
340         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
341         ;;
342
343 wzr-hp-g450h)
344         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
345         ucidef_add_switch "switch0" "1" "1"
346         ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
347         ucidef_add_switch_vlan "switch0" "2" "0t 1"
348         ;;
349
350 ew-dorin)
351         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
352         ucidef_add_switch "switch0" "1" "1"
353         ucidef_add_switch_vlan "switch0" "1" "0t 1 2"
354         ucidef_add_switch_vlan "switch0" "2" "0t 3"
355         ;;
356
357 ew-dorin-router)
358         ucidef_set_interfaces_lan_wan "eth0" "eth1"
359         ucidef_add_switch "switch0" "1" "1"
360         ucidef_add_switch_vlan "switch0" "1" "0 2 3"
361         ;;
362
363 wndr3700)
364         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
365         ucidef_add_switch "switch0" "1" "1"
366         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
367         # Blinkrate: 0=43ms; 1=84ms; 2=120ms; 3=170ms; 4=340ms; 5=670ms
368         uci set network.@switch[-1].blinkrate='2'
369
370         ucidef_add_switch_port "switch0" "1"
371         # Port 1 controls the GREEN configuration of LEDs for
372         # the switch and the section does not correspond to a real
373         # switch port.
374         #
375         # 0=LED off; 1=Collision/FDX; 2=Link/activity; 3=1000 Mb/s;
376         # 4=100 Mb/s; 5=10 Mb/s; 6=1000 Mb/s+activity; 7=100 Mb/s+activity;
377         # 8=10 Mb/s+activity; 9=10/100 Mb/s+activity; 10: Fiber;
378         # 11: Fault; 12: Link/activity(tx); 13: Link/activity(rx);
379         # 14: Link (master); 15: separate register
380         uci set network.@switch_port[-1].led='6'
381
382         ucidef_add_switch_port "switch0" "2"
383         # Port 2 controls the ORANGE configuration of LEDs for
384         # the switch and the section does not correspond to a real
385         # switch port.
386         #
387         # See the key above for switch port 1 for the meaning of the
388         # 'led' setting below.
389         uci set network.@switch_port[-1].led='9'
390
391         ucidef_add_switch_port "switch0" "5"
392         # Port 5 controls the configuration of the WAN LED and the
393         # section does not correspond to a real switch port.
394         #
395         # To toggle the use of green or orange LEDs for the WAN port,
396         # see the LED setting for wndr3700:green:wan in /etc/config/system.
397         #
398         # See the key above for switch port 1 for the meaning of the
399         # 'led' setting below.
400         uci set network.@switch_port[-1].led='2'
401         ;;
402
403 *)
404         ucidef_set_interfaces_lan_wan "eth0" "eth1"
405         ;;
406 esac
407
408 uci commit network
409
410 exit 0