diff options
| author | Yousong Zhou | 2020-11-03 08:55:13 +0000 |
|---|---|---|
| committer | Yousong Zhou | 2020-11-11 13:29:55 +0000 |
| commit | 600bcaf9c9a036c5e1df33b34003bcf3af373c02 (patch) | |
| tree | c3e949be33678d3cdbb937baed36ce5bfd3dfee5 | |
| parent | 00fb51f97e549cb998ef5dc5dbbc33dff650d891 (diff) | |
| download | openwrt-600bcaf9c9a036c5e1df33b34003bcf3af373c02.tar.gz | |
base-files: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| -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/ |