From: florian 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: https://git.rohieb.name/openwrt.git/commitdiff_plain/372e5282aaa68d70d4333969bb851996ae6f9cbd [package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 45b4f44a5..3a9f4c5de 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 }