smartdns: fix arch settings

This commit is contained in:
CN_SZTL 2019-08-09 15:30:32 +08:00
parent 942e935da2
commit 4e24a659b4
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -29,13 +29,13 @@ ifeq ($(ARCH),i386)
PKG_ARCH_SMARTDNS:=x86
endif
ifeq ($(ARCH),x86_64)
PKG_ARCH_SMARTDNS:=amd64
PKG_ARCH_SMARTDNS:=x86_64
endif
ifeq ($(ARCH),mips)
PKG_ARCH_SMARTDNS:=mips
endif
ifeq ($(ARCH),mipsel)
PKG_ARCH_SMARTDNS:=mipsle
PKG_ARCH_SMARTDNS:=mipsel
endif
ifeq ($(ARCH),arm)
PKG_ARCH_SMARTDNS:=arm