fix ifup hotplug event for static

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5489 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-11-09 22:11:11 +00:00
parent dbdbdbbeb3
commit b11a051525
1 changed files with 1 additions and 1 deletions

View File

@ -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