dnsmasq: full: disable ipset support by default master staging/master
authorMathias Kresin <dev@kresin.me>
Tue, 3 May 2022 19:38:06 +0000 (21:38 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 4 May 2022 20:13:55 +0000 (22:13 +0200)
OpenWrt ships with nftables. Do not enable ipset support by default any
more.

Signed-off-by: Mathias Kresin <dev@kresin.me>
package/network/services/dnsmasq/Makefile

index c7a365fdc69f7a406aaeff2de800fdb1f6a1cdc7..1c800f829cc683dbe194166fc133d6215a285bd1 100644 (file)
@@ -111,7 +111,7 @@ define Package/dnsmasq-full/config
                default y
        config PACKAGE_dnsmasq_full_ipset
                bool "Build with IPset support."
-               default y
+               default n
        config PACKAGE_dnsmasq_full_nftset
                bool "Build with Nftset support."
                default y