update 2023-01-03 20:15:49

This commit is contained in:
github-actions[bot]
2023-01-03 20:15:49 +08:00
parent ce594ead7c
commit 46d38af8a7
5 changed files with 69 additions and 37 deletions

View File

@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lucky
PKG_VERSION:=1.7.5
PKG_RELEASE:=1
PKGARCH:=all
PKG_RELEASE:=4
ifeq ($(ARCH),mipsel)
LUCKY_ARCH:=mipsle_softfloat
@ -52,16 +51,19 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
TITLE:=Lucky gdy
TITLE:=Lucky dynamic domain name ddns-go service, socat,frp
DEPENDS:=@(i386||x86_64||arm||aarch64||mipsel||mips)
URL:=https://github.com/gdy666/lucky
endef
define Package/$(PKG_NAME)/description
Main functions of Lucky: ipv4/ipv6 portforward,ddns,IOT wake on lan ,reverse proxy and more...
Main functions of Lucky: dynamic domain name ddns-go service, socat,reverse proxy ,wake on lan
endef
define Build/Compile
endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/lucky $(1)/usr/bin/lucky