projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a957e1b
)
ramsmp: not available on !MMU, needs fork
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Thu, 27 Feb 2014 07:30:10 +0000
(08:30 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 27 Feb 2014 08:07:39 +0000
(09:07 +0100)
Fixes:
http://autobuild.buildroot.org/results/aaa/
aaa7f8e5ec72ce69805d6c1a5cde5ff47e1c118e
/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ramsmp/Config.in
patch
|
blob
|
history
diff --git
a/package/ramsmp/Config.in
b/package/ramsmp/Config.in
index c379bb17ac832c395528d5e9f251c9b03b168c2f..ecab6a46ad12ad80cb5ef1bf1b56eee54e350a09 100644
(file)
--- a/
package/ramsmp/Config.in
+++ b/
package/ramsmp/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_RAMSMP
bool "ramspeed/smp"
+ depends on BR2_USE_MMU # fork()
help
RAMspeed/SMP is a free open source command line utility
to measure cache and memory performance of multiprocessor machines.