From a1e4c66c1630e77f2961601fe8322a3aff67d58c Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Sat, 3 Apr 2010 18:21:02 +0000 Subject: base-files: Use hotplug2 to download firmware SVN-Revision: 20683 --- package/base-files/files/sbin/hotplug-call | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'package/base-files/files/sbin/hotplug-call') diff --git a/package/base-files/files/sbin/hotplug-call b/package/base-files/files/sbin/hotplug-call index e56460d..0d96e80 100755 --- a/package/base-files/files/sbin/hotplug-call +++ b/package/base-files/files/sbin/hotplug-call @@ -1,19 +1,8 @@ #!/bin/sh -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org export HOTPLUG_TYPE="$1" -# bypass the normal hotplug path for firmware loading -# would otherwise cause problems with drivers like bcm43xx -[ -d /sys/firmware -a "firmware" = "$HOTPLUG_TYPE" -a "add" = "$ACTION" ] && { - [ -f "/lib/firmware/$FIRMWARE" ] && { - echo 1 > "/sys$DEVPATH/loading" - dd if="/lib/firmware/$FIRMWARE" of="/sys$DEVPATH/data" bs=64k - echo 0 > "/sys$DEVPATH/loading" - } || echo -1 > "/sys$DEVPATH/loading" - exit 0 -} - . /etc/functions.sh PATH=/bin:/sbin:/usr/bin:/usr/sbin -- cgit v1.1