From 92328805fd0ec767f3785c65b16ef2cb76e9b1cd Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Fri, 22 Dec 2017 11:58:19 +0100 Subject: [PATCH] Makefile and Config files of new icwmp version (modified) --- icwmp/Config_datamodel.in | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/icwmp/Config_datamodel.in b/icwmp/Config_datamodel.in index 7c5478f6d..9ba78bfb1 100755 --- a/icwmp/Config_datamodel.in +++ b/icwmp/Config_datamodel.in @@ -1,31 +1,17 @@ -if PACKAGE_icwmp-curl || PACKAGE_icwmp-zstream - -config CWMP_SCRIPTS_FULL - bool "Install all icwmp scripts" - default y - +if PACKAGE_libdatamodel choice - prompt "Select ACS sever" - default CWMP_ACS_MULTI + prompt "Select Data Model" + default tr098 -config CWMP_ACS_MULTI - bool "No specific ACS, follow standard" +config DATAMODEL_TR098 + bool "TR-098" -config CWMP_ACS_HDM - bool "HDM" +config DATAMODEL_TR181 + bool "TR-181" endchoice -config CWMP_DEBUG - bool "Compile with debug options" - default y - -config XMPP_ENABLE - bool "enable xmpp feature" - default n - -config CWMP_DEVEL_DEBUG - bool "Compile with development debug options" +config UPNP_TR064 + bool "Compile with tr064 features" default n endif -