From: Philip Prindeville Date: Mon, 31 May 2021 22:30:08 +0000 (-0600) Subject: dnsdist: fix missing quote X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4b481281efff3987913289224fd654123633bb19;p=openwrt-packages.git dnsdist: fix missing quote Seeing the following error when running 'make defconfig': tmp/.config-package.in:69874:warning: multi-line strings not supported Signed-off-by: Philip Prindeville --- diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 5dfe18334..45115a0c3 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -82,7 +82,7 @@ menu "Configuration" default y config DNSDIST_SODIUM - bool "Build with libsodium + bool "Build with libsodium" help "Build with libsodium - for encrypted console connections, and DNSCrypt" default y