From: nbd Date: Thu, 23 Oct 2008 01:07:35 +0000 (+0000) Subject: make sure that the dhcp client (or other processes necessary to get a connection... X-Git-Tag: fast2504n-3.10.28-merged~17565 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=76193c62418e7c6cea17497770d628ebd298dc18;p=openwrt.git make sure that the dhcp client (or other processes necessary to get a connection) gets restarted when the wifi is restarted git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13026 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/sbin/wifi b/package/base-files/files/sbin/wifi index 54e55b49df..63e132d4f1 100755 --- a/package/base-files/files/sbin/wifi +++ b/package/base-files/files/sbin/wifi @@ -67,6 +67,7 @@ start_net() {( local iface="$1" local config="$2" + [ -f "/var/run/$iface.pid" ] && kill "$(cat /var/run/${iface}.pid)" 2>/dev/null include /lib/network scan_interfaces setup_interface "$1" "$2"