diff options
author | Martin Hicks <mort@bork.org> | 2011-01-31 15:32:06 -0500 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-26 11:39:48 +0200 |
commit | 4bc799856b3ba9378b1d03dac7069d15500cbeeb (patch) | |
tree | ae00e35b07903f9388b2d267fc1a2eb612c90947 /package/bonnie/Config.in | |
parent | 1445e1455e1d80da7d9e8e4d90f7e38903440e07 (diff) |
package: add bonnie++
Closes #3379
A good filesystem performance benchmark program
Signed-off-by: Martin Hicks <mort@bork.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bonnie/Config.in')
-rw-r--r-- | package/bonnie/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bonnie/Config.in b/package/bonnie/Config.in new file mode 100644 index 000000000..9dda4b6cd --- /dev/null +++ b/package/bonnie/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_BONNIE + bool "bonnie++" + depends on BR2_INSTALL_LIBSTDCPP + help + Filesystem tester + + http://www.coker.com.au/bonnie++/ + +comment "bonnie++ requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP |