[OpenWrt-Devel] [PATCH] base-files: Use the same LED timing as before for preinit_regular.
Vittorio G (VittGam)
openwrt at vittgam.net
Wed Dec 24 20:28:56 EST 2014
Signed-off-by: Vittorio Gambaletta <openwrt at vittgam.net>
diff --git a/package/base-files/files/lib/functions/leds.sh b/package/base-files/files/lib/functions/leds.sh
index 4ac8145..d4d4512 100644
--- a/package/base-files/files/lib/functions/leds.sh
+++ b/package/base-files/files/lib/functions/leds.sh
@@ -60,7 +60,7 @@ status_led_blink_fast() {
}
status_led_blink_preinit() {
- led_timer $status_led 200 200
+ led_timer $status_led 100 100
}
status_led_blink_failsafe() {
@@ -68,5 +68,5 @@ status_led_blink_failsafe() {
}
status_led_blink_preinit_regular() {
- led_timer $status_led 500 500
+ led_timer $status_led 200 200
}
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list