projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8fd4db
)
Note on SVN 13424: Don't mix "default y" and select of something earlier
author
Rob Landley
<rob@landley.net>
Mon, 30 Jan 2006 06:11:42 +0000
(06:11 -0000)
committer
Rob Landley
<rob@landley.net>
Mon, 30 Jan 2006 06:11:42 +0000
(06:11 -0000)
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".)
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index 7ee8b533d178e9f44e46d03356895d255ae25620..1bb5de66dfbd0d1e3db5852877af0015231e83cf 100644
(file)
--- 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