From 4d46c35f85693bd949868df3aeca12ef37de35af Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 4 Aug 2014 10:20:26 -0300 Subject: [PATCH] fio: add comment mmu depends Otherwise it shows up indirectly when toolchain options aren't enough and then vanishes when they are fulfilled. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/fio/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/fio/Config.in b/package/fio/Config.in index 6c1b6cbfa..8cbbf6ce1 100644 --- a/package/fio/Config.in +++ b/package/fio/Config.in @@ -23,3 +23,4 @@ config BR2_PACKAGE_FIO comment "fio needs a toolchain w/ largefile, threads" depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_nios2 + depends on BR2_USE_MMU