mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
uspd: Multiple fixes
- instance_mode parameter in usp ubus object methods - Remove list_inform to align with latest bbf changes - transaction related usp.raw methods - Segregate usp and usp.raw object methods - Support of percent escaped double quote in unique key search - set: Show end_session_flag for cwmp proto - Parallel processing support for operate and get commands - unique_keys in 'dump_schema' method - In/Out parameters in 'list_operate' method - Performance optimizations
This commit is contained in:
parent
0273969b9c
commit
a6a54316e8
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uspd
|
||||
PKG_VERSION:=2.0.8
|
||||
PKG_VERSION:=2.1.0
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=4f42f08b9c4c410ca5170c77472ec6dbbecc85f2
|
||||
PKG_SOURCE_VERSION:=c21ad6cf3b819ad73e5f3ad55871782244f0761f
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/uspd.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue