mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 03:07:58 +01:00
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
This commit is contained in:
parent
10a11f0cb8
commit
07ca78f548
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue