From 76a5df91151c6f7f96452fbafd6587e9f2e079c2 Mon Sep 17 00:00:00 2001 From: vdutta Date: Fri, 5 Jun 2020 13:51:34 +0530 Subject: [PATCH] uspd: Multiple fixes * Added resolve method to verify object path * Added check to identify the valid paths before any operation * Align instance names as per obuspa * Fix unit test cases as per the new instance syntax * Fix usp freeze issue on invalid syntax in path - ubus call usp get '{"path":"Device.\*"}' --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index a8910c006..e5c76259c 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=1.0.16 +PKG_VERSION:=1.0.17 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=69547f86dd663b9429821acf73a459b29e319f1d +PKG_SOURCE_VERSION:=9dbcb768a3c5fadaf62b874cf676ef59cb0d8f9d PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif