hotplug: support for interval commands
authorRafał Miłecki <zajec5@gmail.com>
Sat, 9 May 2015 20:02:03 +0000 (22:02 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jun 2015 17:11:34 +0000 (19:11 +0200)
This allows executing code with a given interval. As every command, it
can be assign to any uevent.

Intervals may be useful for counting elapsed time since some action. It
allows e.g. indicating that button has been pressed for some time. This
is useful to let user know he can already release the button.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

No differences found