git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9ca4f13
)
avahi: Enable IPv6 by default
author
Ted Hess
<redacted>
Tue, 24 Mar 2015 15:45:12 +0000
(11:45 -0400)
committer
Ted Hess
<redacted>
Tue, 24 Mar 2015 15:45:12 +0000
(11:45 -0400)
Signed-off-by: Ted Hess <redacted>
libs/avahi/Makefile
patch
|
blob
|
history
libs/avahi/files/avahi-daemon.conf
patch
|
blob
|
history
diff --git
a/libs/avahi/Makefile
b/libs/avahi/Makefile
index 7aaea8968f68986debc14eb2eb5be0ccd273e2f2..2d1a64b319b7eaa23397dc9f2aa7ee1b649d7ba0 100644
(file)
--- a/
libs/avahi/Makefile
+++ b/
libs/avahi/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=avahi
PKG_VERSION:=0.6.31
-PKG_RELEASE:=1
1
+PKG_RELEASE:=1
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://avahi.org/download/
@@
-100,6
+100,7
@@
define Package/avahi-nodbus-daemon
SUBMENU:=IP Addresses and Names
DEPENDS:=+libavahi-nodbus-support +libexpat +librt +libdaemon
TITLE+= (daemon)
+ USERID:=avahi=105:avahi=105
endef
define Package/avahi-daemon/description
diff --git
a/libs/avahi/files/avahi-daemon.conf
b/libs/avahi/files/avahi-daemon.conf
index 4ef64df2a8bcf2167edffc6f020890e7beac1ae4..3ef0788ebcec865a0fd8272f5453bf7be6821ef9 100644
(file)
--- a/
libs/avahi/files/avahi-daemon.conf
+++ b/
libs/avahi/files/avahi-daemon.conf
@@
-2,7
+2,7
@@
#host-name=foo
#domain-name=local
use-ipv4=yes
-use-ipv6=
no
+use-ipv6=
yes
check-response-ttl=no
use-iff-running=no
git clone https://git.99rst.org/PROJECT