1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-07-25 16:37:28 +08:00
parent 6bc8ee2d6b
commit 887424b6d3
8 changed files with 4 additions and 4 deletions

8
frp/Makefile Executable file → Normal file
View file

@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=frp
PKG_VERSION:=0.48.0
PKG_VERSION:=0.51.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:=efba8ec9fad3369ce62631369f52b78a7248df426b5b54311e96231adac5cc76
PKG_HASH:=80ccfa40c4e25309ddb48818f6342bc59f7639be83ab6ef59ffab5caeedc37e8
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
PKG_LICENSE:=Apache-2.0
@ -14,13 +14,13 @@ PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
PKG_BUILD_FLAGS:=no-mips16
GO_PKG:=github.com/fatedier/frp
GO_PKG_BUILD_PKG:=github.com/fatedier/frp/cmd/...
include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/openmptcprouter/golang/golang-package.mk
include ../../lang/golang/golang-package.mk
define Package/frp/install
$(INSTALL_DIR) $(1)/usr/bin/

0
frp/files/frpc.init Executable file → Normal file
View file

0
frp/files/frpc.uci-defaults Executable file → Normal file
View file

0
frp/files/frps.config Executable file → Normal file
View file

0
frp/files/frps.init Executable file → Normal file
View file

0
frp/test.sh Executable file → Normal file
View file

0
rtty/Makefile Executable file → Normal file
View file

0
rtty/files/rtty.init Executable file → Normal file
View file