/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
master
Felix Fietkau 2014-04-07 09:50:26 +00:00
parent 6fc0daa25c
commit ad3793303a
1 changed files with 0 additions and 4 deletions

View File

@ -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"