aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-01-30 06:11:42 +0000
committerRob Landley <rob@landley.net>2006-01-30 06:11:42 +0000
commit49576c0018358beda0e79e0ebb247b90e347e6e0 (patch)
tree97e46a6ebde6d7252f8ad9ab40c10cfc337ade3e
parentf8fd4db92f5626ef0065f5838fad42ad0fd0b362 (diff)
downloadbusybox-49576c0018358beda0e79e0ebb247b90e347e6e0.tar.gz
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".)
-rw-r--r--shell/Config.in2
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
config CONFIG_ASH
bool "ash"
- default y
+ default n
select CONFIG_TEST
help
Tha 'ash' shell adds about 60k in the default configuration and is