Merge Lean's source

This commit is contained in:
CN_SZTL 2020-01-24 19:19:37 +08:00
commit 07e3c2cca3
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ config V2RAY_EXCLUDE_ASSETS
config V2RAY_COMPRESS_UPX
bool "Compress executable files with UPX"
default y
default n
choice
prompt "Disable Features"

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=v2ray
PKG_VERSION:=4.22.1
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/v2ray-core-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-core-$(PKG_VERSION).tar.gz