diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-27 02:35:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-27 02:35:15 +0100 |
commit | 160b9ca7318fb63e9432c1028f52373aea6166f9 (patch) | |
tree | 9332d87a07380d9df65858e4d3779b5130ed02f3 /shell | |
parent | 1361aa2e2d80cb144b4158722de3c913855e6002 (diff) | |
download | busybox-w32-160b9ca7318fb63e9432c1028f52373aea6166f9.tar.gz busybox-w32-160b9ca7318fb63e9432c1028f52373aea6166f9.tar.bz2 busybox-w32-160b9ca7318fb63e9432c1028f52373aea6166f9.zip |
ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 998672cfc..8a2654071 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -15,6 +15,7 @@ choice | |||
15 | config FEATURE_SH_IS_ASH | 15 | config FEATURE_SH_IS_ASH |
16 | select ASH | 16 | select ASH |
17 | bool "ash" | 17 | bool "ash" |
18 | depends on !NOMMU | ||
18 | 19 | ||
19 | config FEATURE_SH_IS_HUSH | 20 | config FEATURE_SH_IS_HUSH |
20 | select HUSH | 21 | select HUSH |
@@ -36,6 +37,7 @@ endchoice | |||
36 | config ASH | 37 | config ASH |
37 | bool "ash" | 38 | bool "ash" |
38 | default n | 39 | default n |
40 | depends on !NOMMU | ||
39 | help | 41 | help |
40 | Tha 'ash' shell adds about 60k in the default configuration and is | 42 | Tha 'ash' shell adds about 60k in the default configuration and is |
41 | the most complete and most pedantically correct shell included with | 43 | the most complete and most pedantically correct shell included with |