From 135b65e0df4ff98a6afaa4aa781567602a671d04 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 11 Dec 2021 09:58:50 +0100 Subject: [PATCH] open-plc-utils: update to latest upstream version This improves the chipset reporting in some command line tools. Signed-off-by: Michael Heimpold --- utils/open-plc-utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index d607b3d60..eb763cffe 100644 --- a/utils/open-plc-utils/Makefile +++ b/utils/open-plc-utils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=open-plc-utils -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/qca/open-plc-utils.git -PKG_SOURCE_VERSION:=bb50f635ef6cec8b52898051e0d18f4ac3fdd331 -PKG_MIRROR_HASH:=1fc202ee33fd768d631e5834ac62461e7b544251914d797d868b0de7f33b785b +PKG_SOURCE_VERSION:=358dfcf78bdaf7b0b13dcdf91cb1aae1789f2770 +PKG_MIRROR_HASH:=3b24033f3d2d9ac33778fb772837bc5e0a8891ac708bbe1f35336ff792baf9f8 PKG_MAINTAINER:=Michael Heimpold