From 4e9dcb98f09937f4f8d02406b6bd09035b101351 Mon Sep 17 00:00:00 2001 From: ValdikSS ValdikSS Date: Tue, 17 Jan 2023 19:49:39 +0200 Subject: [PATCH] miredo: add miredo.conf conffile Keep miredo.conf modified configuration upon upgrades Signed-off-by: ValdikSS ValdikSS (cherry picked from commit 95acb627f4b6853cd8fa0329f127d52118013e65) --- ipv6/miredo/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipv6/miredo/Makefile b/ipv6/miredo/Makefile index f25a86df46..9e1390a233 100644 --- a/ipv6/miredo/Makefile +++ b/ipv6/miredo/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miredo PKG_VERSION:=1.2.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=miredo-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.remlab.net/files/miredo/ @@ -36,6 +36,10 @@ define Package/miredo/description IPv6 connectivity even from behind NAT devices. endef +define Package/miredo/conffiles +/etc/miredo/miredo.conf +endef + CONFIGURE_ARGS+= \ --enable-shared \ --enable-static \