v2ray: using armv5 bin for kirkwood
This commit is contained in:
parent
61b53a6085
commit
ac518f4d42
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=v2ray
|
PKG_NAME:=v2ray
|
||||||
PKG_VERSION:=v4.19
|
PKG_VERSION:=v4.19
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -44,6 +44,9 @@ ifeq ($(ARCH),arm)
|
|||||||
ifneq ($(BOARD),bcm53xx)
|
ifneq ($(BOARD),bcm53xx)
|
||||||
V2RAY_BIN:=v2ray_armv7
|
V2RAY_BIN:=v2ray_armv7
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BOARD),kirkwood)
|
||||||
|
V2RAY_BIN:=v2ray
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),aarch64)
|
ifeq ($(ARCH),aarch64)
|
||||||
PKG_ARCH_V2RAY:=arm64
|
PKG_ARCH_V2RAY:=arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user