mirror of https://github.com/hak5/openwrt.git
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
SVN-Revision: 28863lede-17.01
parent
daca6a6a97
commit
7e3b6aa1f1
|
@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ]
|
||||||
esac
|
esac
|
||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
# Skip kernel threads and essential services
|
# Skip kernel threads and essential services
|
||||||
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;;
|
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
||||||
|
|
||||||
# Killable process
|
# Killable process
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue