mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
base-file: revert unrelated change accidentally committed in r19478
SVN-Revision: 19488
This commit is contained in:
parent
14f6a53b6d
commit
7ad9c8615f
@ -161,10 +161,6 @@ setup_interface_none() {
|
||||
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() {
|
||||
local iface="$1"
|
||||
local config="$2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user