mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
icwmp: Use system certs if ssl_capath not defined
This commit is contained in:
parent
b73f43e200
commit
9e9b46f4a2
2 changed files with 4 additions and 3 deletions
|
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=icwmp
|
PKG_NAME:=icwmp
|
||||||
PKG_VERSION:=9.6.6
|
PKG_VERSION:=9.6.7
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/icwmp.git
|
||||||
PKG_SOURCE_VERSION:=90595cd79f28c7c2cdfa298711f63720269cb316
|
PKG_SOURCE_VERSION:=7ff419cefc314156a0ac518972096ef0dfb87162
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ config acs 'acs'
|
||||||
option periodic_inform_interval '1800'
|
option periodic_inform_interval '1800'
|
||||||
option periodic_inform_time '0001-01-01T00:00:00Z'
|
option periodic_inform_time '0001-01-01T00:00:00Z'
|
||||||
option dhcp_discovery 'enable'
|
option dhcp_discovery 'enable'
|
||||||
|
option ssl_capath "/etc/ssl/certs"
|
||||||
# compression possible configs: GZIP, Deflate, Disabled
|
# compression possible configs: GZIP, Deflate, Disabled
|
||||||
option compression 'Disabled'
|
option compression 'Disabled'
|
||||||
# possible configs interval :[1:65535]
|
# possible configs interval :[1:65535]
|
||||||
|
|
@ -21,7 +22,7 @@ config cpe 'cpe'
|
||||||
option log_to_file 'disable'
|
option log_to_file 'disable'
|
||||||
# log_severity: INFO (Default)
|
# log_severity: INFO (Default)
|
||||||
# log_severity possible configs: EMERG, ALERT, CRITIC ,ERROR, WARNING, NOTICE, INFO, DEBUG
|
# log_severity possible configs: EMERG, ALERT, CRITIC ,ERROR, WARNING, NOTICE, INFO, DEBUG
|
||||||
option log_severity 'DEBUG'
|
option log_severity 'ERROR'
|
||||||
option log_file_name '/var/log/icwmpd.log'
|
option log_file_name '/var/log/icwmpd.log'
|
||||||
option log_max_size '102400'
|
option log_max_size '102400'
|
||||||
option userid '' #$OUI-$SER
|
option userid '' #$OUI-$SER
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue