mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:04:40 +02:00
fixes variables, oops
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12344 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6279cc1ca5
commit
8a1e72be0a
@ -143,7 +143,7 @@ set_interface_ifname() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setup_interface_none() {
|
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() {
|
setup_interface_static() {
|
||||||
|
Loading…
Reference in New Issue
Block a user