/lib/functions.sh: remove hotplug_dev()
authorFelix Fietkau <nbd@openwrt.org>
Mon, 7 Apr 2014 09:50:26 +0000 (09:50 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 7 Apr 2014 09:50:26 +0000 (09:50 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40406

package/base-files/files/lib/functions.sh

index 30b3f91283786c4d62cb3430a8c9de7c8e91e243..fa4c2d670c333102df41268605abc194344433bc 100755 (executable)
@@ -17,10 +17,6 @@ NO_EXPORT=1
 LOAD_STATE=1
 LIST_SEP=" "
 
-hotplug_dev() {
-       env -i ACTION=$1 INTERFACE=$2 /sbin/hotplug-call net
-}
-
 append() {
        local var="$1"
        local value="$2"