diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-17 21:14:25 +0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-05-18 11:35:29 +0200 |
commit | dd1f3f067549581d0922f0598b462be7b060ab1a (patch) | |
tree | 9ed9bff5638e2a1701c659bb31887c72d8209cfd | |
parent | 48ed07bc0b94b930d369baf911014bedd5bf6a7e (diff) | |
download | upstream-dd1f3f067549581d0922f0598b462be7b060ab1a.tar.gz upstream-dd1f3f067549581d0922f0598b462be7b060ab1a.tar.bz2 upstream-dd1f3f067549581d0922f0598b462be7b060ab1a.zip |
px5g-wolfssl: replace COMMITCOUNT with real PKG_RELEASE
Similar to the AUTORELEASE conversion process.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r-- | package/utils/px5g-wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g-wolfssl/Makefile b/package/utils/px5g-wolfssl/Makefile index be2d4af30c..843f03fcc1 100644 --- a/package/utils/px5g-wolfssl/Makefile +++ b/package/utils/px5g-wolfssl/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g-wolfssl -PKG_RELEASE:=$(COMMITCOUNT).2 +PKG_RELEASE:=8.2 PKG_LICENSE:=GPL-2.0-or-later PKG_BUILD_FLAGS:=no-mips16 |