diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-30 06:11:42 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-30 06:11:42 +0000 |
commit | b5138e1bb1d647e9718e2dc4929c30a6d7a62eaa (patch) | |
tree | 97e46a6ebde6d7252f8ad9ab40c10cfc337ade3e /shell | |
parent | 9fc36919f9e590f05a4bc0963b6eb581db5b5d57 (diff) | |
download | busybox-w32-b5138e1bb1d647e9718e2dc4929c30a6d7a62eaa.tar.gz busybox-w32-b5138e1bb1d647e9718e2dc4929c30a6d7a62eaa.tar.bz2 busybox-w32-b5138e1bb1d647e9718e2dc4929c30a6d7a62eaa.zip |
Note on SVN 13424: Don't mix "default y" and select of something earlier
in the menu hierarchy or else make allnoconfig winds up leaving whatever the
select points to as "y". (In this case, "make allnoconfig" is leaving
CONFIG_TEST as "y".)
git-svn-id: svn://busybox.net/trunk/busybox@13693 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index 7ee8b533d..1bb5de66d 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -35,7 +35,7 @@ endchoice | |||
35 | 35 | ||
36 | config CONFIG_ASH | 36 | config CONFIG_ASH |
37 | bool "ash" | 37 | bool "ash" |
38 | default y | 38 | default n |
39 | select CONFIG_TEST | 39 | select CONFIG_TEST |
40 | help | 40 | help |
41 | Tha 'ash' shell adds about 60k in the default configuration and is | 41 | Tha 'ash' shell adds about 60k in the default configuration and is |