diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-20 22:05:15 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-20 22:05:15 +0000 |
commit | b77baef885633ce7117363e9046578297be2e453 (patch) | |
tree | ca35bd3c23f192c5bd60052eb412f2e627158455 /package/hotplug2/files | |
parent | 37d063a852a3425457079fa30aab5bd6c760f383 (diff) |
added usb-storage hotpluging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7684 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2/files')
-rw-r--r-- | package/hotplug2/files/hotplug2.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index b88ea5669..f8035d384 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -17,6 +17,6 @@ FIRMWARE is set { next } -SUBSYSTEM ~~ (net|button) { +SUBSYSTEM ~~ (net|button|usb) { exec /sbin/hotplug-call %SUBSYSTEM%; } |