From 85ca0440541aef1423360ca64858c87eb1d8fdb1 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Fri, 24 Jan 2020 18:22:41 +0800 Subject: [PATCH] v2ray: disbale upx --- package/lean/v2ray/Config.in | 2 +- package/lean/v2ray/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/v2ray/Config.in b/package/lean/v2ray/Config.in index 99c6d4c4b..914555ab7 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 553524920..53fae32e4 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