mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-24 21:10:02 +00:00
Add dependencies on ncurses and readline
SVN-Revision: 1192
This commit is contained in:
parent
c30c4adaa8
commit
c61af1e53d
@ -9,6 +9,8 @@ config BR2_PACKAGE_LIBSQLITE
|
|||||||
# default m if CONFIG_DEVEL
|
# default m if CONFIG_DEVEL
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
|
select BR2_PACKAGE_LIBNCURSES
|
||||||
|
select BR2_PACKAGE_LIBREADLINE
|
||||||
help
|
help
|
||||||
SQLite is a small C library that implements a self-contained, embeddable,
|
SQLite is a small C library that implements a self-contained, embeddable,
|
||||||
zero-configuration SQL database engine. Features include:
|
zero-configuration SQL database engine. Features include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user