60849855dc2fcf4f4e7b288403b05e6460220c3d
[openwrt/staging/mkresin.git] / target / linux / cobalt / base-files / etc / diag.sh
1 #!/bin/sh
2 # Copyright (C) 2009-2013 OpenWrt.org
3
4 . /lib/functions/leds.sh
5
6 status_led="qube::front"
7
8 set_state() {
9 case "$1" in
10 preinit)
11 status_led_on
12 ;;
13 done)
14 status_led_off
15 ;;
16 esac
17 }