move firmware loading to hotplug2-init.rules (should fix #2056)
[openwrt-10.03/.git] / package / hotplug2 / files / hotplug2.rules
1 $include /etc/hotplug2-init.rules
2
3 SUBSYSTEM ~~ (net|button|usb) {
4         exec /sbin/hotplug-call %SUBSYSTEM%;
5 }