mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-23 10:24:11 +00:00
fixes variables, oops
SVN-Revision: 12344
This commit is contained in:
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…
x
Reference in New Issue
Block a user