summaryrefslogtreecommitdiffstats
path: root/rules/readline.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 08:21:37 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 08:21:37 +0000
commit40205fb63a2bb4b1c081632e4ef25c8b580fd231 (patch)
tree8de79448a9c6e6e01c031677adf5db2ebe78bddc /rules/readline.in
parentfb9b70e05abcc6e29cf8ab1663535aba881ee6e2 (diff)
downloadptxdist-40205fb63a2bb4b1c081632e4ef25c8b580fd231.tar.gz
ptxdist-40205fb63a2bb4b1c081632e4ef25c8b580fd231.tar.xz
[readline] Option to install /etc/inputrc
Author: Jon Ringle <jon@ringle.org> This adds an option to install a /etc/inputrc to the target. The generic /etc/inputrc was obtained from the buildroot project. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10518 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/readline.in')
-rw-r--r--rules/readline.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/readline.in b/rules/readline.in
index 2c01ce8b9..d531c7c6a 100644
--- a/rules/readline.in
+++ b/rules/readline.in
@@ -33,3 +33,11 @@ choice
Links the readline library against the ncurses library
endchoice
+
+config READLINE_ETC_INPUTRC
+ depends on READLINE
+ bool
+ prompt "install /etc/inputrc"
+ help
+ If enabled, it installs the "./projectroot/etc/inputrc" file if
+ present, else a generic one from the ptxdist directory.