diff options
author | Christophe Vu-Brugier <cvubrugier@yahoo.fr> | 2014-02-08 15:34:21 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-02 15:22:09 +0100 |
commit | d191d40e3fd8cef7fbf3168fdc261de8d4b114fd (patch) | |
tree | d0dfebf285c17e30bb8269a88ff724c4bc6b15d1 /package/samba4 | |
parent | dee1cf0cdf9db351fd94ccd864e09b3f1ec122f9 (diff) |
samba4: add cross answers for x86_64
Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/samba4')
-rw-r--r-- | package/samba4/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/samba4/Config.in b/package/samba4/Config.in index b8d4154cc..fcc03dfb1 100644 --- a/package/samba4/Config.in +++ b/package/samba4/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_SAMBA4 depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS # talloc python threads # Supported architectures only limited by the cached answers - depends on BR2_arm || BR2_powerpc + depends on BR2_arm || BR2_powerpc || BR2_x86_64 select BR2_PACKAGE_E2FSPROGS select BR2_PACKAGE_POPT select BR2_PACKAGE_PYTHON |