ixp4xx/fsg3: Compile needed drivers into the kernel to allow for booting directly...
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
1 $include /etc/hotplug2-init.rules
2 FIRMWARE is set {
3 nothrottle
4 exec /sbin/hotplug-call firmware;
5 next
6 }
7
8 SUBSYSTEM ~~ (net|button|usb) {
9 exec /sbin/hotplug-call %SUBSYSTEM%;
10 }
This page took 0.051596 seconds and 5 git commands to generate.