openwrt-frp: enable upx compress

This commit is contained in:
CN_SZTL 2020-02-16 13:29:02 +08:00
parent 81621d3934
commit aa384df6c9
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