diff options
author | Ted Hess <thess@kitschensync.net> | 2014-11-24 09:27:24 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-11-24 09:27:24 -0500 |
commit | b80fe2edbc891cbafcd845b5cb79236606690187 (patch) | |
tree | 504d5693c4146d6bc504317870dc39705e3546d5 /libs/avahi/Makefile | |
parent | 79592842d5323d061a11eb20ddd26c6dae9d23ea (diff) |
Revert "avahi: Add sftp service"
This reverts commit 49c7e701bccd5451a1f0006c66833b81c964aa01.
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 a5f6f6b08..ea4353be8 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -18,7 +18,7 @@ endif PKG_NAME:=avahi PKG_VERSION:=0.6.31 -PKG_RELEASE:=8 +PKG_RELEASE:=7 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:=An mDNS/DNS-SD unicast DNS server + TITLE:=A Unicast DNS server from mDNS/DNS-SD configuration daemon endef define Package/avahi-dnsconfd/description $(call Package/avahi/Default/description) . - 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 + This package contains a Unicast DNS server from mDNS/DNS-SD configuration + daemon, which may be used to configure conventional DNS servers using mDNS in a DHCP-like fashion. Especially useful on IPv6. endef |