diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-16 15:01:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-16 15:01:18 +0000 |
commit | 6d80ce78f1a7961dbe7ad63cbc79e36cdae4edf7 (patch) | |
tree | 5ed39ba3087ed83f99749456b1df6bd2c9f753ea /package/base-files/Makefile | |
parent | cabbc9966c6b415f4bcff326f72ff029f9ddae22 (diff) | |
download | upstream-6d80ce78f1a7961dbe7ad63cbc79e36cdae4edf7.tar.gz upstream-6d80ce78f1a7961dbe7ad63cbc79e36cdae4edf7.tar.bz2 upstream-6d80ce78f1a7961dbe7ad63cbc79e36cdae4edf7.zip |
base-files: rewrite killing of nonessential services to not rely on top, use the proc filesystem only
SVN-Revision: 29187
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 90c68cd175..61043c295a 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:=94 +PKG_RELEASE:=95 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |