[openwrt/openwrt] px5g-wolfssl: replace COMMITCOUNT with real PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Thu May 18 02:35:55 PDT 2023


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/dd1f3f067549581d0922f0598b462be7b060ab1a

commit dd1f3f067549581d0922f0598b462be7b060ab1a
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Wed May 17 21:14:25 2023 +0800

    px5g-wolfssl: replace COMMITCOUNT with real PKG_RELEASE
    
    Similar to the AUTORELEASE conversion process.
    
    Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
---
 package/utils/px5g-wolfssl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list