Compare commits

...

1 Commits

Author SHA1 Message Date
suvendhu
ea4f08f973 icwmpd: compile time flag for logging into file 2023-02-01 14:43:07 +05:30
2 changed files with 1 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
choice
prompt "Select ACS sever"
default CWMP_ACS_MULTI
depends on PACKAGE_icwmp || \
PACKAGE_icwmp-openssl || \
PACKAGE_icwmp-wolfssl || \
PACKAGE_icwmp-mbedtls
config CWMP_ACS_MULTI
bool "No specific ACS, follow standard"
config CWMP_ACS_HDM
bool "Select HDM as ACS server"
endchoice

View File

@@ -33,6 +33,7 @@ define Package/icwmp/default
DEPENDS:=+libuci +libubox +libblobmsg-json +libubus +libjson-c +libcurl +mxml
endef
# To enable logging into file add -DCWMP_ENABLE_FILE_LOGGING
TARGET_CFLAGS += \
-D_GNU_SOURCE \
"-DCWMP_REVISION=\\\"$(PKG_SOURCE_VERSION)\\\""