summaryrefslogtreecommitdiffstats
path: root/openwrt/package/sqlite2
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-20 01:54:47 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-20 01:54:47 +0000
commit850d56d4a4ce80c04626138b4574d0cd7bd568da (patch)
tree8ecb025058cf35ec0acf92673405b4330676f307 /openwrt/package/sqlite2
parent3242e7871cb1fa150bdaaf38a1033065e4dd62cb (diff)
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/sqlite2')
-rw-r--r--openwrt/package/sqlite2/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sqlite2/Config.in b/openwrt/package/sqlite2/Config.in
index 74b9a94c6..7e0ad97ed 100644
--- a/openwrt/package/sqlite2/Config.in
+++ b/openwrt/package/sqlite2/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBSQLITE2
prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
tristate
default m if CONFIG_DEVEL
- select BR2_PACKAGE_SQLITE2
+ select BR2_COMPILE_SQLITE2
select BR2_PACKAGE_LIBNCURSES
select BR2_PACKAGE_LIBREADLINE
help