ramips: add support for A5-V11 board (resubmit)
[openwrt/staging/mkresin.git] / target / linux / ramips / base-files / etc / board.d / 02_network
1 #!/bin/sh
2
3 . /lib/functions.sh
4 . /lib/ramips.sh
5 . /lib/functions/uci-defaults-new.sh
6 . /lib/functions/system.sh
7
8 ramips_setup_rt3x5x_vlans()
9 {
10 if [ ! -x /sbin/swconfig ]; then
11 # legacy default
12 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
13 return
14 fi
15 local wanports=""
16 local lanports=""
17 for port in 5 4 3 2 1 0; do
18 if [ `swconfig dev rt305x port $port get disable` = "1" ]; then
19 continue
20 fi
21 if [ `swconfig dev rt305x port $port get lan` = "0" ]; then
22 wanports="$port $wanports"
23 else
24 lanports="$port $lanports"
25 fi
26 done
27 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
28 ucidef_add_switch "rt305x" "1" "1"
29 ucidef_add_switch_vlan "rt305x" "1" "$lanports 6t"
30 ucidef_add_switch_vlan "rt305x" "2" "$wanports 6t"
31 }
32
33 ramips_setup_interfaces()
34 {
35 local board="$1"
36
37 ucidef_set_interface_loopback
38
39 case $board in
40 a5-v11)
41 ucidef_set_interface_lan "eth0.1"
42 ucidef_add_switch "switch0" "1" "1"
43 ucidef_add_switch_vlan "switch0" "1" "0 6t"
44 ;;
45
46 3g300m | \
47 w150m | \
48 all0256n | \
49 all5002 | \
50 all5003 | \
51 broadway | \
52 dcs-930| \
53 ncs601w | \
54 wnce2001)
55 ucidef_add_switch "switch0" "1" "0"
56 ucidef_set_interface_lan "eth0"
57 ;;
58
59 3g-6200nl | \
60 mlw221)
61 ucidef_set_interface_lan "eth0.2"
62 ;;
63
64 wizard8800 | \
65 wl-330n | \
66 wmr300)
67 ucidef_set_interface_lan "eth0.1"
68 ;;
69
70 b2c | \
71 nw718 | \
72 psr-680w | \
73 sl-r7205 | \
74 w502u | \
75 wr6202)
76 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
77 ;;
78
79 awapn2403)
80 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
81 ucidef_add_switch "switch0" "1" "1"
82 ucidef_add_switch_vlan "switch0" "1" "0 6t"
83 ucidef_add_switch_vlan "switch0" "2" "1 6t"
84 ;;
85
86 br-6475nd)
87 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
88 ucidef_add_switch "switch0" "1" "1"
89 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 9t"
90 ucidef_add_switch_vlan "switch0" "2" "0 9t"
91 ;;
92
93 asl26555)
94 ucidef_set_interface_lan "eth0.1"
95 ucidef_add_switch "switch0" "1" "1"
96 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
97 ;;
98
99 cy-swr1100)
100 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
101 ucidef_add_switch "switch0" "1" "1"
102 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 9t"
103 ucidef_add_switch_vlan "switch0" "2" "4 9t"
104 ;;
105
106 ht-tm02)
107 ucidef_set_interface_lan "eth0.1"
108 ucidef_add_switch "switch0" "1" "1"
109 ucidef_add_switch_vlan "switch0" "1" "4 6t"
110 ;;
111
112 3g-6200n | \
113 dir-610-a1 | \
114 dir-300-b7 | \
115 dir-320-b1 | \
116 dir-615-h1 | \
117 hlk-rm04 | \
118 mzk-w300nh2 | \
119 mzk-750dhp | \
120 wt1520)
121 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
122 ucidef_add_switch "switch0" "1" "1"
123 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t"
124 ucidef_add_switch_vlan "switch0" "2" "4 6t"
125 ;;
126
127 awm002-evb | \
128 awm003-evb | \
129 argus-atp52b | \
130 dir-645 | \
131 f5d8235-v1 | \
132 f5d8235-v2 | \
133 hg255d | \
134 rt-n14u | \
135 wrtnode | \
136 wt3020 | \
137 ur-326n4g | \
138 zbt-wa05)
139 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
140 ucidef_add_switch "switch0" "1" "1"
141 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t"
142 ucidef_add_switch_vlan "switch0" "2" "0 6t"
143 ;;
144
145 ur-336un)
146 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
147 ;;
148
149 br6524n | \
150 v11st-fe)
151 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
152 ucidef_add_switch "switch0" "1" "1"
153 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
154 ucidef_add_switch_vlan "switch0" "2" "0 5t"
155 ;;
156
157 ar725w | \
158 rt-n15 | \
159 wl-351)
160 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
161 ucidef_add_switch "switch0" "1" "1"
162 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
163 ucidef_add_switch_vlan "switch0" "2" "4 5t"
164 ;;
165
166 rt-n56u)
167 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
168 ucidef_add_switch "switch0" "1" "1"
169 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 8t"
170 ucidef_add_switch_vlan "switch0" "2" "4 8t"
171 ;;
172
173 tew-691gr|\
174 tew-692gr)
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 1 2 3 4"
178 ucidef_add_switch_vlan "switch0" "2" "0t 5"
179 ;;
180
181 vocore)
182 ucidef_set_interface_lan "eth0.1"
183 ucidef_add_switch "switch0" "1" "1"
184 ucidef_add_switch_vlan "switch0" "1" "0 4 6t"
185 ;;
186
187 wcr-150gn)
188 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
189 ucidef_add_switch "switch0" "1" "1"
190 ucidef_add_switch_vlan "switch0" "1" "0 6t"
191 ucidef_add_switch_vlan "switch0" "2" "6t"
192 ;;
193
194 wr8305rt)
195 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
196 ucidef_add_switch "switch0" "1" "1"
197 ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4 6t"
198 ucidef_add_switch_vlan "switch0" "2" "4 6t"
199 ;;
200
201 y1 |\
202 y1s)
203 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
204 ucidef_add_switch "switch0" "1" "1"
205 ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5 6t"
206 ucidef_add_switch_vlan "switch0" "2" "0 6t"
207 ;;
208 d105 | \
209 na930 | \
210 omni-emb-hpm|\
211 wli-tx4-ag300n)
212 ucidef_set_interface_lan "eth0"
213 ;;
214
215 *)
216 RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
217 if [ -n "${RT3X5X}" ]; then
218 ramips_setup_rt3x5x_vlans
219 else
220 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
221 fi
222 ;;
223 esac
224 }
225
226 ramips_setup_macs()
227 {
228 local board="$1"
229 local lan_mac=""
230 local wan_mac=""
231
232 case $board in
233 br-6475nd)
234 lan_mac=$(cat /sys/class/net/eth0/address)
235 wan_mac=$(mtd_get_mac_binary devdata 7)
236 ;;
237
238 w306r-v20)
239 lan_mac=$(cat /sys/class/net/eth0/address)
240 wan_mac=$(macaddr_add "$lan_mac" 5)
241 ;;
242
243 tew-691gr)
244 lan_mac=$(cat /sys/class/net/eth0/address)
245 wan_mac=$(macaddr_add "$lan_mac" 3)
246 ;;
247
248 tew-692gr)
249 lan_mac=$(cat /sys/class/net/eth0/address)
250 wan_mac=$(macaddr_add "$lan_mac" 4)
251 ;;
252
253 m3 |\
254 m4 |\
255 x5 |\
256 x8)
257 lan_mac=$(cat /sys/class/net/eth0/address)
258 lan_mac=$(macaddr_add "$lan_mac" -2)
259 ;;
260
261 a5-v11 |\
262 bc2 |\
263 broadway |\
264 d105 |\
265 dir-620-a1 |\
266 esr-9753 |\
267 freestation5 |\
268 hlk-rm04 | \
269 mpr-a1 | \
270 mpr-a2 | \
271 ht-tm02 | \
272 dir-300-b7 | \
273 dir-320-b1 | \
274 psr-680w |\
275 sl-r7205 |\
276 y1 |\
277 y1s)
278 lan_mac=$(cat /sys/class/net/eth0/address)
279 lan_mac=$(macaddr_setbit_la "$lan_mac")
280 wan_mac=$(macaddr_add "$lan_mac" 1)
281 ;;
282
283 cy-swr1100 | \
284 dir-645)
285 lan_mac=$(mtd_get_mac_ascii nvram lanmac)
286 wan_mac=$(mtd_get_mac_ascii nvram wanmac)
287 ;;
288
289 wcr-150gn)
290 wan_mac=$(mtd_get_mac_binary factory 40)
291 ;;
292
293 rt-n56u)
294 lan_mac=$(cat /sys/class/net/eth0/address)
295 lan_mac=$(macaddr_setbit_la "$lan_mac")
296 wan_mac=$(mtd_get_mac_binary factory 32772)
297 ;;
298
299 all0239-3g | \
300 carambola | \
301 freestation5 | \
302 w502u | \
303 wnce2001)
304 wan_mac=$(mtd_get_mac_binary factory 46)
305 ;;
306
307 *)
308 lan_mac=$(cat /sys/class/net/eth0/address)
309 wan_mac=$(macaddr_add "$lan_mac" 1)
310 ;;
311
312 esac
313
314 [ -n "$lan_mac" ] && ucidef_set_interface_macaddr lan $lan_mac
315 [ -n "$wan_mac" ] && ucidef_set_interface_macaddr wan $wan_mac
316 }
317
318 board_config_update
319 board=$(ramips_board_name)
320 ramips_setup_interfaces $board
321 ramips_setup_macs $board
322 board_config_flush
323
324 exit 0