mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
This commit is contained in:
parent
ac653c53d6
commit
4683420c4c
@ -95,7 +95,6 @@ config BR2_STAGING_DIR
|
|||||||
|
|
||||||
config BR2_FPU_SUFFIX
|
config BR2_FPU_SUFFIX
|
||||||
bool "Add '_nofpu' suffix for softfloat toolchains"
|
bool "Add '_nofpu' suffix for softfloat toolchains"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
If the toolchain is configured to use softfloat, then
|
If the toolchain is configured to use softfloat, then
|
||||||
the "_nofpu" suffix will be added to the toolchain build
|
the "_nofpu" suffix will be added to the toolchain build
|
||||||
@ -171,7 +170,6 @@ config BR2_JLEVEL
|
|||||||
|
|
||||||
config BR2_PREFER_IMA
|
config BR2_PREFER_IMA
|
||||||
bool "prefer IMA compiles"
|
bool "prefer IMA compiles"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Where possible, compile package with Inter Module Analysis.
|
Where possible, compile package with Inter Module Analysis.
|
||||||
This potentially uses alot of system resources on your compile
|
This potentially uses alot of system resources on your compile
|
||||||
@ -183,7 +181,6 @@ config BR2_PREFER_IMA
|
|||||||
|
|
||||||
config BR2_DEPRECATED
|
config BR2_DEPRECATED
|
||||||
bool "Show packages that are deprecated or obsolete"
|
bool "Show packages that are deprecated or obsolete"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
This option hides outdated/obsolete versions of packages.
|
This option hides outdated/obsolete versions of packages.
|
||||||
|
|
||||||
@ -196,7 +193,6 @@ config BR2_RECENT
|
|||||||
config BR2_ENABLE_DEBUG
|
config BR2_ENABLE_DEBUG
|
||||||
bool "build packages with debugging symbols"
|
bool "build packages with debugging symbols"
|
||||||
select BR2_PACKAGE_GDB_SERVER
|
select BR2_PACKAGE_GDB_SERVER
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Build packages with debugging symbols
|
Build packages with debugging symbols
|
||||||
enabled
|
enabled
|
||||||
@ -330,7 +326,6 @@ endchoice
|
|||||||
|
|
||||||
config BR2_PREFER_STATIC_LIB
|
config BR2_PREFER_STATIC_LIB
|
||||||
bool "prefer static libraries"
|
bool "prefer static libraries"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Where possible, build and use static libraries for the target.
|
Where possible, build and use static libraries for the target.
|
||||||
This potentially increases your code size and should only be
|
This potentially increases your code size and should only be
|
||||||
@ -342,7 +337,6 @@ config BR2_PREFER_STATIC_LIB
|
|||||||
|
|
||||||
config BR2_HAVE_MANPAGES
|
config BR2_HAVE_MANPAGES
|
||||||
bool "manpages on the target"
|
bool "manpages on the target"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Leave the manpages on the target.
|
Leave the manpages on the target.
|
||||||
If you say n here, your target will not contain any
|
If you say n here, your target will not contain any
|
||||||
@ -350,7 +344,6 @@ config BR2_HAVE_MANPAGES
|
|||||||
|
|
||||||
config BR2_HAVE_INFOPAGES
|
config BR2_HAVE_INFOPAGES
|
||||||
bool "infopages on the target"
|
bool "infopages on the target"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Leave the infopages on the target.
|
Leave the infopages on the target.
|
||||||
If you say n here, your target will not contain any
|
If you say n here, your target will not contain any
|
||||||
@ -358,7 +351,6 @@ config BR2_HAVE_INFOPAGES
|
|||||||
|
|
||||||
config BR2_HAVE_DEVFILES
|
config BR2_HAVE_DEVFILES
|
||||||
bool "development files in target filesystem"
|
bool "development files in target filesystem"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Install headers and static libraries in the
|
Install headers and static libraries in the
|
||||||
target filesystem
|
target filesystem
|
||||||
|
@ -860,7 +860,6 @@ export BUILDROOT_DL_DIR <shared download location>
|
|||||||
<pre>
|
<pre>
|
||||||
config BR2_PACKAGE_FOO
|
config BR2_PACKAGE_FOO
|
||||||
bool "foo"
|
bool "foo"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
This is a comment that explains what foo is.
|
This is a comment that explains what foo is.
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_ACE_OF_PENGUINS
|
config BR2_PACKAGE_ACE_OF_PENGUINS
|
||||||
bool "ace_of_penguins"
|
bool "ace_of_penguins"
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
The Ace of Penguins is a set of Unix/X solitaire games based
|
The Ace of Penguins is a set of Unix/X solitaire games based
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_ACPID
|
config BR2_PACKAGE_ACPID
|
||||||
bool "acpid"
|
bool "acpid"
|
||||||
depends on BR2_x86_64 || BR2_i386
|
depends on BR2_x86_64 || BR2_i386
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Advanced Configuration and Power Interface event daemon.
|
Advanced Configuration and Power Interface event daemon.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ALSA_LIB
|
config BR2_PACKAGE_ALSA_LIB
|
||||||
bool "alsa-lib"
|
bool "alsa-lib"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
||||||
functionality to the Linux operating system.
|
functionality to the Linux operating system.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ALSA_UTILS
|
config BR2_PACKAGE_ALSA_UTILS
|
||||||
bool "alsa-utils"
|
bool "alsa-utils"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_LIB
|
depends on BR2_PACKAGE_ALSA_LIB
|
||||||
depends on BR2_PACKAGE_NCURSES
|
depends on BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
@ -18,7 +17,6 @@ menu "ALSA utils selection"
|
|||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ALSACONF
|
config BR2_PACKAGE_ALSA_UTILS_ALSACONF
|
||||||
bool "alsaconf"
|
bool "alsaconf"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ALSACTL
|
config BR2_PACKAGE_ALSA_UTILS_ALSACTL
|
||||||
@ -33,58 +31,47 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
|
|||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
||||||
bool "amidi"
|
bool "amidi"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_AMIXER
|
config BR2_PACKAGE_ALSA_UTILS_AMIXER
|
||||||
bool "amixer"
|
bool "amixer"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_APLAY
|
config BR2_PACKAGE_ALSA_UTILS_APLAY
|
||||||
bool "aplay"
|
bool "aplay"
|
||||||
default n
|
|
||||||
select BR2_LARGEFILE
|
select BR2_LARGEFILE
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ARECORD
|
config BR2_PACKAGE_ALSA_UTILS_ARECORD
|
||||||
bool "arecord"
|
bool "arecord"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_IECSET
|
config BR2_PACKAGE_ALSA_UTILS_IECSET
|
||||||
bool "iecset"
|
bool "iecset"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ACONNECT
|
config BR2_PACKAGE_ALSA_UTILS_ACONNECT
|
||||||
bool "aconnect"
|
bool "aconnect"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI
|
config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI
|
||||||
bool "aplaymidi"
|
bool "aplaymidi"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI
|
config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI
|
||||||
bool "arecordmidi"
|
bool "arecordmidi"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP
|
config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP
|
||||||
bool "aseqdump"
|
bool "aseqdump"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_ASEQNET
|
config BR2_PACKAGE_ALSA_UTILS_ASEQNET
|
||||||
bool "aseqnet"
|
bool "aseqnet"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
|
config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
|
||||||
bool "speaker-test"
|
bool "speaker-test"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_ALSA_UTILS
|
depends on BR2_PACKAGE_ALSA_UTILS
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ALSAMIXERGUI
|
config BR2_PACKAGE_ALSAMIXERGUI
|
||||||
bool "alsamixergui"
|
bool "alsamixergui"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A nice GUI mixer for Alsa using fltk
|
A nice GUI mixer for Alsa using fltk
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ARGUS
|
config BR2_PACKAGE_ARGUS
|
||||||
bool "argus"
|
bool "argus"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_LIBPCAP
|
depends on BR2_PACKAGE_LIBPCAP
|
||||||
help
|
help
|
||||||
A Real Time Flow Monitor-based audit engine.
|
A Real Time Flow Monitor-based audit engine.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ASTERISK
|
config BR2_PACKAGE_ASTERISK
|
||||||
bool "asterisk"
|
bool "asterisk"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
depends on BR2_PACKAGE_OPENSSL
|
depends on BR2_PACKAGE_OPENSSL
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_AT
|
config BR2_PACKAGE_AT
|
||||||
bool "at"
|
bool "at"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
At and batch read shell commands from standard input and
|
At and batch read shell commands from standard input and
|
||||||
store them as jobs to be scheduled for execution in the
|
store them as jobs to be scheduled for execution in the
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_ATK
|
config BR2_PACKAGE_ATK
|
||||||
bool "atk"
|
bool "atk"
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_LIBGLIB2
|
depends on BR2_PACKAGE_LIBGLIB2
|
||||||
help
|
help
|
||||||
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_AUMIX
|
config BR2_PACKAGE_AUMIX
|
||||||
bool "aumix"
|
bool "aumix"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
aumix is a small, easy-to-use program to control the mixer
|
aumix is a small, easy-to-use program to control the mixer
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_AUTOCONF
|
config BR2_PACKAGE_AUTOCONF
|
||||||
bool "autoconf"
|
bool "autoconf"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Extensible program for developing configure scripts. These
|
Extensible program for developing configure scripts. These
|
||||||
scripts handle all the mundane system/feature detection.
|
scripts handle all the mundane system/feature detection.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_AUTOMAKE
|
config BR2_PACKAGE_AUTOMAKE
|
||||||
bool "automake"
|
bool "automake"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Tool for automatically generating Makefile's for input to
|
Tool for automatically generating Makefile's for input to
|
||||||
configure scripts (made by autoconf).
|
configure scripts (made by autoconf).
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_AVAHI
|
config BR2_PACKAGE_AVAHI
|
||||||
bool "avahi"
|
bool "avahi"
|
||||||
select BR2_PACKAGE_LIBDAEMON
|
select BR2_PACKAGE_LIBDAEMON
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Avahi is a system which facilitates service
|
Avahi is a system which facilitates service
|
||||||
discovery on a local network.
|
discovery on a local network.
|
||||||
@ -22,7 +21,6 @@ config BR2_PACKAGE_AVAHI_AUTOIPD
|
|||||||
|
|
||||||
config BR2_PACKAGE_AVAHI_DAEMON
|
config BR2_PACKAGE_AVAHI_DAEMON
|
||||||
bool "mDNS/DNS-SD daemon"
|
bool "mDNS/DNS-SD daemon"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_AVAHI
|
depends on BR2_PACKAGE_AVAHI
|
||||||
depends on BR2_PACKAGE_EXPAT
|
depends on BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_AXEL
|
config BR2_PACKAGE_AXEL
|
||||||
bool "axel"
|
bool "axel"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
HTTP/FTP download accelerator.
|
HTTP/FTP download accelerator.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BASH
|
config BR2_PACKAGE_BASH
|
||||||
bool "bash"
|
bool "bash"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
The standard GNU Bourne again shell.
|
The standard GNU Bourne again shell.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BEECRYPT
|
config BR2_PACKAGE_BEECRYPT
|
||||||
bool "beecrypt"
|
bool "beecrypt"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Beecrypt is a general-purpose cryptography library.
|
Beecrypt is a general-purpose cryptography library.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BERKELEYDB
|
config BR2_PACKAGE_BERKELEYDB
|
||||||
bool "berkeleydb"
|
bool "berkeleydb"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
The Berkeley database. A very common library for database
|
The Berkeley database. A very common library for database
|
||||||
applications.
|
applications.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BIND
|
config BR2_PACKAGE_BIND
|
||||||
bool "bind"
|
bool "bind"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
BIND (Berkeley Internet Name Domain) is an implementation of
|
BIND (Berkeley Internet Name Domain) is an implementation of
|
||||||
the Domain Name System (DNS) protocols and provides an openly
|
the Domain Name System (DNS) protocols and provides an openly
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BISON
|
config BR2_PACKAGE_BISON
|
||||||
bool "bison"
|
bool "bison"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
General-purpose parser generator that converts a
|
General-purpose parser generator that converts a
|
||||||
grammar description for an LALR context-free grammar into a C
|
grammar description for an LALR context-free grammar into a C
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BLACKBOX
|
config BR2_PACKAGE_BLACKBOX
|
||||||
bool "blackbox"
|
bool "blackbox"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
Blackbox is a fast, lightweight window manager for the X Window System.
|
Blackbox is a fast, lightweight window manager for the X Window System.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BOA
|
config BR2_PACKAGE_BOA
|
||||||
bool "boa"
|
bool "boa"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A very small and very fast http daemon. Not intended as
|
A very small and very fast http daemon. Not intended as
|
||||||
a feature-packed server.
|
a feature-packed server.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BOOTUTILS
|
config BR2_PACKAGE_BOOTUTILS
|
||||||
bool "bootutils"
|
bool "bootutils"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
BootUtils is a collection of utilities to facilitate booting of
|
BootUtils is a collection of utilities to facilitate booting of
|
||||||
Linux 2.6-based systems. The process of finding the root volume
|
Linux 2.6-based systems. The process of finding the root volume
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BRIDGE
|
config BR2_PACKAGE_BRIDGE
|
||||||
bool "bridge-utils"
|
bool "bridge-utils"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Manage ethernet bridging; a way to connect networks together to
|
Manage ethernet bridging; a way to connect networks together to
|
||||||
form a larger network.
|
form a larger network.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BSDIFF
|
config BR2_PACKAGE_BSDIFF
|
||||||
bool "bsdiff"
|
bool "bsdiff"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_BZIP2
|
select BR2_PACKAGE_BZIP2
|
||||||
help
|
help
|
||||||
Binary patch/diff like xdelta but creates smaller diffs.
|
Binary patch/diff like xdelta but creates smaller diffs.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_BZIP2
|
config BR2_PACKAGE_BZIP2
|
||||||
bool "bzip2"
|
bool "bzip2"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Freely available, patent free, high-quality data compressor.
|
Freely available, patent free, high-quality data compressor.
|
||||||
It typically compresses files to within 10% to 15% of the best
|
It typically compresses files to within 10% to 15% of the best
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_CAIRO
|
config BR2_PACKAGE_CAIRO
|
||||||
bool "cairo"
|
bool "cairo"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_COREUTILS
|
config BR2_PACKAGE_COREUTILS
|
||||||
bool "coreutils"
|
bool "coreutils"
|
||||||
default n
|
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_UCLIBC_PROGRAM_INVOCATION
|
select BR2_UCLIBC_PROGRAM_INVOCATION
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_CUPS
|
config BR2_PACKAGE_CUPS
|
||||||
bool "cups"
|
bool "cups"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
The Common Unix Print Subsystem
|
The Common Unix Print Subsystem
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_CURL
|
config BR2_PACKAGE_CURL
|
||||||
bool "curl"
|
bool "curl"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
|
||||||
and Dict servers, using any of the supported protocols.
|
and Dict servers, using any of the supported protocols.
|
||||||
@ -9,7 +8,6 @@ config BR2_PACKAGE_CURL
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBCURL
|
config BR2_PACKAGE_LIBCURL
|
||||||
bool "libcurl"
|
bool "libcurl"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
|
||||||
and Dict servers, using any of the supported protocols.
|
and Dict servers, using any of the supported protocols.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_CUSTOMIZE
|
config BR2_PACKAGE_CUSTOMIZE
|
||||||
bool "customize"
|
bool "customize"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Add custom stuff to your buildroot.
|
Add custom stuff to your buildroot.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_CVS
|
config BR2_PACKAGE_CVS
|
||||||
bool "cvs"
|
bool "cvs"
|
||||||
default n
|
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
@ -10,7 +9,6 @@ config BR2_PACKAGE_CVS
|
|||||||
|
|
||||||
config BR2_PACKAGE_CVS_SERVER
|
config BR2_PACKAGE_CVS_SERVER
|
||||||
bool "server support"
|
bool "server support"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_CVS
|
depends on BR2_PACKAGE_CVS
|
||||||
help
|
help
|
||||||
Enable cvs server code
|
Enable cvs server code
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DASH
|
config BR2_PACKAGE_DASH
|
||||||
bool "dash"
|
bool "dash"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
The Debian/Linux port of the NetBSD version of
|
The Debian/Linux port of the NetBSD version of
|
||||||
ash (the Almquist SHell).
|
ash (the Almquist SHell).
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
config BR2_PACKAGE_MYSQL_CLIENT
|
config BR2_PACKAGE_MYSQL_CLIENT
|
||||||
bool "MySQL 5.1 client"
|
bool "MySQL 5.1 client"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
MySQL client
|
MySQL client
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_SQLITE
|
config BR2_PACKAGE_SQLITE
|
||||||
bool "sqlite"
|
bool "sqlite"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_READLINE
|
select BR2_READLINE
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DBUS_GLIB
|
config BR2_PACKAGE_DBUS_GLIB
|
||||||
bool "dbus-glib"
|
bool "dbus-glib"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_DBUS
|
depends on BR2_PACKAGE_DBUS
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DBUS
|
config BR2_PACKAGE_DBUS
|
||||||
bool "dbus"
|
bool "dbus"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2
|
depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DEVMEM2
|
config BR2_PACKAGE_DEVMEM2
|
||||||
bool "devmem2"
|
bool "devmem2"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Simple program to read/write from/to any location in memory.
|
Simple program to read/write from/to any location in memory.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ISC_DHCP
|
config BR2_PACKAGE_ISC_DHCP
|
||||||
bool "DHCP support"
|
bool "DHCP support"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
DHCP relay agent from the ISC DHCP distribution.
|
DHCP relay agent from the ISC DHCP distribution.
|
||||||
|
|
||||||
@ -9,7 +8,6 @@ config BR2_PACKAGE_ISC_DHCP
|
|||||||
config BR2_PACKAGE_DHCP_SERVER
|
config BR2_PACKAGE_DHCP_SERVER
|
||||||
bool "dhcp server"
|
bool "dhcp server"
|
||||||
depends on BR2_PACKAGE_ISC_DHCP
|
depends on BR2_PACKAGE_ISC_DHCP
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
DHCP server from the ISC DHCP distribution.
|
DHCP server from the ISC DHCP distribution.
|
||||||
|
|
||||||
@ -17,7 +15,6 @@ config BR2_PACKAGE_DHCP_SERVER
|
|||||||
config BR2_PACKAGE_DHCP_RELAY
|
config BR2_PACKAGE_DHCP_RELAY
|
||||||
bool "dhcp relay"
|
bool "dhcp relay"
|
||||||
depends on BR2_PACKAGE_ISC_DHCP
|
depends on BR2_PACKAGE_ISC_DHCP
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
DHCP relay agent from the ISC DHCP distribution.
|
DHCP relay agent from the ISC DHCP distribution.
|
||||||
|
|
||||||
@ -25,7 +22,6 @@ config BR2_PACKAGE_DHCP_RELAY
|
|||||||
config BR2_PACKAGE_DHCP_CLIENT
|
config BR2_PACKAGE_DHCP_CLIENT
|
||||||
bool "dhcp client"
|
bool "dhcp client"
|
||||||
depends on BR2_PACKAGE_ISC_DHCP
|
depends on BR2_PACKAGE_ISC_DHCP
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
DHCP client from the ISC DHCP distribution.
|
DHCP client from the ISC DHCP distribution.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DIALOG
|
config BR2_PACKAGE_DIALOG
|
||||||
bool "dialog"
|
bool "dialog"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
dialog - display dialog boxes from shell scripts
|
dialog - display dialog boxes from shell scripts
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DIFFUTILS
|
config BR2_PACKAGE_DIFFUTILS
|
||||||
bool"diffutils"
|
bool"diffutils"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
GNU diff. Compare files per line.
|
GNU diff. Compare files per line.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DILLO
|
config BR2_PACKAGE_DILLO
|
||||||
bool "dillo"
|
bool "dillo"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_JPEG
|
depends on BR2_PACKAGE_JPEG
|
||||||
depends on BR2_PACKAGE_LIBGLIB12
|
depends on BR2_PACKAGE_LIBGLIB12
|
||||||
depends on BR2_PACKAGE_LIBGTK12
|
depends on BR2_PACKAGE_LIBGTK12
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DIRECTFB
|
config BR2_PACKAGE_DIRECTFB
|
||||||
bool "directfb"
|
bool "directfb"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
@ -13,7 +12,6 @@ config BR2_PACKAGE_DIRECTFB
|
|||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_MULTI
|
config BR2_PACKAGE_DIRECTFB_MULTI
|
||||||
bool "directfb multi application"
|
bool "directfb multi application"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
select BR2_PACKAGE_LINUX_FUSION
|
select BR2_PACKAGE_LINUX_FUSION
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DISTCC
|
config BR2_PACKAGE_DISTCC
|
||||||
bool "distcc"
|
bool "distcc"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Distributed compiler client and server. Allows you to
|
Distributed compiler client and server. Allows you to
|
||||||
distribute compilation of C code across several machines
|
distribute compilation of C code across several machines
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DM
|
config BR2_PACKAGE_DM
|
||||||
bool "dm"
|
bool "dm"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
The Device-mapper is a new component of the linux kernel that
|
The Device-mapper is a new component of the linux kernel that
|
||||||
supports logical volume management. It is required by LVM2 and EVMS.
|
supports logical volume management. It is required by LVM2 and EVMS.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DMALLOC
|
config BR2_PACKAGE_DMALLOC
|
||||||
bool "dmalloc"
|
bool "dmalloc"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A debug memory allocation library which is a drop in replacement for
|
A debug memory allocation library which is a drop in replacement for
|
||||||
the system's malloc, realloc, calloc, free and other memory management
|
the system's malloc, realloc, calloc, free and other memory management
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DMRAID
|
config BR2_PACKAGE_DMRAID
|
||||||
bool "dmraid"
|
bool "dmraid"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_DM
|
select BR2_PACKAGE_DM
|
||||||
help
|
help
|
||||||
Device-Mapper Software RAID support tool/
|
Device-Mapper Software RAID support tool/
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DNSMASQ
|
config BR2_PACKAGE_DNSMASQ
|
||||||
bool "dnsmasq"
|
bool "dnsmasq"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A lightweight DNS and DHCP server. It is intended to provide
|
A lightweight DNS and DHCP server. It is intended to provide
|
||||||
coupled DNS and DHCP service to a LAN.
|
coupled DNS and DHCP service to a LAN.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DOCKER
|
config BR2_PACKAGE_DOCKER
|
||||||
bool "docker"
|
bool "docker"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
a system tray dock for X
|
a system tray dock for X
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DROPBEAR
|
config BR2_PACKAGE_DROPBEAR
|
||||||
bool "dropbear"
|
bool "dropbear"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A small SSH 2 server designed for small memory environments.
|
A small SSH 2 server designed for small memory environments.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_DUMMY
|
config BR2_PACKAGE_DUMMY
|
||||||
bool "dummy"
|
bool "dummy"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
This is a dummy package to show how to integrate a new package into
|
This is a dummy package to show how to integrate a new package into
|
||||||
Buildroot. The syntax for this file is the default kbuild from the
|
Buildroot. The syntax for this file is the default kbuild from the
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_E2FSPROGS
|
config BR2_PACKAGE_E2FSPROGS
|
||||||
bool "e2fsprogs"
|
bool "e2fsprogs"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
The EXT2 file system utilities and libraries
|
The EXT2 file system utilities and libraries
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ED
|
config BR2_PACKAGE_ED
|
||||||
bool "ed"
|
bool "ed"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A line-oriented text editor. Used to create, display, modify,
|
A line-oriented text editor. Used to create, display, modify,
|
||||||
and otherwise manipulate text files. Often used in scripts
|
and otherwise manipulate text files. Often used in scripts
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_NANO
|
config BR2_PACKAGE_NANO
|
||||||
bool "nano"
|
bool "nano"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
A nice ncurses-based editor. Started out as a clone of pico.
|
A nice ncurses-based editor. Started out as a clone of pico.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_UEMACS
|
config BR2_PACKAGE_UEMACS
|
||||||
bool "uemacs"
|
bool "uemacs"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
A small emacs.
|
A small emacs.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_VIM
|
config BR2_PACKAGE_VIM
|
||||||
bool "vim"
|
bool "vim"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_ETHTOOL
|
config BR2_PACKAGE_ETHTOOL
|
||||||
bool "ethtool"
|
bool "ethtool"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
ethtool is a small utility for examining and tuning your
|
ethtool is a small utility for examining and tuning your
|
||||||
ethernet-based network interface.
|
ethernet-based network interface.
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
config BR2_PACKAGE_EXPAT
|
config BR2_PACKAGE_EXPAT
|
||||||
bool"expat"
|
bool"expat"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
The Expat XML Parser.
|
The Expat XML Parser.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_EZXML
|
config BR2_PACKAGE_EZXML
|
||||||
bool "ezxml"
|
bool "ezxml"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
ezXML is a XML parser C library that is simple and easy to use.
|
ezXML is a XML parser C library that is simple and easy to use.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FAKEROOT
|
config BR2_PACKAGE_FAKEROOT
|
||||||
bool "fakeroot"
|
bool "fakeroot"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Run commands in an environment faking root privileges.
|
Run commands in an environment faking root privileges.
|
||||||
|
|
||||||
@ -9,4 +8,3 @@ config BR2_PACKAGE_FAKEROOT
|
|||||||
# dummy for fakeroot-source
|
# dummy for fakeroot-source
|
||||||
config BR2_HOST_FAKEROOT
|
config BR2_HOST_FAKEROOT
|
||||||
bool
|
bool
|
||||||
default n
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FBSET
|
config BR2_PACKAGE_FBSET
|
||||||
bool "fbset"
|
bool "fbset"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Fbset is a system utility to show or change the settings of the frame
|
Fbset is a system utility to show or change the settings of the frame
|
||||||
buffer device. The frame buffer device provides a simple and unique
|
buffer device. The frame buffer device provides a simple and unique
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FBV
|
config BR2_PACKAGE_FBV
|
||||||
bool "fbv"
|
bool "fbv"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_LIBUNGIF
|
select BR2_PACKAGE_LIBUNGIF
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FCONFIG
|
config BR2_PACKAGE_FCONFIG
|
||||||
bool "fconfig"
|
bool "fconfig"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
fconfig - get/set RedBoot configuration parameters from Linux.
|
fconfig - get/set RedBoot configuration parameters from Linux.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
menuconfig BR2_PACKAGE_FESTIVAL
|
menuconfig BR2_PACKAGE_FESTIVAL
|
||||||
bool "festival text-to-speech system"
|
bool "festival text-to-speech system"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
select BR2_PACKAGE_SPEECH_TOOLS
|
select BR2_PACKAGE_SPEECH_TOOLS
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FESTLEX_CMU
|
config BR2_PACKAGE_FESTLEX_CMU
|
||||||
bool "Carnegie Mellon University"
|
bool "Carnegie Mellon University"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Lexicon for the festival text to speech system
|
Lexicon for the festival text to speech system
|
||||||
|
|
||||||
@ -8,7 +7,6 @@ config BR2_PACKAGE_FESTLEX_CMU
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTLEX_OALD
|
config BR2_PACKAGE_FESTLEX_OALD
|
||||||
bool "Oxford Advanced Learners dictionary"
|
bool "Oxford Advanced Learners dictionary"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Lexicon for the festival text to speech system
|
Lexicon for the festival text to speech system
|
||||||
|
|
||||||
@ -16,8 +14,7 @@ config BR2_PACKAGE_FESTLEX_OALD
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTLEX_POS
|
config BR2_PACKAGE_FESTLEX_POS
|
||||||
bool "POSLEX"
|
bool "POSLEX"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Lexicon for the festival text to speech system
|
Lexicon for the festival text to speech system
|
||||||
|
|
||||||
http://festvox.org/packed/festival/latest
|
http://festvox.org/packed/festival/latest
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_SPEECH_TOOLS
|
config BR2_PACKAGE_SPEECH_TOOLS
|
||||||
bool "speech tools for festival"
|
bool "speech tools for festival"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Speech tools for the festival text to speech system
|
Speech tools for the festival text to speech system
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FESTVOX_AWB
|
config BR2_PACKAGE_FESTVOX_AWB
|
||||||
bool "Alan Scottish English"
|
bool "Alan Scottish English"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Scottish English voice for the festival text to speech system
|
Scottish English voice for the festival text to speech system
|
||||||
|
|
||||||
@ -8,7 +7,6 @@ config BR2_PACKAGE_FESTVOX_AWB
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_BDL
|
config BR2_PACKAGE_FESTVOX_BDL
|
||||||
bool "Brian US English"
|
bool "Brian US English"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
US English male voice for the festival text to speech system
|
US English male voice for the festival text to speech system
|
||||||
|
|
||||||
@ -16,7 +14,6 @@ config BR2_PACKAGE_FESTVOX_BDL
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_JMK
|
config BR2_PACKAGE_FESTVOX_JMK
|
||||||
bool "John Canadian English"
|
bool "John Canadian English"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Canadian English voice for the festival text to speech system
|
Canadian English voice for the festival text to speech system
|
||||||
|
|
||||||
@ -24,7 +21,6 @@ config BR2_PACKAGE_FESTVOX_JMK
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_SLT
|
config BR2_PACKAGE_FESTVOX_SLT
|
||||||
bool "Stephanie US English"
|
bool "Stephanie US English"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
US English female voice for the festival text to speech system
|
US English female voice for the festival text to speech system
|
||||||
|
|
||||||
@ -32,7 +28,6 @@ config BR2_PACKAGE_FESTVOX_SLT
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_AWB_MULTISYN
|
config BR2_PACKAGE_FESTVOX_AWB_MULTISYN
|
||||||
bool "Alan multisyn (big file)"
|
bool "Alan multisyn (big file)"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
voice for the festival text to speech system
|
voice for the festival text to speech system
|
||||||
|
|
||||||
@ -40,7 +35,6 @@ config BR2_PACKAGE_FESTVOX_AWB_MULTISYN
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_JMK_MULTISYN
|
config BR2_PACKAGE_FESTVOX_JMK_MULTISYN
|
||||||
bool "John multisyn (big file)"
|
bool "John multisyn (big file)"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
voice for the festival text to speech system
|
voice for the festival text to speech system
|
||||||
|
|
||||||
@ -48,7 +42,6 @@ config BR2_PACKAGE_FESTVOX_JMK_MULTISYN
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_KAL_SIXTEENK
|
config BR2_PACKAGE_FESTVOX_KAL_SIXTEENK
|
||||||
bool "Kevin diphone US English 16k"
|
bool "Kevin diphone US English 16k"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
diphone voice for the festival text to speech system
|
diphone voice for the festival text to speech system
|
||||||
|
|
||||||
@ -56,7 +49,6 @@ config BR2_PACKAGE_FESTVOX_KAL_SIXTEENK
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_KED_EIGHTK
|
config BR2_PACKAGE_FESTVOX_KED_EIGHTK
|
||||||
bool "Kurt diphone American English 8k"
|
bool "Kurt diphone American English 8k"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
diphone voice for the festival text to speech system
|
diphone voice for the festival text to speech system
|
||||||
|
|
||||||
@ -64,7 +56,6 @@ config BR2_PACKAGE_FESTVOX_KED_EIGHTK
|
|||||||
|
|
||||||
config BR2_PACKAGE_FESTVOX_KED_SIXTEENK
|
config BR2_PACKAGE_FESTVOX_KED_SIXTEENK
|
||||||
bool "Kurt diphone American English 16k"
|
bool "Kurt diphone American English 16k"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
diphone voice for the festival text to speech system
|
diphone voice for the festival text to speech system
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FILE
|
config BR2_PACKAGE_FILE
|
||||||
bool "file"
|
bool "file"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Program to identify a file's format by scanning binary data
|
Program to identify a file's format by scanning binary data
|
||||||
for known patterns.
|
for known patterns.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FINDUTILS
|
config BR2_PACKAGE_FINDUTILS
|
||||||
bool "findutils"
|
bool "findutils"
|
||||||
default n
|
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
Basic directory searching utilities. Provides the
|
Basic directory searching utilities. Provides the
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FIS
|
config BR2_PACKAGE_FIS
|
||||||
bool "fis"
|
bool "fis"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
fis - manipulate RedBoot partition table from Linux.
|
fis - manipulate RedBoot partition table from Linux.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FLEX
|
config BR2_PACKAGE_FLEX
|
||||||
bool "flex"
|
bool "flex"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A fast lexical analyser generator. A tool for generating
|
A fast lexical analyser generator. A tool for generating
|
||||||
programs that perform pattern-matching on text.
|
programs that perform pattern-matching on text.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FLTK
|
config BR2_PACKAGE_FLTK
|
||||||
bool "fltk"
|
bool "fltk"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
|
a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
|
||||||
|
@ -2,7 +2,6 @@ config BR2_PACKAGE_FONTCONFIG
|
|||||||
bool "fontconfig"
|
bool "fontconfig"
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
a library for font customization and configuration.
|
a library for font customization and configuration.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_FREETYPE
|
config BR2_PACKAGE_FREETYPE
|
||||||
bool "freetype"
|
bool "freetype"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
a free, high-quality and portable font engine.
|
a free, high-quality and portable font engine.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LIBFUSE
|
config BR2_PACKAGE_LIBFUSE
|
||||||
bool "libfuse"
|
bool "libfuse"
|
||||||
default n
|
|
||||||
select BR2_LARGEFILE
|
select BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
FUSE (Filesystem in UserSpacE)
|
FUSE (Filesystem in UserSpacE)
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LINUX_FUSION
|
config BR2_PACKAGE_LINUX_FUSION
|
||||||
bool "linux-fusion communication layer for DirectFB multi"
|
bool "linux-fusion communication layer for DirectFB multi"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
help
|
help
|
||||||
DirectFB Communication Layer allowing multiple DirectFB
|
DirectFB Communication Layer allowing multiple DirectFB
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
config BR2_PACKAGE_GADGETFS_TEST
|
config BR2_PACKAGE_GADGETFS_TEST
|
||||||
bool "gadgetfs-test"
|
bool "gadgetfs-test"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Test program for gadgetfs from linux-usb.org
|
Test program for gadgetfs from linux-usb.org
|
||||||
|
|
||||||
config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
|
config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
|
||||||
bool "use asynchronous i/o"
|
bool "use asynchronous i/o"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_GADGETFS_TEST
|
depends on BR2_PACKAGE_GADGETFS_TEST
|
||||||
select BR2_PACKAGE_LIBAIO
|
select BR2_PACKAGE_LIBAIO
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GAMIN
|
config BR2_PACKAGE_GAMIN
|
||||||
bool "gamin"
|
bool "gamin"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
the File Alteration Monitor
|
the File Alteration Monitor
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GAWK
|
config BR2_PACKAGE_GAWK
|
||||||
bool "gawk"
|
bool "gawk"
|
||||||
default n
|
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
help
|
help
|
||||||
A special-purpose programming language which is data driven
|
A special-purpose programming language which is data driven
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GETTEXT
|
config BR2_PACKAGE_GETTEXT
|
||||||
bool "gettext"
|
bool "gettext"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
The GNU `gettext' utilities are a set of tools that provide a
|
The GNU `gettext' utilities are a set of tools that provide a
|
||||||
@ -11,7 +10,6 @@ config BR2_PACKAGE_GETTEXT
|
|||||||
|
|
||||||
config BR2_PACKAGE_GETTEXT_STATIC
|
config BR2_PACKAGE_GETTEXT_STATIC
|
||||||
bool "Use libgettext.a instead of libgettext.so.*"
|
bool "Use libgettext.a instead of libgettext.so.*"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_GETTEXT
|
depends on BR2_PACKAGE_GETTEXT
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
help
|
help
|
||||||
@ -24,7 +22,6 @@ config BR2_PACKAGE_GETTEXT_STATIC
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBINTL
|
config BR2_PACKAGE_LIBINTL
|
||||||
bool "libintl"
|
bool "libintl"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Selecting this package installs all of gettext in the staging
|
Selecting this package installs all of gettext in the staging
|
||||||
directory and the shared library for it's use in the target.
|
directory and the shared library for it's use in the target.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LIBGMP
|
config BR2_PACKAGE_LIBGMP
|
||||||
bool "gmp"
|
bool "gmp"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
GNU Multiple Precision Arithmetic Library.
|
GNU Multiple Precision Arithmetic Library.
|
||||||
|
|
||||||
@ -9,7 +8,6 @@ config BR2_PACKAGE_LIBGMP
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBGMP_HEADERS
|
config BR2_PACKAGE_LIBGMP_HEADERS
|
||||||
bool "gmp headers for target"
|
bool "gmp headers for target"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_LIBGMP
|
depends on BR2_PACKAGE_LIBGMP
|
||||||
help
|
help
|
||||||
Install the gmp.h for the target.
|
Install the gmp.h for the target.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GNUCHESS
|
config BR2_PACKAGE_GNUCHESS
|
||||||
bool "gnuchess"
|
bool "gnuchess"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
GNU Chess lets most modern computers play a full game of chess.
|
GNU Chess lets most modern computers play a full game of chess.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GPERF
|
config BR2_PACKAGE_GPERF
|
||||||
bool "gperf"
|
bool "gperf"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
A 'perfect hash function' generator
|
A 'perfect hash function' generator
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GQVIEW
|
config BR2_PACKAGE_GQVIEW
|
||||||
bool "gqview"
|
bool "gqview"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
GQview is an image viewer for Unix operating systems (developed on Linux).
|
GQview is an image viewer for Unix operating systems (developed on Linux).
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GREP
|
config BR2_PACKAGE_GREP
|
||||||
bool "grep"
|
bool "grep"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_GETTEXT
|
select BR2_PACKAGE_GETTEXT
|
||||||
select BR2_PACKAGE_LIBINTL
|
select BR2_PACKAGE_LIBINTL
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LIBGTK2_ENGINES
|
config BR2_PACKAGE_LIBGTK2_ENGINES
|
||||||
bool "gtk engines"
|
bool "gtk engines"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_PACKAGE_LIBGTK2
|
||||||
help
|
help
|
||||||
A collection of basic theme engines for GTK+.
|
A collection of basic theme engines for GTK+.
|
||||||
|
@ -3,7 +3,6 @@ depends on BR2_PACKAGE_LIBGTK2
|
|||||||
|
|
||||||
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
config BR2_PACKAGE_GTK2_THEME_HICOLOR
|
||||||
bool "hicolor (defaut theme)"
|
bool "hicolor (defaut theme)"
|
||||||
default n
|
|
||||||
depends on BR2_PACKAGE_LIBGTK2
|
depends on BR2_PACKAGE_LIBGTK2
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_GZIP
|
config BR2_PACKAGE_GZIP
|
||||||
bool "gzip"
|
bool "gzip"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Standard GNU compressor. Provides things like gzip,
|
Standard GNU compressor. Provides things like gzip,
|
||||||
gunzip, gzcat, etc...
|
gunzip, gzcat, etc...
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_HAL
|
config BR2_PACKAGE_HAL
|
||||||
bool "hal"
|
bool "hal"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_DBUS
|
select BR2_PACKAGE_DBUS
|
||||||
select BR2_PACKAGE_DBUS_GLIB
|
select BR2_PACKAGE_DBUS_GLIB
|
||||||
select BR2_PACKAGE_HWDATA
|
select BR2_PACKAGE_HWDATA
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_HASERL
|
config BR2_PACKAGE_HASERL
|
||||||
bool "haserl"
|
bool "haserl"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Haserl is a small cgi wrapper that enables shell scripts to be
|
Haserl is a small cgi wrapper that enables shell scripts to be
|
||||||
embedded into html documents. It is intended for environments
|
embedded into html documents. It is intended for environments
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_HDPARM
|
config BR2_PACKAGE_HDPARM
|
||||||
bool "hdparm"
|
bool "hdparm"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
hdparm - get/set hard disk parameters for Linux IDE drives.
|
hdparm - get/set hard disk parameters for Linux IDE drives.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_HOSTAP
|
config BR2_PACKAGE_HOSTAP
|
||||||
bool "hostap"
|
bool "hostap"
|
||||||
default n
|
|
||||||
depends on BR2_DEPRECATED
|
depends on BR2_DEPRECATED
|
||||||
select BR2_PACKAGE_PCMCIA
|
select BR2_PACKAGE_PCMCIA
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_HOTPLUG
|
config BR2_PACKAGE_HOTPLUG
|
||||||
bool "hotplug"
|
bool "hotplug"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Plug in new devices and use them immediately.
|
Plug in new devices and use them immediately.
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_HWDATA
|
config BR2_PACKAGE_HWDATA
|
||||||
bool "hwdata"
|
bool "hwdata"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Various hardware identification and configuration data, such as
|
Various hardware identification and configuration data, such as
|
||||||
the pci.ids database, or the XFree86/xorg Cards database.
|
the pci.ids database, or the XFree86/xorg Cards database.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_I2C_TOOLS
|
config BR2_PACKAGE_I2C_TOOLS
|
||||||
bool "i2c-tools"
|
bool "i2c-tools"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Heterogeneous set of I2C tools for Linux
|
Heterogeneous set of I2C tools for Linux
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
config BR2_PACKAGE_ICU
|
config BR2_PACKAGE_ICU
|
||||||
bool "icu"
|
bool "icu"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
International Components for Unicode.
|
International Components for Unicode.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_IFPLUGD
|
config BR2_PACKAGE_IFPLUGD
|
||||||
bool "ifplugd"
|
bool "ifplugd"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_LIBDAEMON
|
select BR2_PACKAGE_LIBDAEMON
|
||||||
help
|
help
|
||||||
Ifplugd is a daemon which will automatically configure your
|
Ifplugd is a daemon which will automatically configure your
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_IMAGEMAGICK
|
config BR2_PACKAGE_IMAGEMAGICK
|
||||||
bool "imagemagick"
|
bool "imagemagick"
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_TIFF
|
select BR2_PACKAGE_TIFF
|
||||||
help
|
help
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_INPUT_TOOLS
|
config BR2_PACKAGE_INPUT_TOOLS
|
||||||
bool "input-tools"
|
bool "input-tools"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Tools for the Linux kernel input layer.
|
Tools for the Linux kernel input layer.
|
||||||
http://linuxconsole.sourceforge.net/
|
http://linuxconsole.sourceforge.net/
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user