sed: n cmd must reset "we had successful subst" flag. closes bug 1214.
[oweals/busybox.git] / Config.in
index fa48ddd63346cb257b6675755c5de96689094db2..73736e39f4bb631c80fd12aa03dd722e3071d3aa 100644 (file)
--- 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
@@ -555,4 +566,5 @@ source shell/Config.in
 source sysklogd/Config.in
 source runit/Config.in
 source selinux/Config.in
+source printutils/Config.in
 source ipsvd/Config.in