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".)
This commit is contained in:
Rob Landley 2006-01-30 06:11:42 +00:00
parent f8fd4db92f
commit 49576c0018

View File

@ -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