From: Felix Fietkau Date: Sun, 6 May 2007 16:03:38 +0000 (+0000) Subject: fix firmware loading X-Git-Tag: kamikaze_7.06~95 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9f388f84cecfa811995c72b59f64fd1101c6d03b;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix firmware loading SVN-Revision: 7115 --- diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index ebd96fa33d..5122ada378 100644 --- a/package/hotplug2/files/hotplug2.rules +++ b/package/hotplug2/files/hotplug2.rules @@ -7,6 +7,11 @@ DEVPATH is set { makedev /dev/%DEVICENAME% 0644 } +FIRMWARE is set { + exec /sbin/hotplug-call firmware; + next +} + SUBSYSTEM ~~ (net|button) { exec /sbin/hotplug-call %SUBSYSTEM%; }