Commit 0f157e0c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

readline: needs ncurses, so select it in kconfig

parent 8843ded0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#
config BR2_PACKAGE_READLINE
	bool "readline"
	select BR2_PACKAGE_NCURSES
	help
	    Enable GNU readline support?