mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
v2ray: add armv6 bin
This commit is contained in:
parent
5b9fb1c769
commit
cd55b50962
@ -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
|
||||
|
BIN
package/lean/v2ray/files/armv6/v2ray
Executable file
BIN
package/lean/v2ray/files/armv6/v2ray
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user