|
@@ -2,6 +2,8 @@ config BR2_PACKAGE_SAMBA
|
|
bool "samba"
|
|
bool "samba"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
+ # binary too large, relocations don't fit
|
|
|
|
+ depends on !BR2_avr32
|
|
select BR2_PACKAGE_POPT
|
|
select BR2_PACKAGE_POPT
|
|
help
|
|
help
|
|
Provides secure, stable and fast file and print services
|
|
Provides secure, stable and fast file and print services
|
|
@@ -14,6 +16,7 @@ config BR2_PACKAGE_SAMBA
|
|
so choose only the components you need.
|
|
so choose only the components you need.
|
|
|
|
|
|
comment "samba needs a toolchain w/ threads"
|
|
comment "samba needs a toolchain w/ threads"
|
|
|
|
+ depends on !BR2_avr32
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|