ar71xx: add user-space support for GL.iNet v1
[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-2011uias|\
76 rb-2011uas-2hnd)
77         ucidef_set_led_switch "eth6" "ETH6" "rb:green:eth6" "switch1" "0x20"
78         ucidef_set_led_switch "eth7" "ETH7" "rb:green:eth7" "switch1" "0x10"
79         ucidef_set_led_switch "eth8" "ETH8" "rb:green:eth8" "switch1" "0x08"
80         ucidef_set_led_switch "eth9" "ETH9" "rb:green:eth9" "switch1" "0x04"
81         ucidef_set_led_switch "eth10" "ETH10" "rb:green:eth10" "switch1" "0x02"
82         ;;
83
84 dir-505-a1)
85         ucidef_set_led_netdev "lan" "LAN" "d-link:green:power" "eth1"
86         ;;
87
88 dir-600-a1|\
89 dir-615-e1|\
90 dir-615-e4)
91         ucidef_set_led_netdev "wan" "WAN" "d-link:green:wan" "eth1"
92         ucidef_set_led_switch "lan1" "LAN1" "d-link:green:lan1" "switch0" "0x02"
93         ucidef_set_led_switch "lan2" "LAN2" "d-link:green:lan2" "switch0" "0x04"
94         ucidef_set_led_switch "lan3" "LAN3" "d-link:green:lan3" "switch0" "0x08"
95         ucidef_set_led_switch "lan4" "LAN4" "d-link:green:lan4" "switch0" "0x10"
96         ;;
97
98 dir-825-b1)
99         ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
100         ;;
101
102 dir-825-c1)
103         ucidef_set_led_usbdev "usb" "USB" "d-link:blue:usb" "1-1"
104         ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "d-link:blue:wlan2g" "phy0tpt"
105         ;;
106
107 gl-inet)
108         ucidef_set_led_netdev "lan" "LAN" "gl-connect:green:lan" "eth1"
109         ucidef_set_led_wlan "wlan" "WLAN" "gl-connect:red:wlan" "phy0tpt"
110         ;;
111
112 hiwifi-hc6361)
113         ucidef_set_led_default "inet" "INET" "hiwifi:blue:internet" "0"
114         ucidef_set_led_wlan "wlan" "WLAN" "hiwifi:blue:wlan-2p4" "phy0tpt"
115         ;;
116
117 hornet-ub)
118         ucidef_set_led_netdev "lan" "LAN" "alfa:blue:lan" "eth0"
119         ucidef_set_led_netdev "wan" "WAN" "alfa:blue:wan" "eth1"
120         ucidef_set_led_wlan "wlan" "WLAN" "alfa:blue:wlan" "phy0tpt"
121         ucidef_set_led_usbdev "usb" "USB" "alfa:blue:usb" "1-1"
122         ;;
123
124 mr600)
125         ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
126         ;;
127
128 mynet-n600)
129         ucidef_set_led_netdev "wan" "WAN" "wd:blue:internet" "eth1"
130         ucidef_set_led_switch "lan1" "LAN1" "wd:green:lan1" "switch0" "0x02"
131         ucidef_set_led_switch "lan2" "LAN2" "wd:green:lan2" "switch0" "0x10"
132         ucidef_set_led_switch "lan3" "LAN3" "wd:green:lan3" "switch0" "0x08"
133         ucidef_set_led_switch "lan4" "LAN4" "wd:green:lan4" "switch0" "0x04"
134         ;;
135
136 mynet-rext)
137         ucidef_set_led_netdev "lan" "LAN" "wd:blue:ethernet" "eth0"
138         ucidef_set_rssimon "wlan0" "40000" "1"
139         ucidef_set_led_rssi "rssilow" "RSSILOW" "wd:blue:quality1" "wlan0" "1" "40" "0" "6"
140         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "wd:blue:quality2" "wlan0" "30" "80" "-29" "5"
141         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "wd:blue:quality3" "wlan0" "70" "100" "-69" "8"
142         ucidef_set_led_wlan "wlan" "WLAN" "wd:blue:wireless" "phy0tpt"
143         ;;
144
145 mzk-w04u)
146         ucidef_set_led_usbdev "usb" "USB" "planex:green:usb" "1-1"
147         ;;
148
149 mzk-w300nh)
150         ucidef_set_led_wlan "wlan" "WLAN" "planex:green:wlan" "phy0tpt"
151         ;;
152
153 nbg460n_550n_550nh)
154         ucidef_set_led_wlan "wlan" "WLAN" "nbg460n:green:wlan" "phy0tpt"
155         ;;
156
157 nbg6716)
158         ucidef_set_led_netdev "wan" "WAN" "zyxel:white:internet" "eth1"
159         ucidef_set_led_wlan "wlan" "WLAN" "zyxel:white:wifi2g" "phy1tpt"
160         ucidef_set_led_wlan "wlan5" "WLAN5" "zyxel:white:wifi5g" "phy0tpt"
161         ucidef_set_led_usbdev "usb1" "USB1" "zyxel:white:usb0" "1-1"
162         ucidef_set_led_usbdev "usb2" "USB2" "zyxel:white:usb1" "2-1"
163         ;;
164
165 om2p | \
166 om2pv2 | \
167 om2p-hs | \
168 om2p-hsv2 | \
169 om2p-lc)
170         ucidef_set_led_netdev "port1" "port1" "om2p:blue:wan" "eth0"
171         ucidef_set_led_netdev "port2" "port2" "om2p:blue:lan" "eth1"
172         ;;
173
174 tew-712br)
175         ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
176         ucidef_set_led_switch "lan1" "LAN1" "trendnet:green:lan1" "switch0" "0x02"
177         ucidef_set_led_switch "lan2" "LAN2" "trendnet:green:lan2" "switch0" "0x04"
178         ucidef_set_led_switch "lan3" "LAN3" "trendnet:green:lan3" "switch0" "0x08"
179         ucidef_set_led_switch "lan4" "LAN4" "trendnet:green:lan4" "switch0" "0x10"
180         ucidef_set_led_wlan "wlan" "WLAN" "trendnet:green:wlan" "phy0tpt"
181         ;;
182
183 tew-732br)
184         ucidef_set_led_netdev "wan" "WAN" "trendnet:green:wan" "eth1"
185         ;;
186
187 tl-mr11u | \
188 tl-mr3020 | \
189 tl-mr3040 | \
190 tl-mr3040-v2)
191         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
192         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
193         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan"  "eth0"
194         ;;
195
196 tl-mr3220 | \
197 tl-mr3420 )
198         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
199         ;;
200
201 tl-mr3220-v2)
202         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
203         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
204         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
205         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
206         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
207         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
208         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
209         ;;
210
211 tl-mr3420-v2)
212         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
213         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
214         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
215         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
216         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
217         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
218         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
219         ;;
220
221 tl-wa750re)
222         ucidef_set_led_netdev "lan" "LAN" "tp-link:orange:lan" "eth0"
223         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:orange:wlan" "phy0tpt"
224         ucidef_set_rssimon "wlan0" "40000" "1"
225         ucidef_set_led_rssi "rssilow" "RSSILOW" "tp-link:orange:signal1" "wlan0" "1" "100" "0" "13"
226         ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "tp-link:orange:signal2" "wlan0" "20" "100" "-19" "13"
227         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "tp-link:orange:signal3" "wlan0" "40" "100" "-39" "13"
228         ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "tp-link:orange:signal4" "wlan0" "60" "100" "-59" "13"
229         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:orange:signal5" "wlan0" "80" "100" "-79" "13"
230         ;;
231
232 tl-wa850re)
233         ucidef_set_led_netdev "lan" "LAN" "tp-link:blue:lan" "eth0"
234         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:blue:wlan" "phy0tpt"
235         ucidef_set_rssimon "wlan0" "40000" "1"
236         ucidef_set_led_rssi "rssilow" "RSSILOW" "tp-link:blue:signal1" "wlan0" "1" "100" "0" "13"
237         ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "tp-link:blue:signal2" "wlan0" "20" "100" "-19" "13"
238         ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "tp-link:blue:signal3" "wlan0" "40" "100" "-39" "13"
239         ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "tp-link:blue:signal4" "wlan0" "60" "100" "-59" "13"
240         ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "tp-link:blue:signal5" "wlan0" "80" "100" "-79" "13"
241         ;;
242
243 tl-wa860re)
244         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
245         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
246         ;;
247
248 tl-wa901nd)
249         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
250         ;;
251
252 tl-wa901nd-v2)
253         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
254         ;;
255
256 tl-wdr3500)
257         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
258         ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:green:wlan2g" "phy0tpt"
259         ;;
260
261 tl-wdr4300)
262         ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1.1"
263         ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "1-1.2"
264         ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
265         ;;
266
267 archer-c7|\
268 tl-wdr4900-v2)
269         ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1"
270         ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1"
271         ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt"
272         ;;
273
274 tl-wr741nd)
275         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
276         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x02"
277         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x04"
278         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x08"
279         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x10"
280         ;;
281
282 tl-wr741nd-v4)
283         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
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         ;;
290
291 tl-wr841n-v8)
292         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
293         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
294         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
295         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
296         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
297         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
298         ;;
299
300 tl-wa830re-v2)
301         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
302         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
303         ;;
304
305 tl-wr841n-v9)
306         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
307         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x10"
308         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
309         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x04"
310         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
311         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
312         ;;
313
314 tl-wr842n-v2)
315         ucidef_set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth0"
316         ucidef_set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x04"
317         ucidef_set_led_switch "lan2" "LAN2" "tp-link:green:lan2" "switch0" "0x08"
318         ucidef_set_led_switch "lan3" "LAN3" "tp-link:green:lan3" "switch0" "0x10"
319         ucidef_set_led_switch "lan4" "LAN4" "tp-link:green:lan4" "switch0" "0x02"
320         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
321         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
322         ;;
323
324 tl-wa801nd-v2 | \
325 tl-wa901nd-v3)
326         ucidef_set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
327         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
328         ;;
329
330 tl-wr941nd | \
331 tl-wr1041n-v2)
332         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
333         ;;
334
335 tl-wr1043nd | \
336 tl-wr1043nd-v2)
337         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
338         ucidef_set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt"
339         ;;
340
341 tl-wr2543n)
342         ucidef_set_led_usbdev "usb" "USB" "tp-link:green:usb" "1-1"
343         ;;
344
345 wrt160nl)
346         ucidef_set_led_wlan "wlan" "WLAN" "wrt160nl:blue:wlan" "phy0tpt"
347         ;;
348
349 wndap360)
350         ucidef_set_led_power "power" "POWER GREEN" "netgear:green:power" "1"
351         ;;
352
353 wndr3700)
354         ucidef_set_led_default "wan" "WAN LED (green)" "netgear:green:wan" "0"
355         ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
356         ;;
357
358 wndr4300)
359         ucidef_set_led_netdev "wan" "WAN (green)" "netgear:green:wan" "eth0.2"
360         ucidef_set_led_usbdev "usb" "USB" "netgear:green:usb" "1-1"
361         ucidef_set_led_wlan "wlan2g" "WLAN2G" "netgear:green:wlan2g" "phy0tpt"
362         ucidef_set_led_wlan "wlan5g" "WLAN5G" "netgear:blue:wlan5g" "phy1tpt"
363         ;;
364
365 whr-g301n |\
366 whr-hp-g300n |\
367 whr-hp-gn)
368         ucidef_set_led_netdev "wan" "WAN" "buffalo:green:wan" "eth1"
369         ucidef_set_led_switch "lan1" "LAN1" "buffalo:green:lan1" "switch0" "0x02"
370         ucidef_set_led_switch "lan2" "LAN2" "buffalo:green:lan2" "switch0" "0x04"
371         ucidef_set_led_switch "lan3" "LAN3" "buffalo:green:lan3" "switch0" "0x08"
372         ucidef_set_led_switch "lan4" "LAN4" "buffalo:green:lan4" "switch0" "0x10"
373         ;;
374
375 wlae-ag300n)
376         ucidef_set_led_netdev "wireless" "WIRELESS" "buffalo:green:wireless" "wlan0"
377         ;;
378
379 wzr-hp-ag300h)
380         ucidef_set_led_default "diag" "DIAG" "buffalo:red:diag" "0"
381         ucidef_set_led_netdev "router" "ROUTER" "buffalo:green:router" "eth1"
382         ucidef_set_led_usbdev "usb" "USB" "buffalo:green:usb" "1-1"
383         ;;
384
385 wzr-hp-g300nh)
386         ucidef_set_led_wlan "wlan" "Wireless" "buffalo:green:wireless" "phy0tpt"
387         ucidef_set_led_netdev "router" "Router" "buffalo:green:router" "eth1"
388         ucidef_set_led_usbdev "usb" "USB" "buffalo:blue:usb" "1-1"
389         ;;
390
391 zcn-1523h-2)
392         ucidef_set_led_netdev "lan1" "lan1" "zcn-1523h:green:lan1" "eth0"
393         ;;
394
395 zcn-1523h-5)
396         ucidef_set_led_netdev "lan1" "lan1" "zcn-1523h:green:lan1" "eth0"
397         ucidef_set_led_netdev "lan2" "lan2" "zcn-1523h:green:lan2" "eth1"
398         ;;
399 esac
400
401 ucidef_commit_leds
402
403 exit 0