diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-02-27 17:58:59 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-01 14:47:17 +0100 |
commit | 3f5061a02df6e2c8166840241fa29c9ca52354f9 (patch) | |
tree | ecc56dd8e85855c1829e92295a41d9eb96aa56ac /package/bash/Config.in | |
parent | 6a4d524dc28156434648e74f3cc6072fb06b98d3 (diff) | |
download | buildroot-3f5061a02df6e2c8166840241fa29c9ca52354f9.tar.gz buildroot-3f5061a02df6e2c8166840241fa29c9ca52354f9.zip |
bash: bump to version 4.3
Switch to external readline support to potentially reduce target size.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bash/Config.in')
-rw-r--r-- | package/bash/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bash/Config.in b/package/bash/Config.in index 228d5a4f79..2f823dcc7f 100644 --- a/package/bash/Config.in +++ b/package/bash/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_BASH bool "bash" select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_READLINE # uses fork() depends on BR2_USE_MMU help |