diff --git a/uspd/Makefile b/uspd/Makefile index af2edc935..e64a4ba80 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.0.5 +PKG_VERSION:=2.0.6 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a7937a7a6cb109e5976e82b9795a4e775c30b76c +PKG_SOURCE_VERSION:=f4cb4407c275befee87cf761a51687d3b9869e99 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif