2
0
forked from Ivasoft/openwrt

base-files: add interval option to netdev LED trigger configuration

Add an uci option to set the interval parameter of the netdev trigger.

Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
This commit is contained in:
Edmunt Pienkowsky
2017-10-27 10:17:34 +02:00
committed by Mathias Kresin
parent f9311e4070
commit fdc7cc9907
2 changed files with 2 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ load_led() {
[ -n "$dev" ] && {
echo $dev > /sys/class/leds/${sysfs}/device_name
echo $mode > /sys/class/leds/${sysfs}/mode
echo $interval > /sys/class/leds/${sysfs}/interval
}
;;