added usb-storage hotpluging

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7684 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2007-06-20 22:05:15 +00:00
parent 511942352f
commit a989402037
3 changed files with 42 additions and 1 deletions

View File

@@ -17,6 +17,6 @@ FIRMWARE is set {
next
}
SUBSYSTEM ~~ (net|button) {
SUBSYSTEM ~~ (net|button|usb) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}