mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
95718ecbd7
commit
e2590c8421
@ -95,7 +95,7 @@ kill_remaining() { # [ <signal> ]
|
||||
|
||||
case "$name" in
|
||||
# Skip essential services
|
||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
||||
*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*hostapd*|*wpa_supplicant*|*udhcpc*) : ;;
|
||||
|
||||
# Killable process
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user