Skip to content

Commit 101aaac

Browse files
committed
restyle DEPENDS
1 parent 070c287 commit 101aaac

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

Makefile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ define Package/https-dns-proxy
2626
CATEGORY:=Network
2727
TITLE:=DNS Over HTTPS Proxy
2828
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
29+
DEPENDS:= \
30+
+libcares \
31+
+libcurl \
32+
+libev \
33+
+ca-bundle \
34+
+jsonfilter \
35+
+resolveip \
36+
+!BUSYBOX_DEFAULT_GREP:grep \
37+
+!BUSYBOX_DEFAULT_SED:sed
3238
CONFLICTS:=https_dns_proxy
3339
endef
3440

0 commit comments

Comments
 (0)