From ccb5d3108ad1fc0065f4e2d6852624c105f688be Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 20 Apr 2020 15:26:16 +0530 Subject: [PATCH] uspd: Show fault as per cmwp specification --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index 23506a111..92b28bf27 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=1.0.10 +PKG_VERSION:=1.0.11 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=4d7bccde18e37630343867abd044bf1cf1169049 +PKG_SOURCE_VERSION:=e05a62224d89d7769a24aa2c33ae13595a25e1a4 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif