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