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:
@@ -35,7 +35,7 @@ endchoice
|
|||||||
|
|
||||||
config CONFIG_ASH
|
config CONFIG_ASH
|
||||||
bool "ash"
|
bool "ash"
|
||||||
default y
|
default n
|
||||||
select CONFIG_TEST
|
select CONFIG_TEST
|
||||||
help
|
help
|
||||||
Tha 'ash' shell adds about 60k in the default configuration and is
|
Tha 'ash' shell adds about 60k in the default configuration and is
|
||||||
|
Reference in New Issue
Block a user