Merge pull request #20311 from ValdikSS/miredo
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 17 Jan 2023 13:48:40 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 13:48:40 +0000 (15:48 +0200)
miredo: add miredo.conf conffile

ipv6/miredo/Makefile

index f25a86df46451e9a810e14d0d378f493db79e1a4..9e1390a233a99ab87327f2d471645b96f630524c 100644 (file)
@@ -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 \