ixp4xx-2.6/config: Removed the disabling of swap so that the generic enabling of...
[openwrt.git] / package / base-files / files / etc / hotplug2-init.rules
index bcc4c6a..acfe8ca 100644 (file)
@@ -28,6 +28,11 @@ DEVPATH is set {
        makedev /dev/%DEVICENAME% 0644
 }
 
+FIRMWARE is set {
+       nothrottle
+       exec /sbin/hotplug-call firmware;
+       next
+}
 
 SUBSYSTEM ~~ button {
        exec kill -USR1 1 ;
This page took 0.022178 seconds and 4 git commands to generate.