From 3ad8ef4b408597ac8895473c29b7a4c495f91d45 Mon Sep 17 00:00:00 2001 From: vdutta Date: Thu, 3 Dec 2020 23:55:51 +0530 Subject: [PATCH] uspd: Apply changes only if no fault for cwmp proto --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index ba5db2f51..f33bc8c76 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.1.4 +PKG_VERSION:=2.1.5 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=e10412b7f7915217584f6607c5ff3b27d336343b +PKG_SOURCE_VERSION:=8e560d03ac836a2ea593285b1158918f7f0a47f7 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif