summaryrefslogtreecommitdiffstats
path: root/openwrt/package/sqlite2
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-20 01:35:03 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-20 01:35:03 +0000
commit3242e7871cb1fa150bdaaf38a1033065e4dd62cb (patch)
treeb3b9b8fa7c7222aa926066aa09aae69edcf1c857 /openwrt/package/sqlite2
parent07db98a03252332430f77798d544900299e3c9eb (diff)
enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1957 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/sqlite2')
-rw-r--r--openwrt/package/sqlite2/Config.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/openwrt/package/sqlite2/Config.in b/openwrt/package/sqlite2/Config.in
index 3be1bb34a..74b9a94c6 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,