projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8250aa
)
dnsmasq: full: disable ipset support by default
master
staging/master
author
Mathias Kresin
<dev@kresin.me>
Tue, 3 May 2022 19:38:06 +0000
(21:38 +0200)
committer
Mathias 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
patch
|
blob
|
history
diff --git
a/package/network/services/dnsmasq/Makefile
b/package/network/services/dnsmasq/Makefile
index c7a365fdc69f7a406aaeff2de800fdb1f6a1cdc7..1c800f829cc683dbe194166fc133d6215a285bd1 100644
(file)
--- 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