[openwrt/openwrt] bcm27xx-utils: fix version for APK
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 28 16:08:33 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8009342f43c51ce06a51170d9d0594a344de004f
commit 8009342f43c51ce06a51170d9d0594a344de004f
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Oct 25 12:27:28 2024 +0200
bcm27xx-utils: fix version for APK
Refactor version of bcm27xx-utils for APK.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
package/utils/bcm27xx-utils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/bcm27xx-utils/Makefile b/package/utils/bcm27xx-utils/Makefile
index 04dd6b8d62..e6d8c27e34 100644
--- a/package/utils/bcm27xx-utils/Makefile
+++ b/package/utils/bcm27xx-utils/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bcm27xx-utils
-PKG_VERSION:=2024-04-24
+PKG_VERSION:=2024.04.24
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
More information about the lede-commits
mailing list