Re: [PATCH 1/3] Fix allnoconfig that ash is built in by default.

2017-01-04 Thread Denys Vlasenko
On Wed, Jan 4, 2017 at 1:55 AM, Kang-Che Sung wrote: > Change the config order that SH_IS_* and BASH_IS_* will be prompted > after ASH and HUSH. And if CONFIG_ASH=n, SH_IS_* choice will default to > SH_IS_NONE. Try "make config" without any .config file. With this patch,

[PATCH 1/3] Fix allnoconfig that ash is built in by default.

2017-01-03 Thread Kang-Che Sung
(This mail and patch was sent to busybox mailing list on Dec 25, 2016, and I'm re-sending again for people to notice.) Change the config order that SH_IS_* and BASH_IS_* will be prompted after ASH and HUSH. And if CONFIG_ASH=n, SH_IS_* choice will default to SH_IS_NONE. Signed-off-by: Kang-Che

[PATCH 1/3] Fix allnoconfig that ash is built in by default.

2016-12-24 Thread Kang-Che Sung
Change the config order that SH_IS_* and BASH_IS_* will be prompted after ASH and HUSH. And if CONFIG_ASH=n, SH_IS_* choice will default to SH_IS_NONE. Signed-off-by: Kang-Che Sung --- shell/Config.src | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff