2
0
forked from Ivasoft/openwrt

hotplug2: add platform hotplugging

SVN-Revision: 14248
This commit is contained in:
Gabor Juhos
2009-01-28 20:01:11 +00:00
parent 85963798be
commit ec34d908c7
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
$include /etc/hotplug2-common.rules
SUBSYSTEM ~~ (net|button|usb) {
SUBSYSTEM ~~ (net|button|usb|platform) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}