mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-18 02:01:16 +01:00
uspd: Fix fault codes
- Generate fault for add_object/del_object if path is invalid - Generate fault in case of add_object/del_object/operate/set if the search query is failed - Fix set_attribute method to apply the attribute changes
This commit is contained in:
parent
48525b051a
commit
71b66376f0
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uspd
|
||||
PKG_VERSION:=2.0.6
|
||||
PKG_VERSION:=2.0.7
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=f8ff8f16d63bf3f1e32aa1a6cfd1cb50f8cbf73e
|
||||
PKG_SOURCE_VERSION:=c0a31f81272979166d40bab7f8236fa55e7471b2
|
||||
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