fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1958 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
990e611f57
commit
2fa340e883
|
@ -1,7 +1,7 @@
|
||||||
config BR2_PACKAGE_PALANTIR
|
config BR2_PACKAGE_PALANTIR
|
||||||
tristate "palantir - a multichannel interactive streaming solution"
|
tristate "palantir - a multichannel interactive streaming solution"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select LIBJPEG
|
select BR2_PACKAGE_LIBJPEG
|
||||||
help
|
help
|
||||||
Palantir is a Linux-based streaming system designed to transmit live
|
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
|
video, audio and data over a TCP/IP network, as well as to control
|
||||||
|
|
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBSQLITE
|
||||||
prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine"
|
prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_COMPILE_SQLITE
|
||||||
select BR2_PACKAGE_LIBNCURSES
|
select BR2_PACKAGE_LIBNCURSES
|
||||||
select BR2_PACKAGE_LIBREADLINE
|
select BR2_PACKAGE_LIBREADLINE
|
||||||
help
|
help
|
||||||
|
|
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBSQLITE2
|
||||||
prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
|
prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_SQLITE2
|
select BR2_COMPILE_SQLITE2
|
||||||
select BR2_PACKAGE_LIBNCURSES
|
select BR2_PACKAGE_LIBNCURSES
|
||||||
select BR2_PACKAGE_LIBREADLINE
|
select BR2_PACKAGE_LIBREADLINE
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue