From e656deb8f5b9b3f898b2eb068899d3268fe2a097 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Tue, 10 Dec 2024 19:49:51 +0530 Subject: [PATCH] obuspa: enable cwmp specific datamodel --- obuspa/Config.in | 2 +- obuspa/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/obuspa/Config.in b/obuspa/Config.in index 45568baa1..b47685796 100644 --- a/obuspa/Config.in +++ b/obuspa/Config.in @@ -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 diff --git a/obuspa/Makefile b/obuspa/Makefile index 2bfd10d44..737e5ea82 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -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 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip