/lib/functions.sh: remove hotplug_dev()

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

SVN-Revision: 40406
This commit is contained in:
Felix Fietkau 2014-04-07 09:50:26 +00:00
parent ba2b6f661b
commit 4a6ad541d8

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"