ar71xx: fix typos in TP-Link rssileds definition
[openwrt/svn-archive/archive.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 om2p | \
146 om2p-hs | \
147 om2p-lc)
148 ucidef_set_led_netdev "port1" "port1" "om2p:blue:wan" "eth0"
149 ucidef_set_led_netdev "port2" "port2" "om2p:blue:lan" "eth1"
150 ;;
151
152 tew-712br)
153 ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
154 ucidef_set_led_switch "lan1" "LAN1" "trendnet:green:lan1" "switch0" "0x02"
155 ucidef_set_led_switch "lan2" "LAN2" "trendnet:green:lan2" "switch0" "0x04"
156 ucidef_set_led_switch "lan3" "LAN3" "trendnet:green:lan3" "switch0" "0x08"
157 ucidef_set_led_switch "lan4" "LAN4" "trendnet:green:lan4" "switch0" "0x10"
158 ucidef_set_led_wlan "wlan" "WLAN" "trendnet:green:wlan" "phy0tpt"
159 ;;
160
161 tew-732br)
162 ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
163 ;;
164
165 tl-mr11u | \
166 tl-mr3020 | \
167 tl-mr3040 | \
168 tl-mr3040-v2)
169 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
170 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
171 ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
172 ;;
173
174 tl-mr3220 | \
175 tl-mr3420 )
176 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
177 ;;
178
179 tl-mr3220-v2)
180 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
181 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
182 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
183 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
184 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
185 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
186 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
187 ;;
188
189 tl-mr3420-v2)
190 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
191 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
192 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
193 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
194 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
195 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
196 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
197 ;;
198
199 tl-wa750re)
200 ucidef_set_led_netdev "lan" "LAN" "tp-link:orange:lan" "eth0"
201 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:orange:wlan" "phy0tpt"
202 ucidef_set_rssimon "wlan0" "40000" "1"
203 ucidef_set_led_rssi "rssilow" "RSSILOW" "tp-link:orange:signal1" "wlan0" "1" "100" "0" "13"
204 ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "tp-link:orange:signal2" "wlan0" "20" "100" "-19" "13"
205 ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "tp-link:orange:signal3" "wlan0" "40" "100" "-39" "13"
206 ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "tp-link:orange:signal4" "wlan0" "60" "100" "-59" "13"
207 ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:orange:signal5" "wlan0" "80" "100" "-79" "13"
208 ;;
209
210 tl-wa850re)
211 ucidef_set_led_netdev "lan" "LAN" "tp-link:blue:lan" "eth0"
212 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:blue:wlan" "phy0tpt"
213 ucidef_set_rssimon "wlan0" "40000" "1"
214 ucidef_set_led_rssi "rssilow" "RSSILOW" "tp-link:blue:signal1" "wlan0" "1" "100" "0" "13"
215 ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "tp-link:blue:signal2" "wlan0" "20" "100" "-19" "13"
216 ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "tp-link:blue:signal3" "wlan0" "40" "100" "-39" "13"
217 ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "tp-link:blue:signal4" "wlan0" "60" "100" "-59" "13"
218 ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:blue:signal5" "wlan0" "80" "100" "-79" "13"
219 ;;
220
221 tl-wa901nd)
222 ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
223 ;;
224
225 tl-wa901nd-v2)
226 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
227 ;;
228
229 tl-wdr3500)
230 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
231 ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:green:wlan2g" "phy0tpt"
232 ;;
233
234 tl-wdr4300)
235 ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1.1"
236 ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "1-1.2"
237 ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
238 ;;
239
240 archer-c7|\
241 tl-wdr4900-v2)
242 ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1"
243 ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1"
244 ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
245 ;;
246
247 tl-wr741nd)
248 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
249 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x02"
250 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x04"
251 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x08"
252 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x10"
253 ;;
254
255 tl-wr741nd-v4)
256 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
257 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
258 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
259 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
260 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
261 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
262 ;;
263
264 tl-wr841n-v8)
265 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
266 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
267 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
268 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
269 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
270 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
271 ;;
272
273 tl-wr841n-v9)
274 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
275 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x10"
276 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
277 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x04"
278 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
279 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
280 ;;
281
282 tl-wr842n-v2)
283 ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
284 ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
285 ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
286 ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
287 ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
288 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
289 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
290 ;;
291
292 tl-wa801nd-v2 | \
293 tl-wa901nd-v3)
294 ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
295 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
296 ;;
297
298 tl-wr941nd | \
299 tl-wr1041n-v2)
300 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
301 ;;
302
303 tl-wr1043nd | \
304 tl-wr1043nd-v2)
305 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
306 ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
307 ;;
308
309 tl-wr2543n)
310 ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
311 ;;
312
313 wrt160nl)
314 ucidef_set_led_wlan "wlan" "WLAN" "wrt160nl:blue:wlan" "phy0tpt"
315 ;;
316
317 wndap360)
318 ucidef_set_led_power "power" "POWER GREEN" "netgear:green:power" "1"
319 ;;
320
321 wndr3700)
322 ucidef_set_led_default "wan" "WAN LED (green)" "netgear:green:wan" "0"
323 ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
324 ;;
325
326 wndr4300)
327 ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2"
328 ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
329 ;;
330
331 whr-g301n |\
332 whr-hp-g300n |\
333 whr-hp-gn)
334 ucidef_set_led_netdev "wan" "WAN" "buffalo:green:wan" "eth1"
335 ucidef_set_led_switch "lan1" "LAN1" "buffalo:green:lan1" "switch0" "0x02"
336 ucidef_set_led_switch "lan2" "LAN2" "buffalo:green:lan2" "switch0" "0x04"
337 ucidef_set_led_switch "lan3" "LAN3" "buffalo:green:lan3" "switch0" "0x08"
338 ucidef_set_led_switch "lan4" "LAN4" "buffalo:green:lan4" "switch0" "0x10"
339 ;;
340
341 wlae-ag300n)
342 ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0"
343 ;;
344
345 wzr-hp-ag300h)
346 ucidef_set_led_default "diag" "DIAG" "buffalo:red:diag" "0"
347 ucidef_set_led_netdev "router" "ROUTER" "buffalo:green:router" "eth1"
348 ucidef_set_led_usbdev "usb" "USB" "buffalo:green:usb" "1-1"
349 ;;
350
351 wzr-hp-g300nh)
352 ucidef_set_led_wlan "wlan" "Wireless" "buffalo:green:wireless" "phy0tpt"
353 ucidef_set_led_netdev "router" "Router" "buffalo:green:router" "eth1"
354 ucidef_set_led_usbdev "usb" "USB" "buffalo:blue:usb" "1-1"
355 ;;
356
357 zcn-1523h-2)
358 ucidef_set_led_netdev "lan1" "lan1" "zcn-1523h:green:lan1" "eth0"
359 ;;
360
361 zcn-1523h-5)
362 ucidef_set_led_netdev "lan1" "lan1" "zcn-1523h:green:lan1" "eth0"
363 ucidef_set_led_netdev "lan2" "lan2" "zcn-1523h:green:lan2" "eth1"
364 ;;
365 esac
366
367 ucidef_commit_leds
368
369 exit 0