make sure that the dhcp client (or other processes necessary to get a connection) gets restarted when the wifi is restarted

SVN-Revision: 13026
master
Felix Fietkau 16 years ago
parent c57577bf5b
commit c0e753bcdc
  1. 1
      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"

Loading…
Cancel
Save