From 629985c5aa8f266a7d6bb1fb689726b7c2239bcd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 May 2007 16:03:38 +0000 Subject: fix firmware loading git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7115 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hotplug2/files/hotplug2.rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package') 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