From: mb Date: Sun, 6 Feb 2011 14:35:07 +0000 (+0000) Subject: hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=98292bc12a392a5c6ddb30fdc3e029b32b056f5c;p=openwrt.git hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25383 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 2eb58d7084..2a781b8dac 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -40,6 +40,7 @@ DEVPATH is set { } FIRMWARE is set, ACTION == add { + exec /sbin/hotplug-call firmware load-firmware /lib/firmware next-event }