[package] grub: fix build with automake v1.11.3 (#11228)
[openwrt.git] / package / base-files / files / sbin / hotplug-call
index b1b6f97..0d96e80 100755 (executable)
@@ -1,16 +1,7 @@
 #!/bin/sh
 #!/bin/sh
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 
 
-# bypass the normal hotplug path for firmware loading
-# would otherwise cause problems with drivers like bcm43xx
-[ "$1" = "firmware" -a "$ACTION" = "add" ] && {
-       [ -f "/lib/firmware/$FIRMWARE" ] && {
-               echo 1 > "/sys$DEVPATH/loading"
-               cp "/lib/firmware/$FIRMWARE" "/sys$DEVPATH/data"
-               echo 0 > "/sys$DEVPATH/loading"
-       }
-       exit 0
-}
+export HOTPLUG_TYPE="$1"
 
 . /etc/functions.sh
 
 
 . /etc/functions.sh
 
This page took 0.021589 seconds and 4 git commands to generate.