mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-04 20:51:43 +00:00
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
SVN-Revision: 28863
This commit is contained in:
parent
daca6a6a97
commit
7e3b6aa1f1
@ -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
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user