summaryrefslogtreecommitdiff
path: root/package/base-files/files/lib
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2014-04-07 09:50:26 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2014-04-07 09:50:26 +0000
commit0e0e8cc3fceae66020ef0ef3c0108144fb9e20f4 (patch)
tree46c2d041430e700e58b563405db4b3d3353bb806 /package/base-files/files/lib
parentdeff5b924f9853e7650d130d1b557e49e702243b (diff)
/lib/functions.sh: remove hotplug_dev()
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib')
-rwxr-xr-xpackage/base-files/files/lib/functions.sh4
1 files changed, 0 insertions, 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"