aboutsummaryrefslogtreecommitdiffstats
path: root/package/sqlite
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-20 01:54:47 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-20 01:54:47 +0000
commit2fa340e883885e5a0a7f814f572b1f53cf43a0b6 (patch)
treee26fcdc9462dd9754013c8ab0e88f92808c1417d /package/sqlite
parent990e611f57c71c7516498693252eaa45e67111f5 (diff)
downloadmaster-187ad058-2fa340e883885e5a0a7f814f572b1f53cf43a0b6.tar.gz
master-187ad058-2fa340e883885e5a0a7f814f572b1f53cf43a0b6.tar.bz2
master-187ad058-2fa340e883885e5a0a7f814f572b1f53cf43a0b6.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sqlite')
-rw-r--r--package/sqlite/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sqlite/Config.in b/package/sqlite/Config.in
index 0f9321d24f..98e134827b 100644
--- a/package/sqlite/Config.in
+++ b/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