diff --git a/package/lean/v2ray/Config.in b/package/lean/v2ray/Config.in index 99c6d4c4b0a4c8..914555ab7a00b6 100644 --- a/package/lean/v2ray/Config.in +++ b/package/lean/v2ray/Config.in @@ -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" diff --git a/package/lean/v2ray/Makefile b/package/lean/v2ray/Makefile index 5535249208973f..53fae32e4bddf0 100644 --- a/package/lean/v2ray/Makefile +++ b/package/lean/v2ray/Makefile @@ -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