aboutsummaryrefslogtreecommitdiff
path: root/ipv6
diff options
context:
space:
mode:
authorValdikSS ValdikSS <iam@valdikss.org.ru>2023-01-15 01:32:19 +0300
committerValdikSS <iam@valdikss.org.ru>2023-01-17 00:08:12 +0300
commit95acb627f4b6853cd8fa0329f127d52118013e65 (patch)
tree2fe2a51dff1fb0e32f7414aa909c86faa363bd74 /ipv6
parent1394035a392050df9d00a1b4313f8bea9f352b55 (diff)
miredo: add miredo.conf conffile
Keep miredo.conf modified configuration upon upgrades Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
Diffstat (limited to 'ipv6')
-rw-r--r--ipv6/miredo/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ipv6/miredo/Makefile b/ipv6/miredo/Makefile
index f25a86df4..9e1390a23 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 \