mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
avahi: Enable IPv6 by default
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=avahi
|
PKG_NAME:=avahi
|
||||||
PKG_VERSION:=0.6.31
|
PKG_VERSION:=0.6.31
|
||||||
PKG_RELEASE:=11
|
PKG_RELEASE:=12
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://avahi.org/download/
|
PKG_SOURCE_URL:=http://avahi.org/download/
|
||||||
@@ -100,6 +100,7 @@ define Package/avahi-nodbus-daemon
|
|||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
DEPENDS:=+libavahi-nodbus-support +libexpat +librt +libdaemon
|
DEPENDS:=+libavahi-nodbus-support +libexpat +librt +libdaemon
|
||||||
TITLE+= (daemon)
|
TITLE+= (daemon)
|
||||||
|
USERID:=avahi=105:avahi=105
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/avahi-daemon/description
|
define Package/avahi-daemon/description
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#host-name=foo
|
#host-name=foo
|
||||||
#domain-name=local
|
#domain-name=local
|
||||||
use-ipv4=yes
|
use-ipv4=yes
|
||||||
use-ipv6=no
|
use-ipv6=yes
|
||||||
check-response-ttl=no
|
check-response-ttl=no
|
||||||
use-iff-running=no
|
use-iff-running=no
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user