[openwrt/openwrt] ct-bugcheck: use . for RELEASE

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 12 02:49:47 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0f347c8211089d19b01b40539f86bfd25b95aa2d

commit 0f347c8211089d19b01b40539f86bfd25b95aa2d
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Aug 11 15:53:53 2024 -0700

    ct-bugcheck: use . for RELEASE
    
    Adds compatibility for APK.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16355
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/utils/ct-bugcheck/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/ct-bugcheck/Makefile b/package/utils/ct-bugcheck/Makefile
index 5deb1e0d35..d8b35df1ea 100644
--- a/package/utils/ct-bugcheck/Makefile
+++ b/package/utils/ct-bugcheck/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=ct-bugcheck
-PKG_RELEASE:=2016-07-21
+PKG_RELEASE:=2016.07.21
 
 include $(INCLUDE_DIR)/package.mk
 




More information about the lede-commits mailing list