diff options
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 |