[PATCH 1/3] sandbox: disable bareboxcrc32 in sandbox mode

Holger Schurig holgerschurig at gmail.com
Tue Jul 22 00:57:20 PDT 2014


From: Holger Schurig <holgerschurig at gmail.com>

It won't compile currently anyway.
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index 469a5d7..dabb7ef 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -650,6 +650,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.
-- 
1.8.5.2




More information about the barebox mailing list