Browse Source

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>
lilik-openwrt-22.03
Philip Prindeville 3 years ago
parent
commit
4b481281ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/dnsdist/Makefile

+ 1
- 1
net/dnsdist/Makefile View File

@ -82,7 +82,7 @@ menu "Configuration"
default y default y
config DNSDIST_SODIUM config DNSDIST_SODIUM
bool "Build with libsodium
bool "Build with libsodium"
help help
"Build with libsodium - for encrypted console connections, and DNSCrypt" "Build with libsodium - for encrypted console connections, and DNSCrypt"
default y default y


Loading…
Cancel
Save