68886b0aac
patch-1 will make the package selection default=n (since it's not necessary) patch-2 will fix the readline.mk makefile to better follow buildroot style. This is a cleanup only. But adds the 'readline-target' makefile target to also install readline .so files to the target in addition to the full install in the staging area. http://bugs.busybox.net/view.php?id=300
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
#
|
|
config BR2_READLINE
|
|
bool "readline"
|
|
default n
|
|
help
|
|
Enable GNU readline support?
|
|
|