From c7aa58703d340d37f1c1777400739ab8d244811a Mon Sep 17 00:00:00 2001 From: Denis OSTERLAND Date: Fri, 22 Jun 2018 11:20:01 +0000 Subject: avahi: add avahi-browse-domains link This is a conveniance function and equal to "avahi-browse -D". Signed-off-by: Denis Osterland Signed-off-by: Michael Olbrich --- rules/avahi.make | 1 + 1 file changed, 1 insertion(+) (limited to 'rules/avahi.make') diff --git a/rules/avahi.make b/rules/avahi.make index 56c15ce56..ca7573954 100644 --- a/rules/avahi.make +++ b/rules/avahi.make @@ -152,6 +152,7 @@ endif endif ifdef PTXCONF_AVAHI_UTILS @$(call install_copy, avahi, 0, 0, 0755, -, /usr/bin/avahi-browse) + @$(call install_link, avahi, avahi-browse, /usr/bin/avahi-browse-domains) @$(call install_copy, avahi, 0, 0, 0755, -, /usr/bin/avahi-publish) @$(call install_copy, avahi, 0, 0, 0755, -, /usr/bin/avahi-resolve) @$(call install_copy, avahi, 0, 0, 0755, -, /usr/bin/avahi-set-host-name) -- cgit v1.2.3