diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-19 16:50:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-19 16:50:25 +0000 |
commit | 00a17bc44fb5dbd41ca7a0883bb739e79b146959 (patch) | |
tree | 1e00ffb3ad1fc3fbebea39d5810109f1b1baf812 /package/base-files/Makefile | |
parent | 7edf0229435ce1d11bc8096c95e93373d7fda71f (diff) | |
download | upstream-00a17bc44fb5dbd41ca7a0883bb739e79b146959.tar.gz upstream-00a17bc44fb5dbd41ca7a0883bb739e79b146959.tar.bz2 upstream-00a17bc44fb5dbd41ca7a0883bb739e79b146959.zip |
[package] base-files: kill remaining processes after running user hooks (#10461)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29256 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9b3745ba98..b2d1d352a5 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:=97 +PKG_RELEASE:=98 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |