From d2c450ce811454fb77679d049538530d2cf54dd8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 8 Jan 2008 20:32:12 +0000 Subject: hush: report [v]fork failures hush: more correct handling of piping config: add CONFIG_NOMMU --- Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index fa48ddd63..d2bb63200 100644 --- a/Config.in +++ b/Config.in @@ -280,6 +280,17 @@ config STATIC Most people will leave this set to 'N'. +config NOMMU + bool "Force NOMMU build" + default n + help + Busybox tries to detect whether architecture it is being + built against supports MMU or not. If this detection fails, + or if you want to build NOMMU version of busybox for testing, + you may force NOMMU build here. + + Most people will leave this set to 'N'. + config BUILD_LIBBUSYBOX bool "Build shared libbusybox" default n -- cgit v1.2.3