mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-12 05:35:38 +00:00
parent
da3f65f28c
commit
50d052a1eb
@ -3,3 +3,8 @@ $include /etc/hotplug2-init.rules
|
|||||||
SUBSYSTEM ~~ (net|button|usb) {
|
SUBSYSTEM ~~ (net|button|usb) {
|
||||||
exec /sbin/hotplug-call %SUBSYSTEM%;
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DEVICENAME ~~ (watchdog) {
|
||||||
|
exec /sbin/watchdog -t 10 /dev/watchdog;
|
||||||
|
next
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user