From: Florian Fainelli Date: Sun, 31 May 2009 12:08:15 +0000 (+0000) Subject: [package] fix drivers firmware loading with the new hotplug2, patch from Russell... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1a250e79efb30ae56a4962c48fe820aa0c20bacf [package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior SVN-Revision: 16231 --- diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 45b4f44a53..3a9f4c5ded 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -35,6 +35,6 @@ DEVPATH is set { FIRMWARE is set { nothrottle - exec /sbin/hotplug-call firmware; + exec /sbin/hotplug-call firmware next }