diff options
author | Ted Hess <thess@kitschensync.net> | 2014-11-23 16:14:41 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-11-23 16:14:41 -0500 |
commit | 49c7e701bccd5451a1f0006c66833b81c964aa01 (patch) | |
tree | ee4f71d96a246c3600dd144240714f7fd97fecf1 /libs/avahi/Makefile | |
parent | bb5d39cc984a108dfcbc4f7fa1344fa3946c49ab (diff) |
avahi: Add sftp service
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index ea4353be8..a5f6f6b08 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -18,7 +18,7 @@ endif PKG_NAME:=avahi PKG_VERSION:=0.6.31 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -121,14 +121,14 @@ define Package/avahi-dnsconfd $(call Package/avahi/Default) SUBMENU:=IP Addresses and Names DEPENDS:=+libavahi +libdaemon - TITLE:=A Unicast DNS server from mDNS/DNS-SD configuration daemon + TITLE:=An mDNS/DNS-SD unicast DNS server endef define Package/avahi-dnsconfd/description $(call Package/avahi/Default/description) . - This package contains a Unicast DNS server from mDNS/DNS-SD configuration - daemon, which may be used to configure conventional DNS servers using mDNS + This package contains a Unicast DNS server for the mDNS/DNS-SD configuration + daemon. It may be used to configure conventional DNS servers using mDNS in a DHCP-like fashion. Especially useful on IPv6. endef |