mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-05 09:26:51 +08:00
miredo: add miredo.conf conffile
Keep miredo.conf modified configuration upon upgrades Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
This commit is contained in:
parent
22522e5048
commit
f10371334b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user