diff options
Diffstat (limited to 'openwrt/package/sqlite/Config.in')
-rw-r--r-- | openwrt/package/sqlite/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in index 0f9321d..98e1348 100644 --- a/openwrt/package/sqlite/Config.in +++ b/openwrt/package/sqlite/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBSQLITE prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine" tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_SQLITE + select BR2_COMPILE_SQLITE select BR2_PACKAGE_LIBNCURSES select BR2_PACKAGE_LIBREADLINE help |