From ac518f4d42937ad7c4aedaad0f9af0abc09dc809 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 15 May 2019 01:18:25 +0800 Subject: [PATCH] v2ray: using armv5 bin for kirkwood --- package/lean/v2ray/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index 01c578bda..bea68ecb0 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray PKG_VERSION:=v4.19 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk @@ -44,6 +44,9 @@ ifeq ($(ARCH),arm) ifneq ($(BOARD),bcm53xx) V2RAY_BIN:=v2ray_armv7 endif + ifeq ($(BOARD),kirkwood) + V2RAY_BIN:=v2ray + endif endif ifeq ($(ARCH),aarch64) PKG_ARCH_V2RAY:=arm64