diff --git a/bbfdm/Config_bbfdm.in b/bbfdm/Config_bbfdm.in index 4535468e3..d0f3e0236 100644 --- a/bbfdm/Config_bbfdm.in +++ b/bbfdm/Config_bbfdm.in @@ -10,10 +10,6 @@ config BBF_VENDOR_PREFIX string "Vendor Prefix" default "X_IOPSYS_EU_" -config BBF_TR104 - bool "Enable TR-104 Data Model Support" - default y - config BBF_TR143 bool "Enable TR-143 Data Model Support" default y diff --git a/bbfdm/Makefile b/bbfdm/Makefile index 94f090165..221e75ebd 100644 --- a/bbfdm/Makefile +++ b/bbfdm/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bbfdm -PKG_VERSION:=1.2.3 +PKG_VERSION:=1.2.4 PKG_SOURCE_PROTO:=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_MIRROR_HASH:=skip @@ -99,7 +99,7 @@ define Package/libbbfdm-api/description endef 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 USE_LOCAL=$(shell ls ./src/ 2>/dev/null >/dev/null && echo 1) @@ -113,11 +113,6 @@ CMAKE_OPTIONS += \ -DBBF_TR181=ON -DBBF_WIFI_DATAELEMENTS=ON -ifeq ($(CONFIG_BBF_TR104),y) -CMAKE_OPTIONS += \ - -DBBF_TR104=ON -endif - ifeq ($(CONFIG_BBF_TR143),y) CMAKE_OPTIONS += \ -DBBF_TR143=ON