smartdns: fix Makefile

This commit is contained in:
CN_SZTL 2019-08-09 11:47:07 +08:00
parent fe3cb8f4af
commit 942e935da2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -27,6 +27,7 @@ endef
ifeq ($(ARCH),i386)
PKG_ARCH_SMARTDNS:=x86
endif
ifeq ($(ARCH),x86_64)
PKG_ARCH_SMARTDNS:=amd64
endif