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:
committed by
Mathias Kresin
parent
f9311e4070
commit
fdc7cc9907
@@ -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
|
||||
}
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user