summaryrefslogtreecommitdiffstats
path: root/rules/dash.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/dash.in')
-rw-r--r--rules/dash.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/rules/dash.in b/rules/dash.in
index fb30c9c4e..88ea87942 100644
--- a/rules/dash.in
+++ b/rules/dash.in
@@ -1,10 +1,21 @@
## SECTION=shell_and_console
-config DASH
+
+menuconfig DASH
tristate
- prompt "dash"
+ prompt "dash "
help
DASH is a POSIX-compliant implementation of /bin/sh that aims
to be as small as possible. It does this without sacrificing speed where
possible. In fact, it is significantly faster than bash (the GNU
Bourne-Again SHell) for most tasks.
+if DASH
+
+config DASH_LINK_SH
+ bool
+ prompt "link to /bin/sh"
+ help
+ Create a link "/bin/sh" that points to "/bin/dash". Select
+ this if dash should be you default shell
+
+endif