mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 15:34:05 +01:00
Ticket refs #14209: TR-069: add support for compiling both TR-098 and TR-181 support and make it UCI configurable
This commit is contained in:
parent
55e39205dc
commit
5ea9066e73
2 changed files with 1 additions and 13 deletions
|
|
@ -1,14 +1,4 @@
|
|||
if PACKAGE_libdatamodel
|
||||
choice
|
||||
prompt "Select Data Model"
|
||||
default tr098
|
||||
|
||||
config DATAMODEL_TR098
|
||||
bool "TR-098"
|
||||
|
||||
config DATAMODEL_TR181
|
||||
bool "TR-181"
|
||||
endchoice
|
||||
|
||||
config UPNP_TR064
|
||||
bool "Compile with tr064 features"
|
||||
|
|
|
|||
|
|
@ -111,9 +111,7 @@ ifeq ($(CONFIG_XMPP_ENABLE),y)
|
|||
CONFIGURE_ARGS += \
|
||||
--enable-xmpp
|
||||
endif
|
||||
|
||||
CONFIGURE_ARGS += $(if $(CONFIG_DATAMODEL_TR181),--enable-datamodel=tr181,--enable-datamodel=tr098)
|
||||
|
||||
|
||||
ifeq ($(BUILD_VARIANT),zstream)
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-http=zstream \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue