mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:31:05 +02:00
remove an obsolete function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
56574ceb39
commit
1c90db6195
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user