Browse Source

avahi: Enable IPv6 by default

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 years ago
parent
commit
e3532da370
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      libs/avahi/Makefile
  2. 1
    1
      libs/avahi/files/avahi-daemon.conf

+ 2
- 1
libs/avahi/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=avahi
11 11
 PKG_VERSION:=0.6.31
12
-PKG_RELEASE:=11
12
+PKG_RELEASE:=12
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://avahi.org/download/
@@ -100,6 +100,7 @@ define Package/avahi-nodbus-daemon
100 100
   SUBMENU:=IP Addresses and Names
101 101
   DEPENDS:=+libavahi-nodbus-support +libexpat +librt +libdaemon
102 102
   TITLE+= (daemon)
103
+  USERID:=avahi=105:avahi=105
103 104
 endef
104 105
 
105 106
 define Package/avahi-daemon/description

+ 1
- 1
libs/avahi/files/avahi-daemon.conf View File

@@ -2,7 +2,7 @@
2 2
 #host-name=foo
3 3
 #domain-name=local
4 4
 use-ipv4=yes
5
-use-ipv6=no
5
+use-ipv6=yes
6 6
 check-response-ttl=no
7 7
 use-iff-running=no
8 8