From 0ec746ccb6e87696a7a4986d87d55cda205031f0 Mon Sep 17 00:00:00 2001 From: Huangbin Zhan Date: Sat, 9 May 2020 05:43:57 +0800 Subject: treewide: add conffiles Signed-off-by: Huangbin Zhan --- net/frp/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'net/frp/Makefile') diff --git a/net/frp/Makefile b/net/frp/Makefile index 9315d7faa..5a26e80b5 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frp PKG_VERSION:=0.32.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fatedier/frp/tar.gz/v${PKG_VERSION}? @@ -61,6 +61,14 @@ define Package/frp/install $(INSTALL_BIN) ./files/$(2).init $(1)/etc/init.d/$(2) endef +define Package/frpc/conffiles +/etc/config/frpc +endef + +define Package/frps/conffiles +/etc/config/frps +endef + define Package/frpc/install $(call Package/frp/install,$(1),frpc) endef -- cgit v1.2.3