diff --git a/uspd/Makefile b/uspd/Makefile index e89b79c6c..ba5db2f51 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.1.3 +PKG_VERSION:=2.1.4 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=36f5402f42f17be96fa0e2ad826b8bec8fcf7f04 +PKG_SOURCE_VERSION:=e10412b7f7915217584f6607c5ff3b27d336343b PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif