summaryrefslogtreecommitdiff
path: root/package/samba4/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-04-29 09:40:38 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-04-29 14:58:09 +0200
commit80bff82be1211e64bac3a20184d29747687bbda1 (patch)
tree762a65efa44f2816189080313ce41e77b6e04ab0 /package/samba4/Config.in
parente3be25f3558d1fc16c717416038d0048db837ca8 (diff)
samba4: disable for avr32
The toolchain is not up to the task, fixes: http://autobuild.buildroot.net/results/21f/21f5fd1fc8415abff1d1178843586956ef1fd1e3/ Also AVR32s are low on resources (RAM, no proper storage port, most of them short of flash) to handle it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/samba4/Config.in')
-rw-r--r--package/samba4/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/samba4/Config.in b/package/samba4/Config.in
index c9a47123a..77a46cd71 100644
--- a/package/samba4/Config.in
+++ b/package/samba4/Config.in
@@ -6,6 +6,7 @@ config BR2_PACKAGE_SAMBA4
depends on BR2_USE_WCHAR # e2fsprogs
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS # talloc python threads
+ depends on !BR2_avr32 # bad toolchain
select BR2_PACKAGE_E2FSPROGS
select BR2_PACKAGE_POPT
select BR2_PACKAGE_PYTHON