dnscrypt-proxy-full: add architecture dependence

This commit is contained in:
ElonH 2020-04-23 17:47:53 +08:00
parent d97fb67bf3
commit 637fd485a3
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -46,7 +46,7 @@ define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
TITLE:=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS.
DEPENDS:=+ca-bundle
DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64) +ca-bundle
URL:=https://github.com/jedisct1/dnscrypt-proxy/releases
endef