From 56e404bb883b0005ee834b2b252245051ea863a3 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 28 Mar 2014 19:23:57 -0300 Subject: [PATCH] mtools: needs mmu Fixes: http://autobuild.buildroot.net/results/915/91531e06646b7453248be5c7ca22101edd42d641/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/mtools/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/mtools/Config.in b/package/mtools/Config.in index c471d77d75..58652232e5 100644 --- a/package/mtools/Config.in +++ b/package/mtools/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_MTOOLS bool "mtools" depends on BR2_USE_WCHAR + depends on BR2_USE_MMU # fork() help Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file -- 2.30.2