diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-11-03 16:55:13 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-11-11 21:29:55 +0800 |
commit | 600bcaf9c9a036c5e1df33b34003bcf3af373c02 (patch) | |
tree | c3e949be33678d3cdbb937baed36ce5bfd3dfee5 /package/base-files | |
parent | 00fb51f97e549cb998ef5dc5dbbc33dff650d891 (diff) | |
download | upstream-600bcaf9c9a036c5e1df33b34003bcf3af373c02.tar.gz upstream-600bcaf9c9a036c5e1df33b34003bcf3af373c02.tar.bz2 upstream-600bcaf9c9a036c5e1df33b34003bcf3af373c02.zip |
base-files: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/base-files')
-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 f63c4db533..b546eb7e0b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=base-files -PKG_RELEASE:=235 +PKG_RELEASE:=236 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |