hush: report [v]fork failures

hush: more correct handling of piping
config: add CONFIG_NOMMU
This commit is contained in:
Denis Vlasenko
2008-01-08 20:32:12 +00:00
parent 474d1c57c8
commit d2c450ce81
4 changed files with 53 additions and 37 deletions

View File

@@ -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