From: Jan Hák Date: Mon, 16 Nov 2020 10:22:24 +0000 (+0100) Subject: knot: disable embedded xdp X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1f9d6fbb26c20490dc58f84e5c86fa2c35012412;p=feed%2Fpackages.git knot: disable embedded xdp Signed-off-by: Jan Hák --- diff --git a/net/knot/Makefile b/net/knot/Makefile index 2302e5b3b8..273a8f23e6 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -150,6 +150,7 @@ export KNOT_VERSION_FORMAT=release CONFIGURE_ARGS += \ --enable-recvmmsg=no \ --enable-cap-ng=no \ + --enable-xdp=no \ --disable-fastparser \ --without-libidn \ --with-libnghttp2=no \