aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-09 22:11:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-09 22:11:11 +0000
commitb11a051525caa507ec51262826725bda5e4d5787 (patch)
tree258611decc9ba8cbcef4849b8a9526099ebd36de /package/base-files
parentdbdbdbbeb3b3fcd8d8f1ae51b95db8a99ac5e829 (diff)
downloadupstream-b11a051525caa507ec51262826725bda5e4d5787.tar.gz
upstream-b11a051525caa507ec51262826725bda5e4d5787.tar.bz2
upstream-b11a051525caa507ec51262826725bda5e4d5787.zip
fix ifup hotplug event for static
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5489 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/lib/network/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/lib/network/config.sh b/package/base-files/default/lib/network/config.sh
index 502377b601..32558de8f3 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