diff options
author | Ted Hess <thess@kitschensync.net> | 2015-03-24 11:45:12 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-03-24 11:45:12 -0400 |
commit | e3532da37046246d7f60f21a0201d9d32f5d94d2 (patch) | |
tree | 1bc253ea3eb211512a81e44db41b3f136a98ddef /libs/avahi/Makefile | |
parent | 9ca4f135e24ca2c92ef1fb089c76a4ae7057df63 (diff) |
avahi: Enable IPv6 by default
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 7aaea8968..2d1a64b31 100644 --- 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:=11 +PKG_RELEASE:=12 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 |