diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2020-03-22 02:03:19 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2020-03-22 02:05:41 +0100 |
commit | 1f4020a293476d5e34461a655cb9f6540cefeea2 (patch) | |
tree | f1be8c8db624bdf0e18062e54fbb69dae093eff5 /tools | |
parent | 1775d50bdeaccc573f2625e73473d7fd6748ef09 (diff) | |
download | openwrt-1f4020a293476d5e34461a655cb9f6540cefeea2.tar.gz openwrt-1f4020a293476d5e34461a655cb9f6540cefeea2.tar.bz2 openwrt-1f4020a293476d5e34461a655cb9f6540cefeea2.zip |
squashfskit4/Makefile: introduce PKG_RELEASE=1
When adding patches, the PKG_RELEASE should be increased.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/squashfskit4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/squashfskit4/Makefile b/tools/squashfskit4/Makefile index 4808c5607f..4d099b59c3 100644 --- a/tools/squashfskit4/Makefile +++ b/tools/squashfskit4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squashfskit4 PKG_VERSION:=4.14 - +PKG_RELEASE:=1 PKG_SOURCE:=squashfskit-v$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/squashfskit/squashfskit/releases/download/v$(PKG_VERSION)/ PKG_HASH:=5761aaa3aedc4f7112b708367d891c9abdc1ffea972e3fe47923ddba23984d95 |