baebf863ea
[Peter: lower case package name, strip trailing newline] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
config BR2_PACKAGE_IOZONE
|
|
bool "iozone"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
IOzone is a filesystem benchmark tool.
|
|
The benchmark generates and measures a variety of file operations
|
|
|
|
http://www.iozone.org/
|
|
|
|
comment "IOzone requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|