X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3462ef2525e7e3a26bf3784abe698d58ea446b85..2fa8e25d0d35757d234a9f93463a64f64134b3d8:/package/base-files/files/etc/hotplug2-init.rules diff --git a/package/base-files/files/etc/hotplug2-init.rules b/package/base-files/files/etc/hotplug2-init.rules index 098ad047a..f01169776 100644 --- a/package/base-files/files/etc/hotplug2-init.rules +++ b/package/base-files/files/etc/hotplug2-init.rules @@ -1,12 +1,5 @@ -DEVICENAME ~~ (tun|tap[0-9]) { - makedev /dev/net/%DEVICENAME% 0644 - next -} - -DEVPATH is set { - makedev /dev/%DEVICENAME% 0644 -} +$include /etc/hotplug2-common.rules -SUBSYSTEM ~~ button { - exec kill -USR1 1 ; +SUBSYSTEM == button { + exec kill -USR1 1 }