mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:02:26 +02:00
[package] base-file: revert unrelated change accidentally committed in r19478
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
868654d8f5
commit
766d5faedc
@ -161,10 +161,6 @@ setup_interface_none() {
|
|||||||
env -i ACTION="ifup" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
|
env -i ACTION="ifup" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
|
||||||
}
|
}
|
||||||
|
|
||||||
stop_interface_none() {
|
|
||||||
env -i ACTION="ifdown" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
|
|
||||||
}
|
|
||||||
|
|
||||||
setup_interface_static() {
|
setup_interface_static() {
|
||||||
local iface="$1"
|
local iface="$1"
|
||||||
local config="$2"
|
local config="$2"
|
||||||
|
Loading…
Reference in New Issue
Block a user