git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9669044
)
dnsdist: fix missing quote in menu
author
James Taylor
<redacted>
Fri, 13 Dec 2019 08:03:53 +0000
(19:03 +1100)
committer
GitHub
<redacted>
Fri, 13 Dec 2019 08:03:53 +0000
(19:03 +1100)
Fixes missing double quote in menu
Signed off by: James Taylor <redacted>
net/dnsdist/Makefile
patch
|
blob
|
history
diff --git
a/net/dnsdist/Makefile
b/net/dnsdist/Makefile
index f5addf96f9ee27037f738a9b92ed762543e2c1e3..d0196125b35b93f74887a7bf051eb73339d2a228 100644
(file)
--- a/
net/dnsdist/Makefile
+++ b/
net/dnsdist/Makefile
@@
-41,7
+41,7
@@
menu "Configuration"
endchoice
- comment "DNS over HTTPS/TLS Support
+ comment "DNS over HTTPS/TLS Support
"
depends on !DNSDIST_NOSSL
config DNSDIST_DNS_OVER_HTTPS
git clone https://git.99rst.org/PROJECT