Merge pull request #20311 from ValdikSS/miredo
miredo: add miredo.conf conffile
This commit is contained in:
commit
8a5ff835dd
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=miredo
|
PKG_NAME:=miredo
|
||||||
PKG_VERSION:=1.2.6
|
PKG_VERSION:=1.2.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=miredo-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=miredo-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://www.remlab.net/files/miredo/
|
PKG_SOURCE_URL:=https://www.remlab.net/files/miredo/
|
||||||
|
@ -36,6 +36,10 @@ define Package/miredo/description
|
||||||
IPv6 connectivity even from behind NAT devices.
|
IPv6 connectivity even from behind NAT devices.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/miredo/conffiles
|
||||||
|
/etc/miredo/miredo.conf
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
|
Loading…
Reference in a new issue