diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-11 15:06:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-11 15:06:31 +0000 |
commit | e8d2ba2684da17b02fa075d1b5f62cdf842cfc12 (patch) | |
tree | cc3b081a3ad71e051fa5e961bda28dc35f6679af /package/base-files/Makefile | |
parent | 506ea4133327965916a02a3ba4b68b9836d36c4c (diff) | |
download | master-187ad058-e8d2ba2684da17b02fa075d1b5f62cdf842cfc12.tar.gz master-187ad058-e8d2ba2684da17b02fa075d1b5f62cdf842cfc12.tar.bz2 master-187ad058-e8d2ba2684da17b02fa075d1b5f62cdf842cfc12.zip |
base-file: remove /tmp/.jail (now useless)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47855 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 cbd8ac0b71..c73cc735fb 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=163 +PKG_RELEASE:=164 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host usign/host |