diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 16:52:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 16:52:31 +0000 |
commit | 52e93e54bca8aecf3846b8924e7ae15e497cdc2a (patch) | |
tree | f7898d622351d54ce26b26210a1ff6bde6822661 /package/base-files/Makefile | |
parent | 825658977f19c135acadc1ae741e376f796446a5 (diff) | |
download | upstream-52e93e54bca8aecf3846b8924e7ae15e497cdc2a.tar.gz upstream-52e93e54bca8aecf3846b8924e7ae15e497cdc2a.tar.bz2 upstream-52e93e54bca8aecf3846b8924e7ae15e497cdc2a.zip |
base-files: sysupgrade: kill all but essential processes before starting the update
SVN-Revision: 28626
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 7e895f1d31..5afe3dc6ef 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=84 +PKG_RELEASE:=85 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |