open-plc-utils: update to latest upstream version

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold 2020-11-19 22:43:05 +01:00
parent a172e52eaf
commit a1afbc7154
2 changed files with 3 additions and 14 deletions

View File

@ -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>

View File

@ -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)