aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2023-01-17 15:48:40 +0200
committerGitHub <noreply@github.com>2023-01-17 15:48:40 +0200
commit8a5ff835dde95e4346cfec7646cc9f2a723565b5 (patch)
tree662e942bfd1b8f3f128584d95dae97aeac2e7956
parent5c873025a43b84709873e3cf96c00739ec5a7814 (diff)
parent95acb627f4b6853cd8fa0329f127d52118013e65 (diff)
Merge pull request #20311 from ValdikSS/miredo
miredo: add miredo.conf conffile
-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 \