projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae19ed
)
remove an obsolete function
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Oct 2006 14:15:14 +0000
(14:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Oct 2006 14:15:14 +0000
(14:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5280
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/functions.sh
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/functions.sh
b/package/base-files/default/etc/functions.sh
index
9c3057e
..
2abb6f8
100755
(executable)
--- 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
}