From 4a6ad541d8c5fad305d6ed76bf37a4baf09110fa Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 7 Apr 2014 09:50:26 +0000
Subject: [PATCH] /lib/functions.sh: remove hotplug_dev()

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40406
---
 package/base-files/files/lib/functions.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh
index 30b3f91283..fa4c2d670c 100755
--- a/package/base-files/files/lib/functions.sh
+++ b/package/base-files/files/lib/functions.sh
@@ -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"
-- 
GitLab