fix ifup hotplug event for static
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5489 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
dbdbdbbeb3
commit
b11a051525
|
@ -122,7 +122,7 @@ setup_interface() {
|
|||
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)
|
||||
# prevent udhcpc from starting more than once
|
||||
|
|
Loading…
Reference in New Issue