Commit f0deded9 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files
parent 06938c3a
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
config BR2_PACKAGE_SAMBA
	bool "samba"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_POPT
	help
	  Provides print services to all manner of SMB/CIFS clients,
@@ -11,6 +12,9 @@ config BR2_PACKAGE_SAMBA
	  NOTE: A complete Samba install takes over 50MB of space,
		so choose only the components you need.

comment "samba needs a toolchain with thread support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

if BR2_PACKAGE_SAMBA

config BR2_PACKAGE_SAMBA_MAX_DEBUGLEVEL
@@ -240,14 +244,13 @@ config BR2_PACKAGE_SAMBA_AVAHI
	bool "support avahi"
	default y
	depends on BR2_PACKAGE_AVAHI_DAEMON
	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
	depends on BR2_USE_MMU # dbus
	select BR2_PACKAGE_DBUS
	help
	  Include support for avahi

comment "support avahi - disabled (requires avahi-daemon and thread support in toolchain)"
	depends on !BR2_PACKAGE_AVAHI_DAEMON || !BR2_TOOLCHAIN_HAS_THREADS
comment "support avahi - disabled (requires avahi-daemon)"
	depends on !BR2_PACKAGE_AVAHI_DAEMON

config BR2_PACKAGE_SAMBA_GAMIN
	bool "support gamin"