[Buildroot] [PATCH 1/1] package/avahi: allow disabling default services

Michael Nosthoff buildroot at heine.tech
Thu Apr 15 09:34:01 UTC 2021


Florian, All

On Friday, December 04, 2020 18:45 CET, Florian Larysch <fl at n621.de> wrote: 
 
> By default, Avahi installs service definitions for SSH and SFTP, but
> those might not be present on all systems. Add an option for disabling
> them.
> 

I have this removal in all my post-build scripts. So it would be great to have it as an option.
I would even suggest to always remove the .service files and make it optional. I think an embedded system should
explicitly enable services.

>  
> +config BR2_PACKAGE_AVAHI_DEFAULT_SERVICES
> +	bool "install default service definitions"
> +	depends on BR2_PACKAGE_AVAHI_DAEMON
> +	default y

If kept as an Option: default this to n?


Regards,
Michael



More information about the buildroot mailing list