mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 23:41:06 +02:00
fix ifup hotplug event for static
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5489 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3aa8ae94b0
commit
278a5944a8
@ -122,7 +122,7 @@ setup_interface() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
env -i ACTION="ifup" INTERFACE="config" DEVICE="$iface" PROTO=static /sbin/hotplug "iface" &
|
env -i ACTION="ifup" INTERFACE="$config" DEVICE="$iface" PROTO=static /sbin/hotplug "iface" &
|
||||||
;;
|
;;
|
||||||
dhcp)
|
dhcp)
|
||||||
# prevent udhcpc from starting more than once
|
# prevent udhcpc from starting more than once
|
||||||
|
Loading…
x
Reference in New Issue
Block a user