mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-17 17:51:28 +01:00
Ticket refs #15314: TR-069: make the introduction of vendor specific parameter prefix configurable
This commit is contained in:
parent
dec6ee1fcb
commit
697f71b9a9
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue