base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated

SVN-Revision: 28863
lede-17.01
Jo-Philipp Wich 2011-11-08 19:14:55 +00:00
parent daca6a6a97
commit 7e3b6aa1f1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ]
esac
case "$cmd" in
# 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
*)