coova-chilli: remove dnslog option
authorSungbo Eo <mans0n@gorani.run>
Thu, 2 Jan 2020 13:14:11 +0000 (22:14 +0900)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 23 Mar 2022 09:27:12 +0000 (10:27 +0100)
dnslog feature has been removed since v1.4.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
(cherry picked from commit 95954b84f5f4b4fc114da5d96a04e704946cc9ea)

net/coova-chilli/Config.in
net/coova-chilli/Makefile

index 423a0e8481e3e69e04b966a2ac6a52c2e44168c0..e71124f04072142e76da59bb47e4df0305d9f152 100644 (file)
@@ -19,10 +19,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
index 04ec18b7053296f3a11012afb1e8b7ca76a922c5..ef360c3ac284303967876ce50dda8a7f5a42badd 100644 (file)
@@ -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 \