diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-08 20:32:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-01-08 20:32:12 +0000 |
commit | d2c450ce811454fb77679d049538530d2cf54dd8 (patch) | |
tree | 319d23806c17472026e0a946d6ae320f513e34c0 /Config.in | |
parent | 474d1c57c834ee3dee6de49f109c9b570236fa60 (diff) | |
download | busybox-w32-d2c450ce811454fb77679d049538530d2cf54dd8.tar.gz busybox-w32-d2c450ce811454fb77679d049538530d2cf54dd8.tar.bz2 busybox-w32-d2c450ce811454fb77679d049538530d2cf54dd8.zip |
hush: report [v]fork failures
hush: more correct handling of piping
config: add CONFIG_NOMMU
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -280,6 +280,17 @@ config STATIC | |||
280 | 280 | ||
281 | Most people will leave this set to 'N'. | 281 | Most people will leave this set to 'N'. |
282 | 282 | ||
283 | config NOMMU | ||
284 | bool "Force NOMMU build" | ||
285 | default n | ||
286 | help | ||
287 | Busybox tries to detect whether architecture it is being | ||
288 | built against supports MMU or not. If this detection fails, | ||
289 | or if you want to build NOMMU version of busybox for testing, | ||
290 | you may force NOMMU build here. | ||
291 | |||
292 | Most people will leave this set to 'N'. | ||
293 | |||
283 | config BUILD_LIBBUSYBOX | 294 | config BUILD_LIBBUSYBOX |
284 | bool "Build shared libbusybox" | 295 | bool "Build shared libbusybox" |
285 | default n | 296 | default n |