mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
obuspa: enable cwmp specific datamodel
This commit is contained in:
parent
e8f1b2167a
commit
e656deb8f5
2 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ config OBUSPA_SESSION_EXTENSION
|
|||
|
||||
config OBUSPA_CWMP_DATAMODEL_SUPPORT
|
||||
bool "Adds USPAgent, STOMP and MQTT dm from CWMP"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
Expose Device.USPAgent., Device.STOMP., Device.MQTT.Client. objects over
|
||||
ubus to make it available to bbfdm for CWMP access
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=obuspa
|
||||
PKG_VERSION:=9.0.0.21
|
||||
PKG_VERSION:=9.0.0.22
|
||||
|
||||
LOCAL_DEV:=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/obuspa.git
|
||||
PKG_SOURCE_VERSION:=bdf6caa12df564e7c47ed115a0c1cbecb59bd310
|
||||
PKG_SOURCE_VERSION:=036f4c0118cb525796dc6de9fe6e0b8b0d14bcbc
|
||||
PKG_MAINTAINER:=Vivek Dutta <vivek.dutta@iopsys.eu>
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue