diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-12 11:17:22 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-12 11:17:22 +0200 |
commit | 7de3daa997084d208bbacb7139370edc2aee25de (patch) | |
tree | e1b0c4d1ca3ff0f4c18f634be2b3dc419d2b2cbd /package/base-files | |
parent | 1fdf6b745cc3d85be3743837817a360121554134 (diff) | |
download | upstream-7de3daa997084d208bbacb7139370edc2aee25de.tar.gz upstream-7de3daa997084d208bbacb7139370edc2aee25de.tar.bz2 upstream-7de3daa997084d208bbacb7139370edc2aee25de.zip |
treewide: bump PKG_RELEASE after replacing `which`
Bump PKG_RELEASE for the affected packages as replacing "which" by
"command -v" represents a content change.
Fixes: 1fdf6b745cc3 ("treewide: replace `which` with `command -v`")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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 c3d2aac2bb..7eb3ac1868 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:=226 +PKG_RELEASE:=227 PKG_FLAGS:=nonshared PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |