diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-20 01:54:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-20 01:54:47 +0000 |
commit | 2fa340e883885e5a0a7f814f572b1f53cf43a0b6 (patch) | |
tree | e26fcdc9462dd9754013c8ab0e88f92808c1417d | |
parent | 990e611f57c71c7516498693252eaa45e67111f5 (diff) | |
download | upstream-2fa340e883885e5a0a7f814f572b1f53cf43a0b6.tar.gz upstream-2fa340e883885e5a0a7f814f572b1f53cf43a0b6.tar.bz2 upstream-2fa340e883885e5a0a7f814f572b1f53cf43a0b6.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1958 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/palantir/Config.in | 2 | ||||
-rw-r--r-- | package/sqlite/Config.in | 2 | ||||
-rw-r--r-- | package/sqlite2/Config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/package/palantir/Config.in b/package/palantir/Config.in index c08437fed0..09f65267bc 100644 --- a/package/palantir/Config.in +++ b/package/palantir/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_PALANTIR tristate "palantir - a multichannel interactive streaming solution" default m if CONFIG_DEVEL - select LIBJPEG + select BR2_PACKAGE_LIBJPEG help Palantir is a Linux-based streaming system designed to transmit live video, audio and data over a TCP/IP network, as well as to control 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 diff --git a/package/sqlite2/Config.in b/package/sqlite2/Config.in index 74b9a94c68..7e0ad97ed4 100644 --- a/package/sqlite2/Config.in +++ b/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 |