summaryrefslogtreecommitdiffstats
path: root/rules/avahi.make
diff options
context:
space:
mode:
authorDenis OSTERLAND <denis.osterland@diehl.com>2018-06-22 11:20:01 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-23 09:55:28 +0200
commitc7aa58703d340d37f1c1777400739ab8d244811a (patch)
tree22c600462b844fd2a1e85d36304482cfe2fa4974 /rules/avahi.make
parentd05827da07bc09e819a542c8b1aab8caeb316c8e (diff)
downloadptxdist-c7aa58703d340d37f1c1777400739ab8d244811a.tar.gz
ptxdist-c7aa58703d340d37f1c1777400739ab8d244811a.tar.xz
avahi: add avahi-browse-domains link
This is a conveniance function and equal to "avahi-browse -D". Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/avahi.make')
-rw-r--r--rules/avahi.make1
1 files changed, 1 insertions, 0 deletions
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)