From fbc52269786767dc818a1d539802f27465c8161f Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 8 Jun 2020 18:31:45 +0530 Subject: [PATCH] uspd: Align operate cmd output --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index cc07fd3cc..85b1bf3bb 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=1.0.19 +PKG_VERSION:=1.0.20 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=9bfc40a9c038f555ef09d5c30b055fccc07da5c4 +PKG_SOURCE_VERSION:=c44495fc60a832b939627952cea51b6d5d814025 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif