[package] base-files: do not kill udhcpc on sysupgrade, it will tear down the interfa...
[openwrt.git] / package / base-files / files / lib / upgrade / common.sh
index a5a6fbf..0870f7d 100644 (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
                        *)
This page took 0.023753 seconds and 4 git commands to generate.