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