diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-20 01:35:03 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-20 01:35:03 +0000 |
commit | 86ecd14fc4526ad797ba883a7207947e238f1df5 (patch) | |
tree | b3b9b8fa7c7222aa926066aa09aae69edcf1c857 /openwrt/package/sqlite2 | |
parent | 00c43f9c495922cda85e22021cc29aa9e936bd40 (diff) | |
download | mtk-20170518-86ecd14fc4526ad797ba883a7207947e238f1df5.zip mtk-20170518-86ecd14fc4526ad797ba883a7207947e238f1df5.tar.gz mtk-20170518-86ecd14fc4526ad797ba883a7207947e238f1df5.tar.bz2 |
enabled when DEVELOPER=1
SVN-Revision: 1957
Diffstat (limited to 'openwrt/package/sqlite2')
-rw-r--r-- | openwrt/package/sqlite2/Config.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/openwrt/package/sqlite2/Config.in b/openwrt/package/sqlite2/Config.in index 3be1bb3..74b9a94 100644 --- a/openwrt/package/sqlite2/Config.in +++ b/openwrt/package/sqlite2/Config.in @@ -1,4 +1,4 @@ -config BR2_PACKAGE_SQLITE2 +config BR2_COMPILE_SQLITE2 bool default n depends BR2_PACKAGE_LIBSQLITE2 @@ -6,8 +6,7 @@ config BR2_PACKAGE_SQLITE2 config BR2_PACKAGE_LIBSQLITE2 prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)" tristate -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL select BR2_PACKAGE_SQLITE2 select BR2_PACKAGE_LIBNCURSES select BR2_PACKAGE_LIBREADLINE @@ -42,8 +41,7 @@ config BR2_PACKAGE_LIBSQLITE2 config BR2_PACKAGE_SQLITE2_CLI prompt "sqlite2-cli - Command line interface for SQLite (v2.x)" tristate -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL depends BR2_PACKAGE_LIBSQLITE2 help SQLite is a small C library that implements a self-contained, embeddable, |