From ce97f28db025ca3df8ddc46c658e412c54ddff8a Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 21 Nov 2018 19:15:15 +0800 Subject: [PATCH] v2ray: move K 3 to armv6 --- package/lean/v2ray/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index ce790c1b8..2f5257a45 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -22,11 +22,11 @@ endif ifeq ($(ARCH),i386) PKG_ARCH_V2RAY:=386 endif -ifeq ($(ARCH),armv6) - PKG_ARCH_V2RAY:=armv6 -endif ifeq ($(ARCH),arm) PKG_ARCH_V2RAY:=arm + ifeq ($(TARGET_ARCH_PACKAGES),arm_cortex-a9) + PKG_ARCH_V2RAY:=armv6 + endif endif ifeq ($(ARCH),aarch64) PKG_ARCH_V2RAY:=arm64