openwrtv4/target/linux/avr32/base-files/etc/diag.sh
John Crispin e6ef318802 base-files: diag does not need to insmod any drivers, procd already did it for us
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36999
2013-06-21 16:53:43 +00:00

22 lines
241 B
Bash
Executable file

#!/bin/sh
# Copyright (C) 2013 OpenWrt.org
. /lib/functions/leds.sh
set_state() {
status_led="sys"
case "$1" in
preinit)
status_led_blink_preinit
;;
failsafe)
status_led_blink_failsafe
;;
done)
status_led_on
;;
esac
}