uspd: Align operate cmd output

This commit is contained in:
vdutta 2020-06-08 18:31:45 +05:30
parent 3d5a5d4697
commit fbc5226978

View file

@ -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