mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
tr104: Use bbfdm microservice as default handler
This commit is contained in:
parent
7496af52d7
commit
3feaa262be
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
config TR104_RUNAS_BBFDM_MICROSERVICE
|
config TR104_RUNAS_BBFDM_MICROSERVICE
|
||||||
bool "Use bbfdmd datamodel microservice to run tr104, preferred if TR104 and BBFDMD are on different base"
|
bool "Use bbfdmd datamodel microservice to run tr104, preferred if TR104 and BBFDMD are on different base"
|
||||||
depends on PACKAGE_tr104
|
depends on PACKAGE_tr104
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config TR104_VENDOR_EXTENSIONS
|
config TR104_VENDOR_EXTENSIONS
|
||||||
bool "Use TR104 vendor extensions"
|
bool "Use TR104 vendor extensions"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tr104
|
PKG_NAME:=tr104
|
||||||
PKG_VERSION:=1.0.19
|
PKG_VERSION:=1.0.20
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifeq ($(LOCAL_DEV),0)
|
ifeq ($(LOCAL_DEV),0)
|
||||||
|
|
@ -32,7 +32,7 @@ define Package/$(PKG_NAME)
|
||||||
SUBMENU:=TRx69
|
SUBMENU:=TRx69
|
||||||
TITLE:=TR104 Datamodel Daemon
|
TITLE:=TR104 Datamodel Daemon
|
||||||
MENU:=1
|
MENU:=1
|
||||||
DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +asterisk +libcurl
|
DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +asterisk +libcurl +PACKAGE_libbbfdm-api:libbbfdm-api
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/$(PKG_NAME)/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue