aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/upgrade/common.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-08 19:14:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-08 19:14:55 +0000
commit9b971f64869c67736f2d1522605d5e1f3c6311db (patch)
tree1b01b8d43dc2f2c95ee60d85802c4c3c970425fa /package/base-files/files/lib/upgrade/common.sh
parent2df11b3cba30bbc5d16ecefc99b71d432ebf54e4 (diff)
downloadupstream-9b971f64869c67736f2d1522605d5e1f3c6311db.tar.gz
upstream-9b971f64869c67736f2d1522605d5e1f3c6311db.tar.bz2
upstream-9b971f64869c67736f2d1522605d5e1f3c6311db.zip
[package] base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28863 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib/upgrade/common.sh')
-rw-r--r--package/base-files/files/lib/upgrade/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/upgrade/common.sh b/package/base-files/files/lib/upgrade/common.sh
index a5a6fbf7e5..0870f7de5c 100644
--- a/package/base-files/files/lib/upgrade/common.sh
+++ b/package/base-files/files/lib/upgrade/common.sh
@@ -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
*)