Ticket refs #15314: TR-069: make the introduction of vendor specific parameter prefix configurable

This commit is contained in:
Omar Kallel 2018-06-21 11:14:14 +01:00
parent dec6ee1fcb
commit 697f71b9a9
2 changed files with 6 additions and 0 deletions

View file

@ -27,5 +27,9 @@ config CWMP_DEVEL_DEBUG
bool "Compile with development debug options"
default n
config LIBDATAMODEL_VENDOR_PREFIX
string "Vendor Prefix"
default "X_Inteno_SE_"
endif

View file

@ -82,6 +82,8 @@ ifeq ($(CONFIG_TARGET_iopsys_ramips),y)
TARGET_CFLAGS += -DEX400
endif
TARGET_CFLAGS += -DCUSTOM_PREFIX=\\\"$(CONFIG_LIBDATAMODEL_VENDOR_PREFIX)\\\"
TARGET_CFLAGS += \
-D_GNU_SOURCE -D_AADJ