diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-02-14 10:23:06 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 17:43:11 +0100 |
| commit | 9863553fe8fa16a4d19f652b409a44bb58ef5567 (patch) | |
| tree | 5d7380f5b60d44d07504f445b8283c654a377d9c /package/samba | |
| parent | 188c0a3168e1670069556c42c3130f006f5b062d (diff) | |
| download | buildroot-9863553fe8fa16a4d19f652b409a44bb58ef5567.tar.gz buildroot-9863553fe8fa16a4d19f652b409a44bb58ef5567.zip | |
packages: all salute the passing of avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/samba')
| -rw-r--r-- | package/samba/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in index e2cac9e94f..9d04851741 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_SAMBA bool "samba" depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() - depends on !BR2_avr32 # binary too large, relocations don't fit depends on !BR2_nios2 # binary too large, relocations don't fit select BR2_PACKAGE_POPT help @@ -16,7 +15,6 @@ config BR2_PACKAGE_SAMBA so choose only the components you need. comment "samba needs a toolchain w/ threads" - depends on !BR2_avr32 depends on BR2_USE_MMU depends on !BR2_TOOLCHAIN_HAS_THREADS |

