mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
coova-chilli: remove dnslog option
dnslog feature has been removed since v1.4. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
@@ -18,10 +18,6 @@ config COOVACHILLI_USERAGENT
|
||||
bool "Enable recording user-agent"
|
||||
default n
|
||||
|
||||
config COOVACHILLI_DNSLOG
|
||||
bool "Enable support to log DNS name queries"
|
||||
default n
|
||||
|
||||
config COOVACHILLI_UAMDOMAINFILE
|
||||
bool "Enable loading of mass uamdomains from file"
|
||||
default n
|
||||
|
||||
@@ -27,7 +27,6 @@ PKG_CONFIG_DEPENDS:= \
|
||||
COOVACHILLI_MINIPORTAL \
|
||||
COOVACHILLI_REDIR \
|
||||
COOVACHILLI_USERAGENT \
|
||||
COOVACHILLI_DNSLOG \
|
||||
COOVACHILLI_UAMDOMAINFILE \
|
||||
COOVACHILLI_LARGELIMITS \
|
||||
COOVACHILLI_NOSSL \
|
||||
@@ -106,7 +105,6 @@ define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
$(if $(CONFIG_COOVACHILLI_PROXY),--enable,--disable)-chilliproxy \
|
||||
$(if $(CONFIG_COOVACHILLI_REDIR),--enable,--disable)-chilliredir \
|
||||
$(if $(CONFIG_COOVACHILLI_DNSLOG),--enable,--disable)-dnslog \
|
||||
$(if $(CONFIG_COOVACHILLI_MINIPORTAL),--enable,--disable)-miniportal \
|
||||
$(if $(CONFIG_COOVACHILLI_USERAGENT),--enable,--disable)-useragent \
|
||||
$(if $(CONFIG_COOVACHILLI_LARGELIMITS),--enable,--disable)-largelimits \
|
||||
|
||||
Reference in New Issue
Block a user