[package] hotplug2: add platform hotplugging

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14248 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos
2009-01-28 20:01:11 +00:00
parent ac24400460
commit 25a9217e02
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%;
}