summaryrefslogtreecommitdiffstats
path: root/rules/bash.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-17 01:05:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-17 01:05:21 +0100
commit16d6d62d06534bbde4679274958a04e39216259f (patch)
tree045431d3b3db19efb839698476f4748d47bdb259 /rules/bash.in
parenta97fd498bc7ff07414f733925c8baf5d8f2ec1f6 (diff)
downloadptxdist-16d6d62d06534bbde4679274958a04e39216259f.tar.gz
ptxdist-16d6d62d06534bbde4679274958a04e39216259f.tar.xz
[bash] add option for curses support
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bash.in')
-rw-r--r--rules/bash.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/bash.in b/rules/bash.in
index cdc0089de..7ef65a91b 100644
--- a/rules/bash.in
+++ b/rules/bash.in
@@ -3,6 +3,7 @@ menuconfig BASH
tristate "bash "
select LIBC_DL
select GCCLIBS_GCC_S
+ select NCURSES if BASH_CURSES
help
The GNU Bourne Again SHell
Bash is an sh-compatible command language interpreter that executes
@@ -192,4 +193,8 @@ config BASH_STATIC
This causes Bash to be linked statically, if gcc is being used.
This could be used to build a version to use as root's shell.
+config BASH_CURSES
+ bool
+ prompt "Use libcurses instead of libtermcap"
+
endif