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 | df74e690ab2dfac310c9f75ea688d5b42cedd3d0 (patch) | |
tree | 8ecb025058cf35ec0acf92673405b4330676f307 | |
parent | 86ecd14fc4526ad797ba883a7207947e238f1df5 (diff) | |
download | mtk-20170518-df74e690ab2dfac310c9f75ea688d5b42cedd3d0.zip mtk-20170518-df74e690ab2dfac310c9f75ea688d5b42cedd3d0.tar.gz mtk-20170518-df74e690ab2dfac310c9f75ea688d5b42cedd3d0.tar.bz2 |
fix typo
SVN-Revision: 1958
-rw-r--r-- | openwrt/package/palantir/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/sqlite/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/sqlite2/Config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/palantir/Config.in b/openwrt/package/palantir/Config.in index c08437f..09f6526 100644 --- a/openwrt/package/palantir/Config.in +++ b/openwrt/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/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in index 0f9321d..98e1348 100644 --- a/openwrt/package/sqlite/Config.in +++ b/openwrt/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/openwrt/package/sqlite2/Config.in b/openwrt/package/sqlite2/Config.in index 74b9a94..7e0ad97 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 |