diff options
| author | Mathias Kresin | 2022-05-03 19:38:06 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2022-05-04 20:13:55 +0000 |
| commit | 4c1981326dc6509489e510405e26ad7b806360a5 (patch) | |
| tree | 75145538712e03ccab575e9157248d401979da19 | |
| parent | f8250aa5a49a2089c37a786c89c2491939e4096e (diff) | |
| download | mkresin-master.tar.gz | |
OpenWrt ships with nftables. Do not enable ipset support by default any
more.
Signed-off-by: Mathias Kresin <dev@kresin.me>
| -rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index c7a365fdc6..1c800f829c 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -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 |