From a1afbc7154c1e65f1f0dffe5ab516a3fe3d00b6c Mon Sep 17 00:00:00 2001
From: Michael Heimpold <mhei@heimpold.de>
Date: Thu, 19 Nov 2020 22:43:05 +0100
Subject: [PATCH] open-plc-utils: update to latest upstream version

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
---
 utils/open-plc-utils/Makefile                |  6 +++---
 utils/open-plc-utils/patches/010-gcc10.patch | 11 -----------
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 100644 utils/open-plc-utils/patches/010-gcc10.patch

diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile
index 166e7537a..d607b3d60 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:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/qca/open-plc-utils.git
-PKG_SOURCE_VERSION:=32408520fcebe785983a68e39ec83830a3005779
-PKG_MIRROR_HASH:=b5ae48fd300f75b948a2b2a5f6cd4465b7a336495685f73100ad33a5d43a4c05
+PKG_SOURCE_VERSION:=bb50f635ef6cec8b52898051e0d18f4ac3fdd331
+PKG_MIRROR_HASH:=1fc202ee33fd768d631e5834ac62461e7b544251914d797d868b0de7f33b785b
 
 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
 
diff --git a/utils/open-plc-utils/patches/010-gcc10.patch b/utils/open-plc-utils/patches/010-gcc10.patch
deleted file mode 100644
index 957874fbd..000000000
--- a/utils/open-plc-utils/patches/010-gcc10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/plc/plc.h
-+++ b/plc/plc.h
-@@ -498,7 +498,7 @@ struct __packed plcproperty
- 	uint8_t DATA_BUFFER [128];
- }
- 
--plcproperty;
-+extern plcproperty;
- 
- #ifndef __GNUC__
- #pragma pack (pop)