ar71xx: add user-space support for the ZyXEL NBG6716 board
[openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / 01_leds
1 #!/bin/sh
2 #
3 # Copyright (C) 2011 OpenWrt.org
4 #
5
6 . /lib/functions/uci-defaults.sh
7 . /lib/ar71xx.sh
8
9 board=$(ar71xx_board_name)
10
11 case "$board" in
12 alfa-nx)
13         ucidef_set_led_netdev "wan" "WAN" "alfa:green:led_2" "eth0"
14         ucidef_set_led_netdev "lan" "LAN" "alfa:green:led_3" "eth1"
15         ;;
16
17 all0258n)
18         ucidef_set_rssimon "wlan0" "40000" "1"
19         ucidef_set_led_rssi "rssilow" "RSSILOW" "all0258n:red:rssilow" "wlan0" "1" "40" "0" "6"
20         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "all0258n:yellow:rssimedium" "wlan0" "30" "80" "-29" "5"
21         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0258n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
22         ;;
23
24 all0315n)
25         ucidef_set_rssimon "wlan0" "40000" "1"
26         ucidef_set_led_rssi "rssilow" "RSSILOW" "all0315n:red:rssilow" "wlan0" "1" "40" "0" "6"
27         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "all0315n:yellow:rssimedium" "wlan0" "30" "80" "-29" "5"
28         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "all0315n:green:rssihigh" "wlan0" "70" "100" "-69" "8"
29         ;;
30
31 ap113)
32         ucidef_set_led_usbdev "usb" "USB" "ap113:green:usb" "1-1"
33         ;;
34
35 bullet-m | \
36 nanostation-m | \
37 rocket-m)
38         ucidef_set_led_rssi "rssilow" "RSSILOW" "ubnt:red:link1" "wlan0" "1" "100" "0" "13"
39         ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "ubnt:orange:link2" "wlan0" "26" "100" "-25" "13"
40         ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "ubnt:green:link3" "wlan0" "51" "100" "-50" "13"
41         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "ubnt:green:link4" "wlan0" "76" "100" "-75" "13"
42         ;;
43
44 bxu2000n-2-a1)
45         ucidef_set_led_wlan "wlan" "WLAN" "bhu:green:wlan" "phy0tpt"
46         ;;
47
48 cap4200ag)
49         ucidef_set_led_default "lan_green" "LAN_GREEN" "senao:green:lan" "1"
50         ucidef_set_led_wlan "wlan_amber" "WLAN_AMBER" "senao:amber:wlan" "phy0tpt"
51         ucidef_set_led_wlan "wlan_green" "WLAN_GREEN" "senao:green:wlan" "phy1tpt"
52         ;;
53
54 carambola2)
55         ucidef_set_led_netdev "lan" "LAN" "carambola2:orange:eth0" "eth0"
56         ucidef_set_led_netdev "wan" "WAN" "carambola2:orange:eth1" "eth1"
57         ucidef_set_led_wlan "wlan" "WLAN" "carambola2:green:wlan" "phy0tpt"
58         ;;
59
60 db120)
61         ucidef_set_led_usbdev "usb" "USB" "db120:green:usb" "1-1"
62         ;;
63
64 rb-750)
65         ucidef_set_led_default "act" "act" "rb750:green:act" "1"
66         ucidef_set_led_netdev "port1" "port1" "rb750:green:port1" "eth1"
67         ucidef_set_led_switch "port2" "port2" "rb750:green:port2" "switch0" "0x10"
68         ucidef_set_led_switch "port3" "port3" "rb750:green:port3" "switch0" "0x08"
69         ucidef_set_led_switch "port4" "port4" "rb750:green:port4" "switch0" "0x04"
70         ucidef_set_led_switch "port5" "port5" "rb750:green:port5" "switch0" "0x02"
71         ;;
72
73 rb-2011l|\
74 rb-2011uas|\
75 rb-2011uas-2hnd)
76         ucidef_set_led_switch "eth6" "ETH6" "rb:green:eth6" "switch1" "0x20"
77         ucidef_set_led_switch "eth7" "ETH7" "rb:green:eth7" "switch1" "0x10"
78         ucidef_set_led_switch "eth8" "ETH8" "rb:green:eth8" "switch1" "0x08"
79         ucidef_set_led_switch "eth9" "ETH9" "rb:green:eth9" "switch1" "0x04"
80         ucidef_set_led_switch "eth10" "ETH10" "rb:green:eth10" "switch1" "0x02"
81         ;;
82
83 dir-505-a1)
84         ucidef_set_led_netdev "lan" "LAN" "d-link:green:power" "eth1"
85         ;;
86
87 dir-600-a1|\
88 dir-615-e4)
89         ucidef_set_led_netdev "wan" "WAN" "d-link:green:wan" "eth1"
90         ucidef_set_led_switch "lan1" "LAN1" "d-link:green:lan1" "switch0" "0x02"
91         ucidef_set_led_switch "lan2" "LAN2" "d-link:green:lan2" "switch0" "0x04"
92         ucidef_set_led_switch "lan3" "LAN3" "d-link:green:lan3" "switch0" "0x08"
93         ucidef_set_led_switch "lan4" "LAN4" "d-link:green:lan4" "switch0" "0x10"
94         ;;
95
96 dir-825-b1)
97         ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
98         ;;
99
100 dir-825-c1)
101         ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
102         ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "d-link:blue:wlan2g" "phy0tpt"
103         ;;
104
105 hornet-ub)
106         ucidef_set_led_netdev "lan" "LAN" "alfa:blue:lan" "eth0"
107         ucidef_set_led_netdev "wan" "WAN" "alfa:blue:wan" "eth1"
108         ucidef_set_led_wlan "wlan" "WLAN" "alfa:blue:wlan" "phy0tpt"
109         ucidef_set_led_usbdev "usb" "USB" "alfa:blue:usb" "1-1"
110         ;;
111
112 mr600)
113         ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
114         ;;
115
116 mynet-n600)
117         ucidef_set_led_netdev "wan" "WAN" "wd:blue:internet" "eth1"
118         ucidef_set_led_switch "lan1" "LAN1" "wd:green:lan1" "switch0" "0x02"
119         ucidef_set_led_switch "lan2" "LAN2" "wd:green:lan2" "switch0" "0x10"
120         ucidef_set_led_switch "lan3" "LAN3" "wd:green:lan3" "switch0" "0x08"
121         ucidef_set_led_switch "lan4" "LAN4" "wd:green:lan4" "switch0" "0x04"
122         ;;
123
124 mynet-rext)
125         ucidef_set_led_netdev "lan" "LAN" "wd:blue:ethernet" "eth0"
126         ucidef_set_rssimon "wlan0" "40000" "1"
127         ucidef_set_led_rssi "rssilow" "RSSILOW" "wd:blue:quality1" "wlan0" "1" "40" "0" "6"
128         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "wd:blue:quality2" "wlan0" "30" "80" "-29" "5"
129         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "wd:blue:quality3" "wlan0" "70" "100" "-69" "8"
130         ucidef_set_led_wlan "wlan" "WLAN" "wd:blue:wireless" "phy0tpt"
131         ;;
132
133 mzk-w04u)
134         ucidef_set_led_usbdev "usb" "USB" "planex:green:usb" "1-1"
135         ;;
136
137 mzk-w300nh)
138         ucidef_set_led_wlan "wlan" "WLAN" "planex:green:wlan" "phy0tpt"
139         ;;
140
141 nbg460n_550n_550nh)
142         ucidef_set_led_wlan "wlan" "WLAN" "nbg460n:green:wlan" "phy0tpt"
143         ;;
144
145 nbg6716)
146         ucidef_set_led_netdev "wan" "WAN" "zyxel:white:internet" "eth1"
147         ucidef_set_led_wlan "wlan" "WLAN" "zyxel:white:wifi2g" "phy1tpt"
148         ucidef_set_led_wlan "wlan5" "WLAN5" "zyxel:white:wifi5g" "phy0tpt"
149         ucidef_set_led_usbdev "usb1" "USB1" "zyxel:white:usb0" "1-1"
150         ucidef_set_led_usbdev "usb2" "USB2" "zyxel:white:usb1" "2-1"
151         ;;
152
153 om2p | \
154 om2p-hs | \
155 om2p-lc)
156         ucidef_set_led_netdev "port1" "port1" "om2p:blue:wan" "eth0"
157         ucidef_set_led_netdev "port2" "port2" "om2p:blue:lan" "eth1"
158         ;;
159
160 tew-712br)
161         ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
162         ucidef_set_led_switch "lan1" "LAN1" "trendnet:green:lan1" "switch0" "0x02"
163         ucidef_set_led_switch "lan2" "LAN2" "trendnet:green:lan2" "switch0" "0x04"
164         ucidef_set_led_switch "lan3" "LAN3" "trendnet:green:lan3" "switch0" "0x08"
165         ucidef_set_led_switch "lan4" "LAN4" "trendnet:green:lan4" "switch0" "0x10"
166         ucidef_set_led_wlan "wlan" "WLAN" "trendnet:green:wlan" "phy0tpt"
167         ;;
168
169 tew-732br)
170         ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
171         ;;
172
173 tl-mr11u | \
174 tl-mr3020 | \
175 tl-mr3040 | \
176 tl-mr3040-v2)
177         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
178         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
179         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan"  "eth0"
180         ;;
181
182 tl-mr3220 | \
183 tl-mr3420 )
184         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
185         ;;
186
187 tl-mr3220-v2)
188         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
189         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
190         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
191         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
192         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
193         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
194         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
195         ;;
196
197 tl-mr3420-v2)
198         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
199         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
200         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
201         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
202         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
203         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
204         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
205         ;;
206
207 tl-wa750re)
208         ucidef_set_led_netdev "lan" "LAN" "tp-link:orange:lan" "eth0"
209         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:orange:wlan" "phy0tpt"
210         ucidef_set_rssimon "wlan0" "40000" "1"
211         ucidef_set_led_rssi "rssilow" "RSSILOW" "tp-link:orange:signal1" "wlan0" "1" "100" "0" "13"
212         ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "tp-link:orange:signal2" "wlan0" "20" "100" "-19" "13"
213         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "tp-link:orange:signal3" "wlan0" "40" "100" "-39" "13"
214         ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "tp-link:orange:signal4" "wlan0" "60" "100" "-59" "13"
215         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:orange:signal5" "wlan0" "80" "100" "-79" "13"
216         ;;
217
218 tl-wa850re)
219         ucidef_set_led_netdev "lan" "LAN" "tp-link:blue:lan" "eth0"
220         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:blue:wlan" "phy0tpt"
221         ucidef_set_rssimon "wlan0" "40000" "1"
222         ucidef_set_led_rssi "rssilow" "RSSILOW" "tp-link:blue:signal1" "wlan0" "1" "100" "0" "13"
223         ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "tp-link:blue:signal2" "wlan0" "20" "100" "-19" "13"
224         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "tp-link:blue:signal3" "wlan0" "40" "100" "-39" "13"
225         ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "tp-link:blue:signal4" "wlan0" "60" "100" "-59" "13"
226         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:blue:signal5" "wlan0" "80" "100" "-79" "13"
227         ;;
228
229 tl-wa901nd)
230         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
231         ;;
232
233 tl-wa901nd-v2)
234         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
235         ;;
236
237 tl-wdr3500)
238         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
239         ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:green:wlan2g" "phy0tpt"
240         ;;
241
242 tl-wdr4300)
243         ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1.1"
244         ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "1-1.2"
245         ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
246         ;;
247
248 archer-c7|\
249 tl-wdr4900-v2)
250         ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1"
251         ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1"
252         ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
253         ;;
254
255 tl-wr741nd)
256         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
257         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x02"
258         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x04"
259         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x08"
260         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x10"
261         ;;
262
263 tl-wr741nd-v4)
264         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
265         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
266         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
267         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
268         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
269         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
270         ;;
271
272 tl-wr841n-v8)
273         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
274         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
275         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
276         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
277         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
278         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
279         ;;
280
281 tl-wr841n-v9)
282         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
283         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x10"
284         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
285         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x04"
286         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
287         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
288         ;;
289
290 tl-wr842n-v2)
291         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
292         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
293         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
294         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
295         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
296         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
297         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
298         ;;
299
300 tl-wa801nd-v2 | \
301 tl-wa901nd-v3)
302         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
303         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
304         ;;
305
306 tl-wr941nd | \
307 tl-wr1041n-v2)
308         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
309         ;;
310
311 tl-wr1043nd | \
312 tl-wr1043nd-v2)
313         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
314         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
315         ;;
316
317 tl-wr2543n)
318         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
319         ;;
320
321 wrt160nl)
322         ucidef_set_led_wlan "wlan" "WLAN" "wrt160nl:blue:wlan" "phy0tpt"
323         ;;
324
325 wndap360)
326         ucidef_set_led_power "power" "POWER GREEN" "netgear:green:power" "1"
327         ;;
328
329 wndr3700)
330         ucidef_set_led_default "wan" "WAN LED (green)" "netgear:green:wan" "0"
331         ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
332         ;;
333
334 wndr4300)
335         ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2"
336         ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
337         ucidef_set_led_wlan "wlan2g" "WLAN2G" "netgear:green:wlan2g" "phy0tpt"
338         ucidef_set_led_wlan "wlan5g" "WLAN5G" "netgear:blue:wlan5g" "phy1tpt"
339         ;;
340
341 whr-g301n |\
342 whr-hp-g300n |\
343 whr-hp-gn)
344         ucidef_set_led_netdev "wan" "WAN" "buffalo:green:wan" "eth1"
345         ucidef_set_led_switch "lan1" "LAN1" "buffalo:green:lan1" "switch0" "0x02"
346         ucidef_set_led_switch "lan2" "LAN2" "buffalo:green:lan2" "switch0" "0x04"
347         ucidef_set_led_switch "lan3" "LAN3" "buffalo:green:lan3" "switch0" "0x08"
348         ucidef_set_led_switch "lan4" "LAN4" "buffalo:green:lan4" "switch0" "0x10"
349         ;;
350
351 wlae-ag300n)
352         ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0"
353         ;;
354
355 wzr-hp-ag300h)
356         ucidef_set_led_default "diag" "DIAG" "buffalo:red:diag" "0"
357         ucidef_set_led_netdev "router" "ROUTER" "buffalo:green:router" "eth1"
358         ucidef_set_led_usbdev "usb" "USB" "buffalo:green:usb" "1-1"
359         ;;
360
361 wzr-hp-g300nh)
362         ucidef_set_led_wlan "wlan" "Wireless" "buffalo:green:wireless" "phy0tpt"
363         ucidef_set_led_netdev "router" "Router" "buffalo:green:router" "eth1"
364         ucidef_set_led_usbdev "usb" "USB" "buffalo:blue:usb" "1-1"
365         ;;
366
367 zcn-1523h-2)
368         ucidef_set_led_netdev "lan1" "lan1" "zcn-1523h:green:lan1" "eth0"
369         ;;
370
371 zcn-1523h-5)
372         ucidef_set_led_netdev "lan1" "lan1" "zcn-1523h:green:lan1" "eth0"
373         ucidef_set_led_netdev "lan2" "lan2" "zcn-1523h:green:lan2" "eth1"
374         ;;
375 esac
376
377 ucidef_commit_leds
378
379 exit 0