mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
Remove unused library
This commit is contained in:
parent
e64fa68f93
commit
b3c9b384cc
3 changed files with 4 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue