fix drivers firmware loading with the new hotplug2, patch from Russell Senior
authorFlorian Fainelli <florian@openwrt.org>
Sun, 31 May 2009 12:08:15 +0000 (12:08 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 31 May 2009 12:08:15 +0000 (12:08 +0000)
SVN-Revision: 16231

package/base-files/files/etc/hotplug2-common.rules

index 45b4f44a53e3f463132d9daab90b669e3713b176..3a9f4c5ded136e06b23471793e82890d22c1776a 100644 (file)
@@ -35,6 +35,6 @@ DEVPATH is set {
 
 FIRMWARE is set {
        nothrottle
-       exec /sbin/hotplug-call firmware;
+       exec /sbin/hotplug-call firmware
        next
 }