mirror of https://github.com/hak5/openwrt-owl.git
parent
3cf1a8932b
commit
fd26ece7f1
|
@ -143,7 +143,7 @@ set_interface_ifname() {
|
|||
}
|
||||
|
||||
setup_interface_none() {
|
||||
env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=none /sbin/hotplug-call "iface" &
|
||||
env -i ACTION="ifup" INTERFACE="$2" DEVICE="$1" PROTO=none /sbin/hotplug-call "iface" &
|
||||
}
|
||||
|
||||
setup_interface_static() {
|
||||
|
|
Loading…
Reference in New Issue