v2ray: move K

3 to armv6
This commit is contained in:
coolsnowwolf 2018-11-21 19:15:15 +08:00
parent cd8fe278d0
commit ce97f28db0

View File

@ -22,11 +22,11 @@ endif
ifeq ($(ARCH),i386) ifeq ($(ARCH),i386)
PKG_ARCH_V2RAY:=386 PKG_ARCH_V2RAY:=386
endif endif
ifeq ($(ARCH),armv6)
PKG_ARCH_V2RAY:=armv6
endif
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
PKG_ARCH_V2RAY:=arm PKG_ARCH_V2RAY:=arm
ifeq ($(TARGET_ARCH_PACKAGES),arm_cortex-a9)
PKG_ARCH_V2RAY:=armv6
endif
endif endif
ifeq ($(ARCH),aarch64) ifeq ($(ARCH),aarch64)
PKG_ARCH_V2RAY:=arm64 PKG_ARCH_V2RAY:=arm64