ar71xx: add support for dir 505 a1
[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         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
27         ucidef_add_switch "switch0" "1" "1"
28         ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
29         ucidef_add_switch_vlan "switch0" "2" "0t 1"
30         ;;
31
32 ap136-010)
33         ucidef_set_interfaces_lan_wan "eth0" "eth1"
34         ucidef_add_switch "switch0" "1" "1"
35         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
36         ucidef_add_switch_vlan "switch0" "2" "5 6"
37         ;;
38
39 ap136-020 |\
40 ap135-020)
41         ucidef_set_interfaces_lan_wan "eth1" "eth0"
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 archer-c7)
48         ucidef_set_interfaces_lan_wan "eth1" "eth0"
49         ucidef_add_switch "switch0" "1" "1"
50         ucidef_add_switch_vlan "switch0" "1" "0 2 3 4 5"
51         ucidef_add_switch_vlan "switch0" "2" "1 6"
52         ;;
53
54 db120 |\
55 rb-2011l | \
56 rb-2011uas |\
57 rb-2011uas-2hnd)
58         ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
59         ucidef_add_switch "switch0" "1" "1"
60         ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
61         ucidef_add_switch_vlan "switch0" "2" "0t 1"
62         ucidef_add_switch "switch1" "1" "1"
63         ucidef_add_switch_vlan "switch1" "1" "0 1 2 3 4 5"
64
65         case "$board" in
66         rb-2011uas*)
67                 ucidef_set_interface_raw "sfp" "eth0.3"
68                 ucidef_add_switch_vlan "switch0" "3" "0t 6"
69                 ;;
70         esac
71         ;;
72
73 dir-825-b1|\
74 tew-673gru)
75         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
76         ucidef_add_switch "switch0" "1" "1"
77         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
78         ;;
79
80 nbg460n_550n_550nh)
81         ucidef_set_interfaces_lan_wan "eth0" "eth1"
82         ucidef_add_switch "switch0" "1" "1"
83         ucidef_add_switch_vlan "switch0" "0" "0 1 2 3 5"
84         ;;
85
86 rb-433 |\
87 rb-433u)
88         ucidef_set_interfaces_lan_wan "eth1" "eth0"
89         ucidef_add_switch "switch0" "1" "1"
90         ucidef_add_switch_vlan "switch0" "1" "1 2 5"
91         ;;
92
93 rb-435g)
94         ucidef_set_interfaces_lan_wan "eth1" "eth0"
95         ucidef_add_switch "switch0" "1" "1"
96         ucidef_add_switch_vlan "switch0" "1" "0 1 2"
97         ;;
98
99 rb-450)
100         ucidef_set_interfaces_lan_wan "eth1" "eth0"
101         ucidef_add_switch "switch0" "1" "1"
102         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5"
103         ;;
104
105 rb-450g |\
106 routerstation-pro)
107         ucidef_set_interfaces_lan_wan "eth1" "eth0"
108         ucidef_add_switch "switch0" "1" "1"
109         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
110         ;;
111
112 ap136 |\
113 rb-750gl |\
114 rb-751g |\
115 rb-951g-2hnd |\
116 wzr-hp-g450h)
117         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
118         ucidef_add_switch "switch0" "1" "1"
119         ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
120         ucidef_add_switch_vlan "switch0" "2" "0t 1"
121         ;;
122
123 rb-493g)
124         ucidef_set_interfaces_lan_wan "eth0 eth1.1" "eth1.2"
125         ucidef_add_switch "switch0" "1" "1"
126         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
127         ucidef_add_switch "switch1" "1" "1"
128         ucidef_add_switch_vlan "switch1" "1" "0t 1 2 3 4"
129         ucidef_add_switch_vlan "switch1" "2" "0t 5"
130         ;;
131
132 wzr-hp-g300nh2 |\
133 pb92 |\
134 ap113)
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 1 3 4 5"
138         ucidef_add_switch_vlan "switch0" "2" "0t 2"
139         ;;
140
141 tl-wdr4300|\
142 tl-wr1041n-v2)
143         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
144         ucidef_add_switch "switch0" "1" "1"
145         ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
146         ucidef_add_switch_vlan "switch0" "2" "0t 1"
147         ;;
148
149 tl-wr1043nd)
150         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
151         ucidef_add_switch "switch0" "1" "1"
152         ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
153         ucidef_add_switch_vlan "switch0" "2" "0 5t"
154         ;;
155
156 tl-wr2543n)
157         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
158         ucidef_add_switch "switch0" "1" "1"
159         ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 9t"
160         ucidef_add_switch_vlan "switch0" "2" "0 9t"
161         ;;
162
163 tl-wr841n-v1|\
164 tl-wr941nd)
165         ucidef_set_interface_raw "eth" "eth0"
166         ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
167         ;;
168
169 tl-mr3420-v2 |\
170 tl-wr841n-v8 |\
171 wnr2000-v3 |\
172 wnr612-v2)
173         ucidef_set_interfaces_lan_wan "eth1" "eth0"
174         ucidef_add_switch "switch0" "1" "1"
175         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
176         ;;
177
178 uap-pro)
179         ucidef_set_interface_lan "eth0"
180         ucidef_add_switch "switch0" "1" "1"
181         ucidef_add_switch_vlan "switch0" "1" "0 1 2"
182         ;;
183
184 wrt160nl)
185         ucidef_set_interfaces_lan_wan "eth0" "eth1"
186         ucidef_add_switch "switch0" "1" "1"
187         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4 5"
188         ;;
189
190 wzr-hp-g300nh)
191         ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
192         ucidef_add_switch "switch0" "1" "1"
193         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
194         ;;
195
196 dir-825-c1 |\
197 dir-835-a1 |\
198 wndr4300)
199         ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
200         ucidef_add_switch "switch0" "1" "1"
201         ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
202         ucidef_add_switch_vlan "switch0" "2" "0t 5"
203         ;;
204
205 all0305 |\
206 aw-nr580 |\
207 bullet-m |\
208 cap4200ag |\
209 eap7660d |\
210 mr600 |\
211 mr600v2 |\
212 rb-411 |\
213 tl-mr10u |\
214 tl-mr11u |\
215 tl-mr3020 |\
216 tl-mr3040 |\
217 tl-wa901nd |\
218 tl-wa901nd-v2 |\
219 tl-wr703n |\
220 wndap360 |\
221 wp543)
222         ucidef_set_interface_lan "eth0"
223         ;;
224
225 dir-505-a1)
226         ucidef_set_interface_lan "eth1"
227         ;;
228
229 alfa-ap96 |\
230 alfa-nx |\
231 ap83 |\
232 jwap003 |\
233 pb42 |\
234 pb44 |\
235 routerstation|\
236 tl-wr710n |\
237 tl-wr720n-v3|\
238 wpe72)
239         ucidef_set_interfaces_lan_wan "eth1" "eth0"
240         ;;
241
242 ap121 |\
243 ap121-mini |\
244 ap96 |\
245 airrouter |\
246 dir-600-a1 |\
247 dir-615-c1 |\
248 dir-615-e4 |\
249 ja76pf |\
250 rb-750 |\
251 rb-751 |\
252 tew-632brp |\
253 tew-712br |\
254 tl-mr3220 |\
255 tl-mr3220-v2 |\
256 tl-mr3420 |\
257 tl-wdr3500 |\
258 tl-wr741nd |\
259 tl-wr741nd-v4 |\
260 tl-wr841n-v7 |\
261 whr-g301n |\
262 whr-hp-g300n |\
263 whr-hp-gn |\
264 wzr-hp-ag300h)
265         ucidef_set_interfaces_lan_wan "eth0" "eth1"
266         ucidef_add_switch "switch0" "1" "1"
267         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
268         ;;
269
270 wzr-hp-g450h)
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 2 3 4 5"
274         ucidef_add_switch_vlan "switch0" "2" "0t 1"
275         ;;
276
277 ew-dorin)
278         ucidef_set_interface_lan "eth0"
279         ucidef_add_switch "switch0" "1" "1"
280         ucidef_add_switch_vlan "switch0" "1" "0 1 2 3"
281         ;;
282
283 ew-dorin-router)
284         ucidef_set_interfaces_lan_wan "eth0" "eth1"
285         ucidef_add_switch "switch0" "1" "1"
286         ucidef_add_switch_vlan "switch0" "1" "0 2 3"
287         ;;
288
289 *)
290         ucidef_set_interfaces_lan_wan "eth0" "eth1"
291         ;;
292 esac
293
294 uci commit network
295
296 exit 0