From 07ca78f548f5e10ff3d15d0034d8dd34a214f4b0 Mon Sep 17 00:00:00 2001 From: vdutta Date: Wed, 9 Dec 2020 18:21:52 +0530 Subject: [PATCH] uspd: Multiple fixes - Initialise and commit dmmap on startup - Fix transaction_ api related issues - Configure socket buf size as per blob len - Added option to register with named ubus sockets - list_notify: Added method to list notification params - Fix usp.raw schema and tests --- uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uspd/Makefile b/uspd/Makefile index f33bc8c76..99c2777d0 100644 --- a/uspd/Makefile +++ b/uspd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uspd -PKG_VERSION:=2.1.5 +PKG_VERSION:=2.1.6 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=8e560d03ac836a2ea593285b1158918f7f0a47f7 +PKG_SOURCE_VERSION:=e837131e46a6f71efcbdc293510445bdb5d07f2d PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz endif