From 343ad07ed87d0001bcd771af7fa8e4644398a8dd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 24 Oct 2006 14:15:14 +0000 Subject: [PATCH] remove an obsolete function SVN-Revision: 5280 --- package/base-files/default/etc/functions.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package/base-files/default/etc/functions.sh b/package/base-files/default/etc/functions.sh index 9c3057ed00..2abb6f81c9 100755 --- a/package/base-files/default/etc/functions.sh +++ b/package/base-files/default/etc/functions.sh @@ -10,13 +10,6 @@ N=" _C=0 -# valid interface? -if_valid () ( - ifconfig "$1" >&- 2>&- || - [ "${1%%[0-9]}" = "br" ] || - { debug "# missing interface '$1' ignored"; false; } -) - hotplug_dev() { env -i ACTION=$1 INTERFACE=$2 /sbin/hotplug net }