From 36017b3d3acdbcfeb8c6e89f5bd71c379f5f5ecf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 30 May 2014 22:52:42 +0200 Subject: [PATCH] package/elf2flt: hide when an MMU is used elf2flt is specifically for cases where an MMU is not available. There is no point in building elf2flt when using an MMU. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/elf2flt/Config.in.host | 1 + 1 file changed, 1 insertion(+) diff --git a/package/elf2flt/Config.in.host b/package/elf2flt/Config.in.host index dad48d805..605ce20fd 100644 --- a/package/elf2flt/Config.in.host +++ b/package/elf2flt/Config.in.host @@ -1,6 +1,7 @@ config BR2_PACKAGE_HOST_ELF2FLT bool "Enable elf2flt support?" depends on BR2_arm || BR2_bfin || BR2_sh || BR2_sparc + depends on !BR2_USE_MMU help uCLinux uses a Binary Flat format commonly known as BFLT. It is a relatively simple and lightweight executable format