From b3c9b384ccf9d48a9b4dac953586f5230cfd6fc2 Mon Sep 17 00:00:00 2001 From: Amin Ben Ramdhane Date: Sat, 28 Dec 2019 13:12:12 +0100 Subject: [PATCH] Remove unused library --- bin/Makefile.am | 7 ++----- config/cwmp | 2 +- config/cwmp_stun | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/bin/Makefile.am b/bin/Makefile.am index a1b0785..771d9a6 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -176,18 +176,15 @@ icwmp_xmppd_SOURCES = \ icwmp_xmppd_CFLAGS = \ $(AM_CFLAGS) \ - $(LIBUCI_CFLAGS) \ - $(LIBUBOX_CFLAGS) + $(LIBUCI_CFLAGS) icwmp_xmppd_LDFLAGS = \ $(AM_LDFLAGS) \ - $(LIBUCI_LDFLAGS) \ - $(LIBUBOX_LDFLAGS) + $(LIBUCI_LDFLAGS) icwmp_xmppd_LDADD = \ $(AM_LIBS) \ $(LIBUCI_LIBS) \ - $(LIBUBOX_LIBS) \ $(LIBSTROPHE_LIBS) bin_PROGRAMS += icwmp_udpechoserverd diff --git a/config/cwmp b/config/cwmp index 209a6e7..0020a64 100644 --- a/config/cwmp +++ b/config/cwmp @@ -34,7 +34,7 @@ config cwmp 'cpe' option provisioning_code '' option amd_version '2' # compression possible configs: InstanceNumber, InstanceAlias - option instance_mode 'InstanceAlias' + option instance_mode 'InstanceNumber' option session_timeout '60' option notification '1' #vlan_method: 1: only tagged vlantermination 2: all vlanterminations (tagged and untagged) diff --git a/config/cwmp_stun b/config/cwmp_stun index 89c7945..c24b9c9 100644 --- a/config/cwmp_stun +++ b/config/cwmp_stun @@ -8,5 +8,5 @@ config stun 'stun' # option client_port 7547 #if client_port option is not set or < 0 then use a random port for connection request source port #Log levels: Critical=0, Warning=1, Notice=2, Info=3, Debug=4 - option log_level '1' + option log_level '3'