From 3549cc582cd1ab2151f4315f64097aa83444f9db Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 22 Jul 2014 09:57:20 +0200 Subject: sandbox: disable bareboxcrc32 in sandbox mode It won't compile currently anyway. Signed-off-by: Sascha Hauer --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Kconfig b/common/Kconfig index e7c22e5bae..eeb3faf35e 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -642,6 +642,7 @@ config BAREBOXENV_TARGET config BAREBOXCRC32_TARGET bool prompt "build bareboxcrc32 tool for target" + depends on !SANDBOX help 'bareboxcrc32' is a userspacetool to generate the crc32 checksums the same way barebox does. Say yes here to build it for the target. -- cgit v1.2.3