From 49576c0018358beda0e79e0ebb247b90e347e6e0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 30 Jan 2006 06:11:42 +0000 Subject: [PATCH] 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".) --- shell/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/Config.in b/shell/Config.in index 7ee8b53..1bb5de6 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 -- 2.7.4