X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fbase-files%2Fdefault%2Flib%2Fnetwork%2Fconfig.sh;h=32558de8f355a9d53aceecbf5e26bf782574e0d5;hp=502377b6012afbd82bf54b8286a6bd4b63aa572c;hb=278a5944a87e88ea502a3c28b73f9494f2e71603;hpb=3aa8ae94b0ab5e359e19b29e1f4106cb7941e47e diff --git a/package/base-files/default/lib/network/config.sh b/package/base-files/default/lib/network/config.sh index 502377b60..32558de8f 100755 --- a/package/base-files/default/lib/network/config.sh +++ b/package/base-files/default/lib/network/config.sh @@ -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