fix typo
authorNicolas Thill <nico@openwrt.org>
Tue, 20 Sep 2005 01:54:47 +0000 (01:54 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 20 Sep 2005 01:54:47 +0000 (01:54 +0000)
SVN-Revision: 1958

openwrt/package/palantir/Config.in
openwrt/package/sqlite/Config.in
openwrt/package/sqlite2/Config.in

index c08437fed00966cd1ddda1cc59d7542f774786f2..09f65267bc7c42817b8d5a186cd432c3ec1ebc89 100644 (file)
@@ -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 
index 0f9321d24ffe546fae516b7ca8ef65f78e2e4272..98e134827b24a8c56c7feaac289a93053f26086f 100644 (file)
@@ -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
index 74b9a94c68ab6dc53efeb73ef263a42ef5a81927..7e0ad97ed4280bb1e317d4ebce8233d421ca145c 100644 (file)
@@ -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