diff --git a/tr104/Config.in b/tr104/Config.in index 62c4c7a60..399ec1959 100644 --- a/tr104/Config.in +++ b/tr104/Config.in @@ -1,7 +1,7 @@ config TR104_RUNAS_BBFDM_MICROSERVICE bool "Use bbfdmd datamodel microservice to run tr104, preferred if TR104 and BBFDMD are on different base" depends on PACKAGE_tr104 - default n + default y config TR104_VENDOR_EXTENSIONS bool "Use TR104 vendor extensions" diff --git a/tr104/Makefile b/tr104/Makefile index cbea0c1fa..451d535b8 100644 --- a/tr104/Makefile +++ b/tr104/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tr104 -PKG_VERSION:=1.0.19 +PKG_VERSION:=1.0.20 LOCAL_DEV:=0 ifeq ($(LOCAL_DEV),0) @@ -32,7 +32,7 @@ define Package/$(PKG_NAME) SUBMENU:=TRx69 TITLE:=TR104 Datamodel Daemon MENU:=1 - DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +asterisk +libcurl + DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +asterisk +libcurl +PACKAGE_libbbfdm-api:libbbfdm-api endef define Package/$(PKG_NAME)/description