aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
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
commit7e3b6aa1f1593858a80b5a2277bdd8816379fd31 (patch)
treede9dbe0fe2ea7ae9877db7d8962065ab47428923 /package/base-files
parentdaca6a6a97f89214b6fbfccf7989b4c17bde3da6 (diff)
downloadupstream-7e3b6aa1f1593858a80b5a2277bdd8816379fd31.tar.gz
upstream-7e3b6aa1f1593858a80b5a2277bdd8816379fd31.tar.bz2
upstream-7e3b6aa1f1593858a80b5a2277bdd8816379fd31.zip
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
SVN-Revision: 28863
Diffstat (limited to 'package/base-files')
-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
*)