v2ray: add armv6 bin

This commit is contained in:
coolsnowwolf 2018-11-21 17:44:13 +08:00
parent 5b9fb1c769
commit cd55b50962
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=v2ray
PKG_VERSION:=4.5.0
PKG_RELEASE:=2
PKG_RELEASE:=3
ifeq ($(ARCH),x86_64)
PKG_ARCH_V2RAY:=amd64
@ -22,6 +22,9 @@ endif
ifeq ($(ARCH),i386)
PKG_ARCH_V2RAY:=386
endif
ifeq ($(ARCH),armv6)
PKG_ARCH_V2RAY:=armv6
endif
ifeq ($(ARCH),arm)
PKG_ARCH_V2RAY:=arm
endif

Binary file not shown.