summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-07-22 09:57:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-22 21:29:57 +0200
commit3549cc582cd1ab2151f4315f64097aa83444f9db (patch)
tree85c31aacc4a863bceb73a043af7c16b58b9a37ae
parent151d21bc3dd326f434d9fdd7fedbed42c255cda0 (diff)
downloadbarebox-3549cc582cd1ab2151f4315f64097aa83444f9db.tar.gz
barebox-3549cc582cd1ab2151f4315f64097aa83444f9db.tar.xz
sandbox: disable bareboxcrc32 in sandbox mode
It won't compile currently anyway. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.