mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
bbfdm: Move tr104 to run as dm micro-service
This commit is contained in:
parent
7a54b81daf
commit
f06a0e93b7
2 changed files with 3 additions and 12 deletions
|
|
@ -10,10 +10,6 @@ config BBF_VENDOR_PREFIX
|
||||||
string "Vendor Prefix"
|
string "Vendor Prefix"
|
||||||
default "X_IOPSYS_EU_"
|
default "X_IOPSYS_EU_"
|
||||||
|
|
||||||
config BBF_TR104
|
|
||||||
bool "Enable TR-104 Data Model Support"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config BBF_TR143
|
config BBF_TR143
|
||||||
bool "Enable TR-143 Data Model Support"
|
bool "Enable TR-143 Data Model Support"
|
||||||
default y
|
default y
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bbfdm
|
PKG_NAME:=bbfdm
|
||||||
PKG_VERSION:=1.2.3
|
PKG_VERSION:=1.2.4
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
|
||||||
PKG_SOURCE_VERSION:=f82803d91d47359d723667cc30e6947969819e7b
|
PKG_SOURCE_VERSION:=ea0b14e8387743b876fb922c83bfd82533cd14b4
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
|
|
||||||
|
|
@ -99,7 +99,7 @@ define Package/libbbfdm-api/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libbbfdm/description
|
define Package/libbbfdm/description
|
||||||
Library contains the data model tree. It includes TR181, TR104 and TR143 data models
|
Library contains the data model tree. It includes TR181, TR143 data models
|
||||||
endef
|
endef
|
||||||
|
|
||||||
USE_LOCAL=$(shell ls ./src/ 2>/dev/null >/dev/null && echo 1)
|
USE_LOCAL=$(shell ls ./src/ 2>/dev/null >/dev/null && echo 1)
|
||||||
|
|
@ -113,11 +113,6 @@ CMAKE_OPTIONS += \
|
||||||
-DBBF_TR181=ON
|
-DBBF_TR181=ON
|
||||||
-DBBF_WIFI_DATAELEMENTS=ON
|
-DBBF_WIFI_DATAELEMENTS=ON
|
||||||
|
|
||||||
ifeq ($(CONFIG_BBF_TR104),y)
|
|
||||||
CMAKE_OPTIONS += \
|
|
||||||
-DBBF_TR104=ON
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_BBF_TR143),y)
|
ifeq ($(CONFIG_BBF_TR143),y)
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DBBF_TR143=ON
|
-DBBF_TR143=ON
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue