1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/target/linux/avr32/base-files/etc/diag.sh
2013-06-21 16:53:43 +00:00

23 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
}