|
@ -18,7 +18,7 @@ endif |
|
|
|
|
|
|
|
|
PKG_NAME:=avahi |
|
|
PKG_NAME:=avahi |
|
|
PKG_VERSION:=0.6.31 |
|
|
PKG_VERSION:=0.6.31 |
|
|
PKG_RELEASE:=8 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
@ -121,14 +121,14 @@ define Package/avahi-dnsconfd |
|
|
$(call Package/avahi/Default) |
|
|
$(call Package/avahi/Default) |
|
|
SUBMENU:=IP Addresses and Names |
|
|
SUBMENU:=IP Addresses and Names |
|
|
DEPENDS:=+libavahi +libdaemon |
|
|
DEPENDS:=+libavahi +libdaemon |
|
|
TITLE:=An mDNS/DNS-SD unicast DNS server |
|
|
|
|
|
|
|
|
TITLE:=A Unicast DNS server from mDNS/DNS-SD configuration daemon |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/avahi-dnsconfd/description |
|
|
define Package/avahi-dnsconfd/description |
|
|
$(call Package/avahi/Default/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. |
|
|
in a DHCP-like fashion. Especially useful on IPv6. |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|