We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070c287 commit 101aaacCopy full SHA for 101aaac
1 file changed
Makefile
@@ -26,9 +26,15 @@ define Package/https-dns-proxy
26
CATEGORY:=Network
27
TITLE:=DNS Over HTTPS Proxy
28
URL:=https://github.com/stangri/https-dns-proxy/
29
- DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter +resolveip
30
- DEPENDS+=+!BUSYBOX_DEFAULT_GREP:grep
31
- DEPENDS+=+!BUSYBOX_DEFAULT_SED:sed
+ DEPENDS:= \
+ +libcares \
+ +libcurl \
32
+ +libev \
33
+ +ca-bundle \
34
+ +jsonfilter \
35
+ +resolveip \
36
+ +!BUSYBOX_DEFAULT_GREP:grep \
37
+ +!BUSYBOX_DEFAULT_SED:sed
38
CONFLICTS:=https_dns_proxy
39
endef
40
0 commit comments