Skip to content

Commit

Permalink
v2ray: using armv5 bin for kirkwood
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed May 14, 2019
1 parent 61b53a6 commit ac518f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package/lean/v2ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac518f4

Please sign in to comment.