Conversation
f9c3010 to
2759055
Compare
|
Starting from version
Since For architectures without officially provided binaries, the software is obtained through direct compilation, though this version does not include a I hope everyone can |
2a40416 to
46e27a2
Compare
40a5af3 to
22591d6
Compare
|
openwrt have node/host build tool, ex: https://github.com/openwrt/packages/blob/292214e76adb8deac900a0d429d6c9ba3c3637f1/net/cloudreve/Makefile and https://github.com/openwrt/packages/blob/master/lang/node-javascript-obfuscator/Makefile diff --git a/net/frp/Makefile b/net/frp/Makefile
index 8e0d90ee9..f5175097b 100644
--- a/net/frp/Makefile
+++ b/net/frp/Makefile
@@ -1,18 +1,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=frp
-PKG_VERSION:=0.66.0
+PKG_VERSION:=0.67.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=afe1aca9f6e7680a95652e8acf84aef4a74bcefe558b5b91270876066fff3019
+PKG_HASH:=18d0a35b965fab7e348aafc7b587847dd04ef2ef84822ed8fd5b9fe46b7ff6d7
PKG_MAINTAINER:=
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
-PKG_BUILD_DEPENDS:=golang/host
+PKG_BUILD_DEPENDS:=golang/host node/host
PKG_BUILD_PARALLEL:=1
PKG_BUILD_FLAGS:=no-mips16
@@ -22,6 +22,15 @@ GO_PKG_BUILD_PKG:=github.com/fatedier/frp/cmd/...
include $(INCLUDE_DIR)/package.mk
include ../../lang/golang/golang-package.mk
+define Build/Compile
+ ( \
+ $(MAKE) -C $(PKG_BUILD_DIR)/web/frpc install ; \
+ $(MAKE) -C $(PKG_BUILD_DIR)/web/frps install ; \
+ $(MAKE) -C $(PKG_BUILD_DIR) web ; \
+ $(call GoPackage/Build/Compile) ; \
+ )
+endef
+
define Package/frp/install
$(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/$(2) $(1)/usr/bin/ |
47eb3ea to
a80b87d
Compare
|
@SquallATF |
I don't mind |
|
So, how should I address you? According to the format requirements, the name needs to be separated. Also, the address is needed, like the one below. |
|
@laipeng668 |
6054300 to
8fe6017
Compare
Change log is available at: https://github.com/fatedier/frp/releases/tag/v0.67.0 Signed-off-by: Roc Lai <laipeng668@qq.com> Co-Authored-by: Peiyuan Song <squallatf@gmail.com>


📦 Package Details
Maintainer: N/A
Description:
Change log is available at: https://github.com/fatedier/frp/releases/tag/v0.67.0
Features
Fixes
🧪 Run Testing Details
**OpenWrt Version:**main/snapshot
**OpenWrt Target/Subtarget:**qualcommax/aarch64
**OpenWrt Device:**ipq6000-360v6
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.