From: Jan Hák Date: Thu, 25 Sep 2025 12:09:21 +0000 (+0200) Subject: knot: disable redis as it was enabled since 3.5.0 by default X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cbbd2b5b3bd6df7e550b114cf1c9f8e0f5bc8616;p=openwrt-packages.git knot: disable redis as it was enabled since 3.5.0 by default By disabling redis, it is not possible to use redis database as zone storage Signed-off-by: Jan Hák --- diff --git a/net/knot/Makefile b/net/knot/Makefile index 467865720..a7e51f692 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -157,6 +157,7 @@ CONFIGURE_ARGS += \ --enable-dbus=libdbus \ --enable-quic \ --disable-fastparser \ + --disable-redis \ --without-libidn \ --with-libnghttp2=no \ --with-rundir=/var/run/knot \