diff options
author | Michael Heimpold <mhei@heimpold.de> | 2021-12-11 09:58:50 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2021-12-11 09:58:53 +0100 |
commit | 135b65e0df4ff98a6afaa4aa781567602a671d04 (patch) | |
tree | 08e00b9bbf5e3e4257ceea5be051a5553642acf7 /utils/open-plc-utils | |
parent | 0fdfcab67c866ad721e6d161ac3a868c4ff13a75 (diff) |
open-plc-utils: update to latest upstream version
This improves the chipset reporting in some command line tools.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r-- | utils/open-plc-utils/Makefile | 6 |
1 files 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 <mhei@heimpold.de> |