On Thu, Jun 21, 2018 at 11:25:03AM +0000, Denis OSTERLAND wrote: > Signed-off-by: Denis Osterland <[email protected]> > --- > rules/avahi.in | 7 +++++++ > rules/avahi.make | 5 +++++ > 2 files changed, 12 insertions(+) > > diff --git a/rules/avahi.in b/rules/avahi.in > index 2190e9ef9..83b438fe7 100644 > --- a/rules/avahi.in > +++ b/rules/avahi.in > @@ -148,4 +148,11 @@ config AVAHI_COMPAT > help > compatibility layer for libdns_sd > > +config AVAHI_BROWSE > + bool > + select AVAHI_LIBAVAHI_CLIENT > + prompt "avahi-browse utility" > + help > + client to browse network for avahi announcments > + > endif > diff --git a/rules/avahi.make b/rules/avahi.make > index 8f58ac61e..c3d5ce963 100644 > --- a/rules/avahi.make > +++ b/rules/avahi.make > @@ -177,6 +177,11 @@ endif > endif > endif > > +ifdef PTXCONF_AVAHI_BROWSE > + @$(call install_copy, avahi, 0, 0, 0755, -, /usr/bin/avahi-browse)
I just pushed a change that installs several tools including avahi-browse. Unless you see a good reason to split those up, I'd like to keep it that way. > + @$(call install_link, avahi, avahi-browse, > /usr/bin/avahi-browse-domains) What's the reason for this link? Michael > +endif > + > ifdef PTXCONF_AVAHI_AUTOIP > # avahi autoip daemon (avahi IPv4LL Implementation) > # this component is needed for rfc3927 style link local adressing > -- > 2.17.1 -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
