From 8009342f43c51ce06a51170d9d0594a344de004f Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 25 Oct 2024 12:27:28 +0200 Subject: [PATCH] bcm27xx-utils: fix version for APK Refactor version of bcm27xx-utils for APK. Signed-off-by: Christian Marangi --- 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 -- 2.30.2