[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH 1/3] Fix allnoconfig that ash is built in by default.
From:       Kang-Che Sung <explorer09 () gmail ! com>
Date:       2016-12-25 1:57:24
Message-ID: CADDzAfNNjrocoAUZr1sftUW8quek-xt-s4YDRonS238YE7NaBQ () mail ! gmail ! com
[Download RAW message or body]

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 <explorer09@gmail.com>
---
 shell/Config.src | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/shell/Config.src b/shell/Config.src
index 7f5f67050..794f9985a 100644
--- a/shell/Config.src
+++ b/shell/Config.src
@@ -5,10 +5,12 @@

 menu "Shells"

+INSERT

 choice
  prompt "Choose which shell is aliased to 'sh' name"
- default SH_IS_ASH
+ default SH_IS_ASH if ASH
+ default SH_IS_NONE
  help
   Choose which shell you want to be executed by 'sh' alias.
   The ash shell is the most bash compatible and full featured one.
@@ -55,10 +57,6 @@ config BASH_IS_NONE

 endchoice

-
-INSERT
-
-
 config FEATURE_SH_MATH
  bool "POSIX math support"
  default y
-- 
2.11.0
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic