From aa384df6c90b8d457ebc0709ecf8bf9256066d9b Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 16 Feb 2020 13:29:02 +0800 Subject: [PATCH] openwrt-frp: enable upx compress --- package/lean/openwrt-frp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/lean/openwrt-frp/Makefile b/package/lean/openwrt-frp/Makefile index 5c147356f9..a16798971a 100644 --- a/package/lean/openwrt-frp/Makefile +++ b/package/lean/openwrt-frp/Makefile @@ -74,6 +74,8 @@ define Build/Prepare endef define Build/Configure + $(STAGING_DIR_HOST)/bin/upx --lzma --best $(PKG_BUILD_DIR)/frps + $(STAGING_DIR_HOST)/bin/upx --lzma --best $(PKG_BUILD_DIR)/frpc endef define Build/Compile