From 1028ae4370bbcd387103a4a42d93cc7c42a47243 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Sat, 3 Apr 2010 18:21:02 +0000 Subject: [package] base-files: Use hotplug2 to download firmware git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20683 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/sbin/hotplug-call | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'package/base-files/files/sbin') diff --git a/package/base-files/files/sbin/hotplug-call b/package/base-files/files/sbin/hotplug-call index e56460de93..0d96e80aaf 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.2.3