aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-24 14:15:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-24 14:15:14 +0000
commitdc8b9cbe8e0f018ae32084153c0e54685e724089 (patch)
tree3aa750051becfd5fd83e9ff58709cc30992127f8
parent8ae19ed0a6dee89fd0b431d3cf795c41f5908ab2 (diff)
downloadupstream-dc8b9cbe8e0f018ae32084153c0e54685e724089.tar.gz
upstream-dc8b9cbe8e0f018ae32084153c0e54685e724089.tar.bz2
upstream-dc8b9cbe8e0f018ae32084153c0e54685e724089.zip
remove an obsolete function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5280 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xpackage/base-files/default/etc/functions.sh7
1 files changed, 0 insertions, 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
}