From 9f388f84cecfa811995c72b59f64fd1101c6d03b Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 6 May 2007 16:03:38 +0000
Subject: fix firmware loading

SVN-Revision: 7115
---
 package/hotplug2/files/hotplug2.rules | 5 +++++
 1 file changed, 5 insertions(+)

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%;
 }
-- 
cgit v1.2.3