[openwrt/openwrt] adb-enablemodem: fix version for APK

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 28 16:08:31 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c8955268bc59488362eebc48e800e455c533473e

commit c8955268bc59488362eebc48e800e455c533473e
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Oct 25 10:25:10 2024 +0200

    adb-enablemodem: fix version for APK
    
    Refactor version of adb-enablemodem for APK.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/network/utils/adb-enablemodem/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/utils/adb-enablemodem/Makefile b/package/network/utils/adb-enablemodem/Makefile
index 3ffc64af0a..05479e3f8a 100644
--- a/package/network/utils/adb-enablemodem/Makefile
+++ b/package/network/utils/adb-enablemodem/Makefile
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=adb-enablemodem
-PKG_VERSION:=2017-03-05
+PKG_VERSION:=2017.03.05
 PKG_RELEASE:=1
 
 include $(INCLUDE_DIR)/package.mk




More information about the lede-commits mailing list