diff options
author | John Crispin <john@openwrt.org> | 2015-12-11 15:06:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-11 15:06:31 +0000 |
commit | 2f42d9e27d5762672789351e8f8d5958c9ea7cd8 (patch) | |
tree | 0fef848a3646300d964748f4bef50af2e3e6d630 /package/base-files/Makefile | |
parent | ec6b85ca0eb5594718a994b5b6981a4f0336da4d (diff) | |
download | upstream-2f42d9e27d5762672789351e8f8d5958c9ea7cd8.tar.gz upstream-2f42d9e27d5762672789351e8f8d5958c9ea7cd8.tar.bz2 upstream-2f42d9e27d5762672789351e8f8d5958c9ea7cd8.zip |
base-file: remove /tmp/.jail (now useless)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
SVN-Revision: 47855
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 |