clash: adjust for k3

This commit is contained in:
CN_SZTL 2019-10-20 00:22:24 +08:00
parent ee3c805404
commit ff44c23e6d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -17,11 +17,8 @@ ifeq ($(ARCH),x86_64)
PKG_ARCH:=amd64
endif
ifeq ($(ARCH),arm)
PKG_ARCH:=armv6
PKG_ARCH:=armv7
ifneq ($(BOARD),bcm53xx)
PKG_ARCH:=armv7
endif
ifeq ($(BOARD),kirkwood)
PKG_ARCH:=armv5
endif
endif