frp: enable upx compress

This commit is contained in:
CN_SZTL 2020-02-16 13:30:19 +08:00
parent ce981cf047
commit 544e6dc53f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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