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 <philipp@redfish-solutions.com>
This commit is contained in:
parent
e3d4d253b4
commit
4b481281ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue