From ba934d1fbdef08d52f152199b82f40d50913d46f Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 22 Jan 2020 12:44:36 +0100 Subject: [PATCH] zerotier: add /etc/config/zerotier as configuration file Signed-off-by: Josef Schlehofer --- net/zerotier/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index c5725aad98..12956e4213 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zerotier PKG_VERSION:=1.2.12 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0 @@ -56,6 +56,10 @@ endef TARGET_CFLAGS += -ffunction-sections -fdata-sections TARGET_LDFLAGS += -Wl,--gc-sections +define Package/zerotier/conffiles +/etc/config/zerotier +endef + define Package/zerotier/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/zerotier-one $(1)/usr/bin/