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>
This commit is contained in:
Gustavo Zacarias
2014-02-27 17:58:59 -03:00
committed by Thomas Petazzoni
parent 6a4d524dc2
commit 3f5061a02d
40 changed files with 10 additions and 3366 deletions

View File

@@ -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