'default n' is the default, so there's no need to say it explicitly.
config BR2_FPU_SUFFIX
bool "Add '_nofpu' suffix for softfloat toolchains"
- default n
help
If the toolchain is configured to use softfloat, then
the "_nofpu" suffix will be added to the toolchain build
config BR2_PREFER_IMA
bool "prefer IMA compiles"
- default n
help
Where possible, compile package with Inter Module Analysis.
This potentially uses alot of system resources on your compile
config BR2_DEPRECATED
bool "Show packages that are deprecated or obsolete"
- default n
help
This option hides outdated/obsolete versions of packages.
config BR2_ENABLE_DEBUG
bool "build packages with debugging symbols"
select BR2_PACKAGE_GDB_SERVER
- default n
help
Build packages with debugging symbols
enabled
config BR2_PREFER_STATIC_LIB
bool "prefer static libraries"
- default n
help
Where possible, build and use static libraries for the target.
This potentially increases your code size and should only be
config BR2_HAVE_MANPAGES
bool "manpages on the target"
- default n
help
Leave the manpages on the target.
If you say n here, your target will not contain any
config BR2_HAVE_INFOPAGES
bool "infopages on the target"
- default n
help
Leave the infopages on the target.
If you say n here, your target will not contain any
config BR2_HAVE_DEVFILES
bool "development files in target filesystem"
- default n
help
Install headers and static libraries in the
target filesystem
<pre>
config BR2_PACKAGE_FOO
bool "foo"
- default n
help
This is a comment that explains what foo is.
config BR2_PACKAGE_ACE_OF_PENGUINS
bool "ace_of_penguins"
select BR2_PACKAGE_LIBPNG
- default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
The Ace of Penguins is a set of Unix/X solitaire games based
config BR2_PACKAGE_ACPID
bool "acpid"
depends on BR2_x86_64 || BR2_i386
- default n
help
Advanced Configuration and Power Interface event daemon.
config BR2_PACKAGE_ALSA_LIB
bool "alsa-lib"
- default n
help
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
config BR2_PACKAGE_ALSA_UTILS
bool "alsa-utils"
- default n
depends on BR2_PACKAGE_ALSA_LIB
depends on BR2_PACKAGE_NCURSES
help
config BR2_PACKAGE_ALSA_UTILS_ALSACONF
bool "alsaconf"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_ALSACTL
config BR2_PACKAGE_ALSA_UTILS_AMIDI
bool "amidi"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_AMIXER
bool "amixer"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_APLAY
bool "aplay"
- default n
select BR2_LARGEFILE
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_ARECORD
bool "arecord"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_IECSET
bool "iecset"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_ACONNECT
bool "aconnect"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_APLAYMIDI
bool "aplaymidi"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_ARECORDMIDI
bool "arecordmidi"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_ASEQDUMP
bool "aseqdump"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_ASEQNET
bool "aseqnet"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
config BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST
bool "speaker-test"
- default n
depends on BR2_PACKAGE_ALSA_UTILS
endmenu
config BR2_PACKAGE_ALSAMIXERGUI
bool "alsamixergui"
- default n
help
A nice GUI mixer for Alsa using fltk
config BR2_PACKAGE_ARGUS
bool "argus"
- default n
depends on BR2_PACKAGE_LIBPCAP
help
A Real Time Flow Monitor-based audit engine.
config BR2_PACKAGE_ASTERISK
bool "asterisk"
- default n
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_ZLIB
depends on BR2_PACKAGE_OPENSSL
config BR2_PACKAGE_AT
bool "at"
- default n
help
At and batch read shell commands from standard input and
store them as jobs to be scheduled for execution in the
config BR2_PACKAGE_ATK
bool "atk"
select BR2_PACKAGE_PKGCONFIG
- default n
depends on BR2_PACKAGE_LIBGLIB2
help
The ATK accessibility toolkit, needed to build GTK+-2.x.
config BR2_PACKAGE_AUMIX
bool "aumix"
- default n
select BR2_PACKAGE_NCURSES
help
aumix is a small, easy-to-use program to control the mixer
config BR2_PACKAGE_AUTOCONF
bool "autoconf"
- default n
help
Extensible program for developing configure scripts. These
scripts handle all the mundane system/feature detection.
config BR2_PACKAGE_AUTOMAKE
bool "automake"
- default n
help
Tool for automatically generating Makefile's for input to
configure scripts (made by autoconf).
config BR2_PACKAGE_AVAHI
bool "avahi"
select BR2_PACKAGE_LIBDAEMON
- default n
help
Avahi is a system which facilitates service
discovery on a local network.
config BR2_PACKAGE_AVAHI_DAEMON
bool "mDNS/DNS-SD daemon"
- default n
depends on BR2_PACKAGE_AVAHI
depends on BR2_PACKAGE_EXPAT
help
config BR2_PACKAGE_AXEL
bool "axel"
- default n
help
HTTP/FTP download accelerator.
config BR2_PACKAGE_BASH
bool "bash"
- default n
select BR2_PACKAGE_NCURSES
help
The standard GNU Bourne again shell.
config BR2_PACKAGE_BEECRYPT
bool "beecrypt"
- default n
help
Beecrypt is a general-purpose cryptography library.
config BR2_PACKAGE_BERKELEYDB
bool "berkeleydb"
- default n
help
The Berkeley database. A very common library for database
applications.
config BR2_PACKAGE_BIND
bool "bind"
- default n
help
BIND (Berkeley Internet Name Domain) is an implementation of
the Domain Name System (DNS) protocols and provides an openly
config BR2_PACKAGE_BISON
bool "bison"
- default n
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C
config BR2_PACKAGE_BLACKBOX
bool "blackbox"
- default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
Blackbox is a fast, lightweight window manager for the X Window System.
config BR2_PACKAGE_BOA
bool "boa"
- default n
help
A very small and very fast http daemon. Not intended as
a feature-packed server.
config BR2_PACKAGE_BOOTUTILS
bool "bootutils"
- default n
help
BootUtils is a collection of utilities to facilitate booting of
Linux 2.6-based systems. The process of finding the root volume
config BR2_PACKAGE_BRIDGE
bool "bridge-utils"
- default n
help
Manage ethernet bridging; a way to connect networks together to
form a larger network.
config BR2_PACKAGE_BSDIFF
bool "bsdiff"
- default n
select BR2_PACKAGE_BZIP2
help
Binary patch/diff like xdelta but creates smaller diffs.
config BR2_PACKAGE_BZIP2
bool "bzip2"
- default n
help
Freely available, patent free, high-quality data compressor.
It typically compresses files to within 10% to 15% of the best
config BR2_PACKAGE_CAIRO
bool "cairo"
- default n
select BR2_PACKAGE_PKGCONFIG
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_ZLIB
config BR2_PACKAGE_COREUTILS
bool "coreutils"
- default n
depends on BR2_USE_WCHAR
select BR2_UCLIBC_PROGRAM_INVOCATION
help
config BR2_PACKAGE_CUPS
bool "cups"
- default n
help
The Common Unix Print Subsystem
config BR2_PACKAGE_CURL
bool "curl"
- default n
help
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
and Dict servers, using any of the supported protocols.
config BR2_PACKAGE_LIBCURL
bool "libcurl"
- default n
help
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
and Dict servers, using any of the supported protocols.
config BR2_PACKAGE_CUSTOMIZE
bool "customize"
- default n
help
Add custom stuff to your buildroot.
config BR2_PACKAGE_CVS
bool "cvs"
- default n
depends on BR2_USE_WCHAR
select BR2_PACKAGE_NCURSES
help
config BR2_PACKAGE_CVS_SERVER
bool "server support"
- default n
depends on BR2_PACKAGE_CVS
help
Enable cvs server code
config BR2_PACKAGE_DASH
bool "dash"
- default n
help
The Debian/Linux port of the NetBSD version of
ash (the Almquist SHell).
config BR2_PACKAGE_MYSQL_CLIENT
bool "MySQL 5.1 client"
- default n
help
MySQL client
config BR2_PACKAGE_SQLITE
bool "sqlite"
- default n
select BR2_PACKAGE_NCURSES
select BR2_READLINE
help
config BR2_PACKAGE_DBUS_GLIB
bool "dbus-glib"
- default n
depends on BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_PKGCONFIG
config BR2_PACKAGE_DBUS
bool "dbus"
- default n
depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_PKGCONFIG
help
config BR2_PACKAGE_DEVMEM2
bool "devmem2"
- default n
help
Simple program to read/write from/to any location in memory.
config BR2_PACKAGE_ISC_DHCP
bool "DHCP support"
- default n
help
DHCP relay agent from the ISC DHCP distribution.
config BR2_PACKAGE_DHCP_SERVER
bool "dhcp server"
depends on BR2_PACKAGE_ISC_DHCP
- default n
help
DHCP server from the ISC DHCP distribution.
config BR2_PACKAGE_DHCP_RELAY
bool "dhcp relay"
depends on BR2_PACKAGE_ISC_DHCP
- default n
help
DHCP relay agent from the ISC DHCP distribution.
config BR2_PACKAGE_DHCP_CLIENT
bool "dhcp client"
depends on BR2_PACKAGE_ISC_DHCP
- default n
help
DHCP client from the ISC DHCP distribution.
config BR2_PACKAGE_DIALOG
bool "dialog"
- default n
select BR2_PACKAGE_NCURSES
help
dialog - display dialog boxes from shell scripts
config BR2_PACKAGE_DIFFUTILS
bool"diffutils"
- default n
help
GNU diff. Compare files per line.
config BR2_PACKAGE_DILLO
bool "dillo"
- default n
depends on BR2_PACKAGE_JPEG
depends on BR2_PACKAGE_LIBGLIB12
depends on BR2_PACKAGE_LIBGTK12
config BR2_PACKAGE_DIRECTFB
bool "directfb"
- default n
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_DIRECTFB_MULTI
bool "directfb multi application"
- default n
depends on BR2_PACKAGE_DIRECTFB
select BR2_PACKAGE_LINUX_FUSION
help
config BR2_PACKAGE_DISTCC
bool "distcc"
- default n
help
Distributed compiler client and server. Allows you to
distribute compilation of C code across several machines
config BR2_PACKAGE_DM
bool "dm"
- default n
help
The Device-mapper is a new component of the linux kernel that
supports logical volume management. It is required by LVM2 and EVMS.
config BR2_PACKAGE_DMALLOC
bool "dmalloc"
- default n
help
A debug memory allocation library which is a drop in replacement for
the system's malloc, realloc, calloc, free and other memory management
config BR2_PACKAGE_DMRAID
bool "dmraid"
- default n
select BR2_PACKAGE_DM
help
Device-Mapper Software RAID support tool/
config BR2_PACKAGE_DNSMASQ
bool "dnsmasq"
- default n
help
A lightweight DNS and DHCP server. It is intended to provide
coupled DNS and DHCP service to a LAN.
config BR2_PACKAGE_DOCKER
bool "docker"
- default n
help
a system tray dock for X
config BR2_PACKAGE_DROPBEAR
bool "dropbear"
- default n
help
A small SSH 2 server designed for small memory environments.
config BR2_PACKAGE_DUMMY
bool "dummy"
- default n
help
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
config BR2_PACKAGE_E2FSPROGS
bool "e2fsprogs"
- default n
help
The EXT2 file system utilities and libraries
config BR2_PACKAGE_ED
bool "ed"
- default n
help
A line-oriented text editor. Used to create, display, modify,
and otherwise manipulate text files. Often used in scripts
config BR2_PACKAGE_NANO
bool "nano"
- default n
select BR2_PACKAGE_NCURSES
help
A nice ncurses-based editor. Started out as a clone of pico.
config BR2_PACKAGE_UEMACS
bool "uemacs"
- default n
select BR2_PACKAGE_NCURSES
help
A small emacs.
config BR2_PACKAGE_VIM
bool "vim"
- default n
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_PKGCONFIG
help
config BR2_PACKAGE_ETHTOOL
bool "ethtool"
- default n
help
ethtool is a small utility for examining and tuning your
ethernet-based network interface.
config BR2_PACKAGE_EXPAT
bool"expat"
- default n
select BR2_PACKAGE_PKGCONFIG
help
The Expat XML Parser.
config BR2_PACKAGE_EZXML
bool "ezxml"
- default n
help
ezXML is a XML parser C library that is simple and easy to use.
config BR2_PACKAGE_FAKEROOT
bool "fakeroot"
- default n
help
Run commands in an environment faking root privileges.
# dummy for fakeroot-source
config BR2_HOST_FAKEROOT
bool
- default n
config BR2_PACKAGE_FBSET
bool "fbset"
- default n
help
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
config BR2_PACKAGE_FBV
bool "fbv"
- default n
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBUNGIF
config BR2_PACKAGE_FCONFIG
bool "fconfig"
- default n
help
fconfig - get/set RedBoot configuration parameters from Linux.
menuconfig BR2_PACKAGE_FESTIVAL
bool "festival text-to-speech system"
-default n
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_SPEECH_TOOLS
help
config BR2_PACKAGE_FESTLEX_CMU
bool "Carnegie Mellon University"
- default n
help
Lexicon for the festival text to speech system
config BR2_PACKAGE_FESTLEX_OALD
bool "Oxford Advanced Learners dictionary"
- default n
help
Lexicon for the festival text to speech system
config BR2_PACKAGE_FESTLEX_POS
bool "POSLEX"
- default n
help
Lexicon for the festival text to speech system
- http://festvox.org/packed/festival/latest
\ No newline at end of file
+ http://festvox.org/packed/festival/latest
config BR2_PACKAGE_SPEECH_TOOLS
bool "speech tools for festival"
- default n
help
Speech tools for the festival text to speech system
config BR2_PACKAGE_FESTVOX_AWB
bool "Alan Scottish English"
- default n
help
Scottish English voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_BDL
bool "Brian US English"
- default n
help
US English male voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_JMK
bool "John Canadian English"
- default n
help
Canadian English voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_SLT
bool "Stephanie US English"
- default n
help
US English female voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_AWB_MULTISYN
bool "Alan multisyn (big file)"
- default n
help
voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_JMK_MULTISYN
bool "John multisyn (big file)"
- default n
help
voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_KAL_SIXTEENK
bool "Kevin diphone US English 16k"
- default n
help
diphone voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_KED_EIGHTK
bool "Kurt diphone American English 8k"
- default n
help
diphone voice for the festival text to speech system
config BR2_PACKAGE_FESTVOX_KED_SIXTEENK
bool "Kurt diphone American English 16k"
- default n
help
diphone voice for the festival text to speech system
config BR2_PACKAGE_FILE
bool "file"
- default n
help
Program to identify a file's format by scanning binary data
for known patterns.
config BR2_PACKAGE_FINDUTILS
bool "findutils"
- default n
depends on BR2_USE_WCHAR
help
Basic directory searching utilities. Provides the
config BR2_PACKAGE_FIS
bool "fis"
- default n
help
fis - manipulate RedBoot partition table from Linux.
config BR2_PACKAGE_FLEX
bool "flex"
- default n
help
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
config BR2_PACKAGE_FLTK
bool "fltk"
- default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
bool "fontconfig"
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_EXPAT
- default n
help
a library for font customization and configuration.
config BR2_PACKAGE_FREETYPE
bool "freetype"
- default n
select BR2_PACKAGE_PKGCONFIG
help
a free, high-quality and portable font engine.
config BR2_PACKAGE_LIBFUSE
bool "libfuse"
- default n
select BR2_LARGEFILE
help
FUSE (Filesystem in UserSpacE)
config BR2_PACKAGE_LINUX_FUSION
bool "linux-fusion communication layer for DirectFB multi"
- default n
depends on BR2_PACKAGE_DIRECTFB
help
DirectFB Communication Layer allowing multiple DirectFB
config BR2_PACKAGE_GADGETFS_TEST
bool "gadgetfs-test"
- default n
help
Test program for gadgetfs from linux-usb.org
config BR2_PACKAGE_GADGETFS_TEST_USE_AIO
bool "use asynchronous i/o"
- default n
depends on BR2_PACKAGE_GADGETFS_TEST
select BR2_PACKAGE_LIBAIO
help
config BR2_PACKAGE_GAMIN
bool "gamin"
- default n
help
the File Alteration Monitor
config BR2_PACKAGE_GAWK
bool "gawk"
- default n
depends on BR2_USE_WCHAR
help
A special-purpose programming language which is data driven
config BR2_PACKAGE_GETTEXT
bool "gettext"
- default n
select BR2_PACKAGE_PKGCONFIG
help
The GNU `gettext' utilities are a set of tools that provide a
config BR2_PACKAGE_GETTEXT_STATIC
bool "Use libgettext.a instead of libgettext.so.*"
- default n
depends on BR2_PACKAGE_GETTEXT
depends on BR2_arm
help
config BR2_PACKAGE_LIBINTL
bool "libintl"
- default n
help
Selecting this package installs all of gettext in the staging
directory and the shared library for it's use in the target.
config BR2_PACKAGE_LIBGMP
bool "gmp"
- default n
help
GNU Multiple Precision Arithmetic Library.
config BR2_PACKAGE_LIBGMP_HEADERS
bool "gmp headers for target"
- default n
depends on BR2_PACKAGE_LIBGMP
help
Install the gmp.h for the target.
config BR2_PACKAGE_GNUCHESS
bool "gnuchess"
- default n
help
GNU Chess lets most modern computers play a full game of chess.
config BR2_PACKAGE_GPERF
bool "gperf"
- default n
help
A 'perfect hash function' generator
config BR2_PACKAGE_GQVIEW
bool "gqview"
- default n
select BR2_PACKAGE_PKGCONFIG
help
GQview is an image viewer for Unix operating systems (developed on Linux).
config BR2_PACKAGE_GREP
bool "grep"
- default n
select BR2_PACKAGE_GETTEXT
select BR2_PACKAGE_LIBINTL
help
config BR2_PACKAGE_LIBGTK2_ENGINES
bool "gtk engines"
- default n
depends on BR2_PACKAGE_LIBGTK2
help
A collection of basic theme engines for GTK+.
config BR2_PACKAGE_GTK2_THEME_HICOLOR
bool "hicolor (defaut theme)"
- default n
depends on BR2_PACKAGE_LIBGTK2
endmenu
config BR2_PACKAGE_GZIP
bool "gzip"
- default n
help
Standard GNU compressor. Provides things like gzip,
gunzip, gzcat, etc...
config BR2_PACKAGE_HAL
bool "hal"
- default n
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_DBUS_GLIB
select BR2_PACKAGE_HWDATA
config BR2_PACKAGE_HASERL
bool "haserl"
- default n
help
Haserl is a small cgi wrapper that enables shell scripts to be
embedded into html documents. It is intended for environments
config BR2_PACKAGE_HDPARM
bool "hdparm"
- default n
help
hdparm - get/set hard disk parameters for Linux IDE drives.
config BR2_PACKAGE_HOSTAP
bool "hostap"
- default n
depends on BR2_DEPRECATED
select BR2_PACKAGE_PCMCIA
help
config BR2_PACKAGE_HOTPLUG
bool "hotplug"
- default n
help
Plug in new devices and use them immediately.
config BR2_PACKAGE_HWDATA
bool "hwdata"
- default n
help
Various hardware identification and configuration data, such as
the pci.ids database, or the XFree86/xorg Cards database.
config BR2_PACKAGE_I2C_TOOLS
bool "i2c-tools"
- default n
help
Heterogeneous set of I2C tools for Linux
config BR2_PACKAGE_ICU
bool "icu"
- default n
help
International Components for Unicode.
config BR2_PACKAGE_IFPLUGD
bool "ifplugd"
- default n
select BR2_PACKAGE_LIBDAEMON
help
Ifplugd is a daemon which will automatically configure your
config BR2_PACKAGE_IMAGEMAGICK
bool "imagemagick"
- default n
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_TIFF
help
config BR2_PACKAGE_INPUT_TOOLS
bool "input-tools"
- default n
help
Tools for the Linux kernel input layer.
http://linuxconsole.sourceforge.net/
config BR2_PACKAGE_IOSTAT
bool "iostat"
- default n
help
An I/O performance monitoring utility.
config BR2_PACKAGE_IPERF
bool "iperf"
- default n
select BR2_INSTALL_LIBSTDCPP
help
Internet Protocol bandwidth measuring tool for measuring
config BR2_PACKAGE_IPKG
bool "ipkg"
- default n
help
The Itsy Package Installer from handhelds.org
config BR2_PACKAGE_IPROUTE2
bool "iproute2"
- default n
help
Kernel routing and traffic control utilities. Provides things
like ip and tc.
config BR2_PACKAGE_IPSEC_TOOLS
bool "ipsec-tools"
- default n
depends on BR2_PACKAGE_OPENSSL && BR2_PACKAGE_FLEX && BR2_PACKAGE_FLEX_LIBFL
help
This package is required to support IPSec for Linux 2.6+
be contacted by racoonctl(8).
config BR2_PACKAGE_IPSEC_TOOLS_NATT
- default n
depends on BR2_PACKAGE_IPSEC_TOOLS
bool "Enable NAT-Traversal"
help
config BR2_PACKAGE_IPSEC_TOOLS_FRAG
- default n
depends on BR2_PACKAGE_IPSEC_TOOLS
bool "Enable IKE fragmentation."
help
IPv6 support.
config BR2_PACKAGE_IPSEC_TOOLS_READLINE
- default n
depends on BR2_PACKAGE_IPSEC_TOOLS
select BR2_READLINE
bool "Enable readline input support if available."
config BR2_PACKAGE_IPTABLES
bool "iptables"
- default n
help
Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
menuconfig BR2_PACKAGE_IRDA_UTILS
bool "irda_utils"
- default n
help
Tools for accessing the irda-Subsystem of the Linux-Kernel
config IRDA_IRDAPING
bool "irdaping"
- default n
help
what ping is for networks is irdaping for Irda
config IRDA_IRNETD
bool "irnetd"
- default n
help
Needed for Networking over Irda
config IRDA_IRDADUMP
bool "irdadump"
- default n
help
Like tcpdump, but for infrared connections
config IRDA_FINDCHIP
bool "findchip"
- default n
config IRDA_PSION
bool "support psion-dongle"
- default n
config IRDA_TEKRAM
bool "support tekram-dongle"
- default n
config IRDA_SMCINIT
bool "support toshiba-laptops"
- default n
help
Some Toshiba Laptops have buggy BIOSes which didn't initialize
Irda. This may help those.
config BR2_PACKAGE_CLASSPATH
bool "classpath"
select BR2_PACKAGE_PKGCONFIG
- default n
help
GNU Classpath, Essential Libraries for Java, is a GNU
config BR2_PACKAGE_CONCIERGE
bool "concierge"
- default n
depends on BR2_PACKAGE_JAMVM
help
config BR2_PACKAGE_JAMVM
bool "jamvm"
- default n
depends on BR2_PACKAGE_CLASSPATH
select BR2_PACKAGE_PKGCONFIG
help
config BR2_PACKAGE_JPEG
bool "jpeg"
- default n
help
The ubiquitous C library for manipulating JPEG images.
config BR2_PACKAGE_KEXEC
bool "kexec"
- default n
help
Kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
config BR2_PACKAGE_KEXEC_ZLIB
bool "Kexec with zlib support"
depends on BR2_PACKAGE_KEXEC
- default n
select BR2_PACKAGE_ZLIB
help
Support for compressed kernel images
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_DBUS_GLIB
- default n
help
Kismet - 802.11 layer2 wireless network detector, sniffer, and intrusion detection system
config BR2_PACKAGE_L2TP
bool "l2tp"
- default n
help
Layer 2 Tunnelling Protocol (RFC2661).
config BR2_PACKAGE_LEAFPAD
bool "leafpad"
- default n
help
GTK+ based simple text editor
config BR2_PACKAGE_LESS
bool "less"
- default n
select BR2_PACKAGE_NCURSES
help
Excellent text file viewer.
config BR2_PACKAGE_LIBAIO
bool "libaio"
- default n
help
Library for doing asynchronous I/O
config BR2_PACKAGE_LIBART
bool "libart"
- default n
help
Libart is a library for high-performance 2D graphics. It
supports a very powerful imaging model, basically the same
config BR2_PACKAGE_LIBCGI
bool "libcgi"
- default n
help
LibCGI is a library written from scratch to easily make
CGI applications in C.
config BR2_PACKAGE_LIBCGICC
bool "libcgicc"
- default n
select BR2_INSTALL_LIBSTDCPP
help
GNU cgicc is a C++ class library that greatly simplifies
config BR2_PACKAGE_LIBDAEMON
bool "libdaemon"
- default n
select BR2_PACKAGE_PKGCONFIG
help
libdaemon is a lightweight C library that eases the
config BR2_PACKAGE_LIBDRM
bool "libdrm"
- default n
select BR2_PACKAGE_PKGCONFIG
help
Direct Rendering Manager
config BR2_PACKAGE_LIBEXOSIP2
bool "libeXosip2"
- default n
help
GNU Higher level SIP (Session Initiation Protocol)
This library aims to provide multimedia and telecom software
config BR2_PACKAGE_LIBELF
bool "libelf"
- default n
help
This is the public release of libelf-0.8.5, a free ELF object
file access library. This build does not generate a shared
config BR2_PACKAGE_LIBELF_HEADERS
bool "headers on the target"
- default n
depends on BR2_PACKAGE_LIBELF
help
Whether to copy the lib and the headers to the
config BR2_PACKAGE_LIBEVENT
bool "libevent"
- default n
help
Userspace library for handling asynchronous notifications
config BR2_PACKAGE_LIBFLOAT
bool "libfloat"
- default n
help
Soft floating point library.
config BR2_PACKAGE_LIBGCRYPT
bool "libgcrypt"
select BR2_PACKAGE_LIBGPG_ERROR
- default n
help
LibGCrypt is GNU's basic cryptographic library.
config BR2_PACKAGE_LIBGLIB12
bool "libglib12"
- default n
help
Low-level core library that forms the basis of GTK+ and GNOME.
config BR2_PACKAGE_LIBGLIB2
bool "libglib2"
- default n
select BR2_ENABLE_LOCALE
select BR2_PACKAGE_GETTEXT
select BR2_PACKAGE_LIBINTL
config BR2_PACKAGE_LIBGPG_ERROR
bool "libgpg-error"
- default n
help
Libgpg-error is a small library with error codes and
descriptions shared by most GnuPG related software.
config BR2_PACKAGE_LIBGTK12
bool "libgtk12"
- default n
select BR2_PACKAGE_LIBGLIB12
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7||BR2_PACKAGE_TINYX
help
config BR2_PACKAGE_LIBGTK2
bool "libgtk2"
- default n
select BR2_PACKAGE_ATK
select BR2_PACKAGE_CAIRO
select BR2_PACKAGE_CUPS
config BR2_PACKAGE_LIBICONV
bool "libiconv"
- default n
help
unicode conversion library
config BR2_PACKAGE_LIBID3TAG
bool "libid3tag"
- default n
select BR2_PACKAGE_ZLIB
depends on BR2_PACKAGE_LIBMAD
help
config BR2_PACKAGE_LIBLOCKFILE
bool "liblockfile"
- default n
help
NFS-safe locking library.
config BR2_PACKAGE_LIBMAD
bool "libmad"
- default n
help
High-quality MPEG audio decoder. All computations are performed
with fixed-point integer arithmetic, making it ideal for systems
config BR2_PACKAGE_LIBMAD_TARGET_HEADERS
bool "libmad headers in target"
- default n
depends on BR2_PACKAGE_LIBMAD
help
Put headers files in the target.
config BR2_PACKAGE_LIBOGG
bool "libogg"
- default n
select BR2_PACKAGE_PKGCONFIG
help
Ogg is the name of Xiph.org's container format for audio,
config BR2_PACKAGE_LIBOSIP2
bool "libosip2"
- default n
help
GNU SIP (Session Initiation Protocol)
This library aims to provide multimedia and telecom software
config BR2_PACKAGE_LIBPCAP
bool "libpcap"
select BR2_PACKAGE_ZLIB
- default n
help
A system-independent library for user-level network packet capture.
config BR2_PACKAGE_LIBPNG
bool "libpng"
- default n
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_PKGCONFIG
help
config BR2_PACKAGE_LIBRAW1394
bool "libraw1394"
- default n
help
Library for direct access to IEEE 1394 bus.
config BR2_PACKAGE_LIBSEXY
bool "libsexy"
- default n
help
libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets.
config BR2_PACKAGE_LIBSNDFILE
bool "libsndfile"
- default n
help
Libsndfile is a C library for reading and writing files containing
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
config BR2_PACKAGE_LIBSYSFS
bool "libsysfs"
- default n
help
These are a set of utilities built upon sysfs, a filesystem in
Linux 2.6 kernels that exposes a system's device tree.
config BR2_PACKAGE_LIBTOOL
bool "libtool"
- default n
help
Library that hides the complexity of using shared/static libraries
on different platforms behind a consistent, portable interface.
config BR2_PACKAGE_LIBUNGIF
bool "libungif"
- default n
help
libungif is a library for handling the uncompressed GIF image format.
config BR2_PACKAGE_LIBUSB
bool "libusb"
- default n
select BR2_PACKAGE_PKGCONFIG
help
Userspace library for accessing USB devices
config BR2_PACKAGE_LIBVORBIS
bool "libvorbis"
- default n
depends on BR2_PACKAGE_LIBOGG
select BR2_PACKAGE_PKGCONFIG
help
config BR2_PACKAGE_LIBVORBIS_TREMOR
bool "use fixed point implementation (tremor)"
default y if BR2_SOFT_FLOAT
- default n
depends on BR2_PACKAGE_LIBVORBIS
help
Use the Tremor fixed point implementation
config BR2_PACKAGE_LIBXML2
bool "libxml2"
- default n
help
XML C Parser
ftp://xmlsoft.org/libxml2
config BR2_PACKAGE_LIBXML2_TARGET_HEADERS
bool "libxml2 target headers"
- default n
depends on BR2_PACKAGE_LIBXML2
help
XML C Parser
config BR2_PACKAGE_LIBXSLT
bool "libxslt"
- default n
select BR2_PACKAGE_PKGCONFIG
help
Install the xslt library which is used
config BR2_PACKAGE_LIGHTTPD
bool "lighttpd"
- default n
help
lighttpd a secure, fast, compliant and very flexible web-server
which has been optimized for high-performance environments. It
config BR2_PACKAGE_LIGHTTPD_ZLIB
bool "lighttpd zlib support"
- default n
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_ZLIB
help
config BR2_PACKAGE_LIGHTTPD_BZIP2
bool "lighttpd bzip2 support"
- default n
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_BZIP2
help
config BR2_PACKAGE_LIGHTTPD_PCRE
bool "pcre"
- default n
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_PCRE
help
config BR2_PACKAGE_LINKS
bool "links"
- default n
help
Graphics and text mode WWW browser (kind of like lynx).
config BR2_PACKAGE_LM_SENSORS
bool "lm-sensors"
- default n
help
Lm-sensors is a hardware health monitoring package for
Linux. It allows you to access information from
config BR2_PACKAGE_LOCKFILE_PROGS
bool "lockfile programs"
- default n
select BR2_PACKAGE_LIBLOCKFILE
help
Build lockfile utility programs.
config BR2_PACKAGE_LRZSZ
bool "lrzsz"
- default n
help
Portable and fast implementation of the X/Y/Zmodem protocols.
config BR2_PACKAGE_LSOF
bool "lsof"
- default n
help
lsof (LiSt Open Files)
The lsof tool lists information about files opened by
config BR2_PACKAGE_LTP-TESTSUITE
bool "ltp-testsuite"
- default n
help
The Linux Test Project provides a huge testsuite for Linux.
config BR2_PACKAGE_LTRACE
bool "ltrace"
- default n
#depends on BR2_LARGEFILE
select BR2_PACKAGE_LIBELF_HEADERS
help
config BR2_PACKAGE_LTT
bool "LTT (Linux Trace Toolkit)"
- default n
help
A suite of tools designed to extract program execution
details from the Linux operating system and interpret them.
config BR2_PACKAGE_LUA
bool "lua"
- default n
depends on BR2_READLINE
depends on BR2_PACKAGE_NCURSES
help
config BR2_PACKAGE_LVM2
bool "lvm2"
- default n
select BR2_PACKAGE_DM
help
LVM2 refers to a new userspace toolset that provide logical
config BR2_PACKAGE_LXDOOM
bool "lxdoom"
- default n
help
This is the linux version of the popular doom game.
config BR2_PACKAGE_LXDOOM_WAD
bool "lxdoom-wad"
- default n
depends on BR2_PACKAGE_LXDOOM
help
This is the shareware wad data files for the doom game.
config BR2_PACKAGE_LZMA_TARGET
bool "Install lzma for the target system"
- default n
select BR2_GCC_CROSS_CXX
help
lzma utils on the target
config BR2_PACKAGE_LZMA_TARGET_HEADERS
bool "lzma headers in target"
- default n
depends on BR2_PACKAGE_LZMA_TARGET
help
Put headers files in the target.
config BR2_PACKAGE_LZMA_HOST
bool "Install lzma for the host/build system"
- default n
help
lzma utils on the host
config BR2_PACKAGE_LZO
bool "lzo"
- default n
help
Portable lossless data compression library written in ANSI C.
config BR2_PACKAGE_M4
bool "m4"
- default n
help
An implementation of the traditional Unix macro processor.
config BR2_PACKAGE_MADPLAY
bool "madplay"
- default n
select BR2_PACKAGE_LIBMAD
select BR2_PACKAGE_LIBID3TAG
help
config BR2_PACKAGE_MAGICCUBE4D
bool "magiccube4d"
- default n
help
Another rubiks cube-like game in 4D
config BR2_PACKAGE_MAKE
bool "make"
- default n
help
A tool which controls the generation of executables and other
non-source files of a program from the program's source files.
config BR2_PACKAGE_MATCHBOX
bool "MatchBox Window Manager"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_PKGCONFIG
select BR2_PACKAGE_FONTCONFIG
bool "Enable Matchbox Startup Notification"
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XAPP_XSM
- default n
help
Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox
config BR2_PACKAGE_MATCHBOX_PANEL
bool "Matchbox Panel"
depends on BR2_PACKAGE_MATCHBOX
- default n
help
A flexible always present 'window bar' for holding application launchers"
config BR2_PACKAGE_MATCHBOX_DESKTOP
bool "Matchbox Desktop"
depends on BR2_PACKAGE_MATCHBOX
- default n
help
A PDA style application launcher or 'item browser'.
bool "Metchbox Virtual Keyboard"
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXTST
- default n
help
Virtual Keyboard (developement version from CVS)
config BR2_PACKAGE_MDADM
bool "mdadm"
- default n
help
Utility for managing RAID hardware.
config BR2_PACKAGE_MDNSRESPONDER
bool "mDNSResponder"
- default n
help
The mDNSResponder project is a component of Bonjour,
Apple's initiative for zero-configuration networking.
config BR2_PACKAGE_MDNSRESPONDER_UTILS
bool "client and utils"
- default n
depends on BR2_PACKAGE_MDNSRESPONDER
help
Install the client applications and debug utils
config BR2_PACKAGE_MEMTESTER
bool "memtester"
- default n
help
A userspace utility for testing the memory subsystem for faults.
bool "metacity"
select BR2_PACKAGE_LIBGTK2
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
- default n
help
Metacity is a window manager for the X Window System.
config BR2_PACKAGE_MICROCOM
bool "microcom"
- default n
help
A minicom-like serial terminal emulator with scripting support.
config BR2_PACKAGE_MICROPERL
bool "microperl"
- default n
help
Perl without operating-specific functions such as readdir.
config BR2_PACKAGE_MICROWIN
bool "microwin"
- default n
help
Microwindows Graphical User Interface for small and
embedded enviroments.
select BR2_PACKAGE_WEBKIT
select BR2_PACKAGE_LIBSEXY
select BR2_PACKAGE_PKGCONFIG
- default n
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
Midori is a lightweight web browser based on WebKit
config BR2_PACKAGE_MIIDIAG
bool "mii-diag"
- default n
help
mii-diag allows you to manipulate the MII registers of
network cards.
config BR2_PACKAGE_MKDOSFS
bool "mkdosfs"
- default n
help
Creates a DOS FAT filesystem on a device.
config BR2_PACKAGE_MODULE_INIT_TOOLS
bool "module-init-tools"
- default n
help
The module-init-tools package contains a set of programs for
loading, inserting, and removing kernel modules for Linux
config BR2_PACKAGE_MODUTILS
bool "modutils"
- default n
depends on !BR2_PACKAGE_MODULE_INIT_TOOLS
help
The modutils packages includes the kerneld program for automatic
config BR2_PACKAGE_MPATROL
bool "mpatrol"
- default n
depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
help
config BR2_PACKAGE_LIBMPFR
bool "mpfr"
- default n
default y if BR2_INSTALL_FORTRAN
select BR2_PACKAGE_LIBGMP
help
config BR2_PACKAGE_LIBMPFR_HEADERS
bool "mpfr headers for target"
- default n
depends on BR2_PACKAGE_LIBMPFR
select BR2_PACKAGE_LIBGMP_HEADERS
help
config BR2_PACKAGE_MPG123
bool "mpg123"
- default n
help
Fast, free and portable MPEG audio player for Unix. It supports
MPEG 1.0/2.0 layers 1, 2 and 3.
config BR2_PACKAGE_MPLAYER
bool "mplayer"
- default n
select BR2_PACKAGE_LIBMAD
help
MPlayer is a movie player which runs on many systems and supports
config BR2_PACKAGE_MROUTED
bool "mrouted"
- default n
help
An implementation of the DVMRP multicast routing protocol.
menuconfig BR2_PACKAGE_MTD
bool "mtd/jffs2 utilities"
- default n
select BR2_PACKAGE_ZLIB
help
Build mtd/jffs utilities
config BR2_PACKAGE_MUTT
bool "mutt (BROKEN for wchar; FIXME!)"
- default n
select BR2_PACKAGE_NCURSES
help
Mutt is a sophisticated text-based Mail User Agent (MUA)
config BR2_PACKAGE_NBD
bool "nbd"
- default n
select BR2_PACKAGE_LIBGLIB2
help
NBD is a set of utilities to configure network block devices,
config BR2_PACKAGE_NCFTP
bool "ncftp"
- default n
help
NcFTP Client (also known as just NcFTP) is a set of FREE application
programs implementing the File Transfer Protocol (FTP).
config BR2_PACKAGE_NCFTP_SPOOLER
bool "NcFTPSpooler - spooler - not working properly"
- default n
depends on BR2_PACKAGE_NCFTP
config BR2_PACKAGE_NCFTP_BOOKMARKS
bool "NcFTPBookmarks - not working properly"
- default n
depends on BR2_PACKAGE_NCFTP
endmenu
config BR2_PACKAGE_NCURSES
bool "ncurses"
- default n
help
The Ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more.
config BR2_PACKAGE_NCURSES_TARGET_PANEL
bool "ncurses libpanel in target"
- default n
depends on BR2_PACKAGE_NCURSES
help
Includes ncurses dynamic libpanel in target
config BR2_PACKAGE_NCURSES_TARGET_FORM
bool "ncurses libform in target"
- default n
depends on BR2_PACKAGE_NCURSES
help
Includes ncurses dynamic libform in target
config BR2_PACKAGE_NCURSES_TARGET_MENU
bool "ncurses libmenu in target"
- default n
depends on BR2_PACKAGE_NCURSES
help
Includes ncurses dynamic libmenu in target
config BR2_PACKAGE_NCURSES_TARGET_HEADERS
bool "ncurses headers in target"
- default n
depends on BR2_PACKAGE_NCURSES
help
Ncurses headers in target
config BR2_PACKAGE_NEON
bool "libneon"
- default n
help
HTTP and WebDAV client library, with a C interface.
config BR2_PACKAGE_NETCAT
bool "netcat"
- default n
help
Netcat is a featured networking utility which reads and writes data
across network connections, using the TCP/IP protocol.
config BR2_PACKAGE_NETKITBASE
bool "netkitbase"
select BR2_INET_RPC
- default n
help
Old-style inetd.
config BR2_PACKAGE_NETKITTELNET
bool "netkittelnet"
- default n
help
Standard Linux telnet client and server.
config BR2_PACKAGE_NETPLUG
bool "netplug"
- default n
help
A Linux daemon that manages network interfaces in
response to network cables being plugged in and out.
config BR2_PACKAGE_NETSNMP
bool "netsnmp"
- default n
select BR2_PACKAGE_OPENSSL
help
Suite of applications used to implement SNMP v1, SNMP v2c, and
config BR2_PACKAGE_NEWT
bool "newt"
- default n
help
Programming library for color text mode, widget based user interfaces.
config BR2_PACKAGE_NFS_UTILS
bool "nfs-utils"
depends on BR2_INET_RPC
- default n
help
The NFS Linux kernel server.
Warning: We do not force largefile support on here on purpose.
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
bool "rpcdebug"
- default n
depends on BR2_PACKAGE_NFS_UTILS
help
The RPC debugging utility
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
bool "rpc.lockd"
- default n
depends on BR2_PACKAGE_NFS_UTILS
help
NFS lock manager for Linux kernels older than 2.4
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
bool "rpc.rquotad"
- default n
depends on BR2_PACKAGE_NFS_UTILS
help
NFS remote quota server
config BR2_PACKAGE_NG_SPICE_REWORK
bool "ng-spice-rework"
- default n
help
Ngspice is a mixed-level/mixed-signal circuit simulator.
config BR2_PACKAGE_NTFS-3G
bool "ntfs-3g"
- default n
select BR2_PACKAGE_PKGCONFIG
help
The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, and Haiku. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems. Most POSIX file system operations are supported, with the exception of full file ownership and access right support.
config BR2_PACKAGE_NTP
bool "ntp"
- default n
help
Network Time Protocol suite/programs.
Provides things like ntpd, ntpdate, ntpq, etc...
config BR2_PACKAGE_NTP_SNTP
bool "sntp"
- default n
depends on BR2_PACKAGE_NTP
help
Simple network time protocol program
config BR2_PACKAGE_OLSR
bool "OLSR mesh networking Daemon"
- default n
help
olsr
config BR2_PACKAGE_OPENMOTIF
bool "openmotif"
- default n
help
OpenMotif is the publicly licensed version of Motif, the industry standard user interface toolkit for UNIX systems.
config BR2_PACKAGE_OPENNTPD
bool "OpenNTPD"
- default n
help
OpenNTPD is an easy to use implementation of the Network Time
Protocol. It provides the ability to sync the local clock
config BR2_PACKAGE_OPENSSH
bool "openssh"
- default n
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
config BR2_PACKAGE_OPENSSL
bool "openssl"
- default n
help
A collaborative effort to develop a robust, commercial-grade, fully
featured, and Open Source toolkit implementing the Secure Sockets
config BR2_PACKAGE_OPENSSL_TARGET_HEADERS
bool "openssl headers in target"
- default n
depends on BR2_PACKAGE_OPENSSL
help
Put openssl headers in the target.
config BR2_PACKAGE_OPENSWAN
bool "openswan"
- default n
select BR2_PACKAGE_LIBGMP
select BR2_PACKAGE_MICROPERL
help
config BR2_PACKAGE_OPENSWAN_DEBUGGING
bool "debugging support"
- default n
depends on BR2_PACKAGE_OPENSWAN
help
Enable debugging support.
config BR2_PACKAGE_OPENVPN
bool "openvpn"
- default n
select BR2_PACKAGE_LZO
select BR2_PACKAGE_OPENSSL
help
config BR2_PACKAGE_OPROFILE
bool "oprofile"
- default n
select BR2_PACKAGE_POPT
select BR2_INSTALL_LIBSTDCPP
help
config BR2_PACKAGE_PANGO
bool "pango"
- default n
select BR2_PACKAGE_PKGCONFIG
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_EXPAT
config BR2_PACKAGE_PATCH
bool "patch"
- default n
help
Take patch files (containing difference listings) and apply them
to original files, producing patched versions.
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
- default n
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.
select BR2_PACKAGE_GAMIN
select BR2_PACKAGE_STARTUP_NOTIFICATION
select BR2_PACKAGE_LIBGTK2
- default n
help
An extremly fast and lightweight file manager which features tabbed browsing and user-friendly interface.
config BR2_PACKAGE_PCMCIA
bool "pcmcia"
- default n
depends on BR2_PACKAGE_LINUX
help
PCMCIA tools for Linux.
config BR2_PACKAGE_PCRE
bool "pcre"
- default n
help
Perl Compatible Regular Expressions
config BR2_PACKAGE_PHP_EXT_SOCKETS
bool "socket"
depends on BR2_PACKAGE_PHP
- default n
help
Sockets support
config BR2_PACKAGE_PHP_EXT_OPENSSL
bool "openssl"
depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL
- default n
help
openssl support
config BR2_PACKAGE_PHP_EXT_EXIF
bool "EXIF"
depends on BR2_PACKAGE_PHP
- default n
help
EXIF support
config BR2_PACKAGE_PHP_EXT_FTP
bool "FTP"
depends on BR2_PACKAGE_PHP
- default n
help
FTP Support
config BR2_PACKAGE_PHP_EXT_GETTEXT
bool "gettext"
depends on BR2_PACKAGE_PHP && BR2_PACKAGE_GETTEXT
- default n
help
gettext support
config BR2_PACKAGE_PHP_EXT_GMP
bool "gmp"
depends on BR2_PACKAGE_PHP && BR2_PACKAGE_LIBGMP
- default n
help
GMP support
config BR2_PACKAGE_PHP_EXT_JSON
bool "JSON"
depends on BR2_PACKAGE_PHP
- default n
help
JSON support
config BR2_PACKAGE_PHP_EXT_READLINE
bool "readline"
depends on BR2_PACKAGE_PHP && (BR2_PACKAGE_PHP_CLI || BR2_PACKAGE_PHP_CGI) && BR2_READLINE
- default n
help
readline support
config BR2_PACKAGE_PHP_EXT_NCURSES
bool "ncurses"
depends on BR2_PACKAGE_PHP && (BR2_PACKAGE_PHP_CLI || BR2_PACKAGE_PHP_CGI) && BR2_PACKAGE_NCURSES
- default n
help
ncurses support
config BR2_PACKAGE_PHP_EXT_SYSVMSG
bool "sysvmsg - System V Message queue"
depends on BR2_PACKAGE_PHP
- default n
help
System V Message queue support
config BR2_PACKAGE_PHP_EXT_SYSVSEM
bool "sysvsem - System V Semaphores"
depends on BR2_PACKAGE_PHP
- default n
help
System V Sempahore support
config BR2_PACKAGE_PHP_EXT_SYSVSHM
bool "sysvshm - System V Shared memory"
depends on BR2_PACKAGE_PHP
- default n
help
System V Shared memory support
config BR2_PACKAGE_PHP_EXT_ZIP
bool "zip"
depends on BR2_PACKAGE_PHP
- default n
help
Zip Support
config BR2_PACKAGE_PHP_EXT_FILTER
bool "filter"
depends on BR2_PACKAGE_PHP
- default n
help
Input filter support
config BR2_PACKAGE_PHP_EXT_SQLITE_UTF8
bool "sqlite UTF8 support"
depends on BR2_PACKAGE_PHP && BR2_PACKAGE_PHP_EXT_SQLITE
- default n
help
UTF8 Support for sqlite
bool "PDO_MySQL"
depends on BR2_PACKAGE_PHP && BR2_PACKAGE_PHP_EXT_PDO
select BR2_PACKAGE_MYSQL_CLIENT
- default n
help
MySQL support for PDO
config BR2_PACKAGE_PHP
bool "php"
- default n
help
PHP is a widely-used general-purpose scripting
language that is especially suited for Web development
config BR2_PACKAGE_PKGCONFIG
bool "pkg-config"
- default n
help
pkg-config is a system for managing library compile/link
flags that works with automake and autoconf. It replaces
config BR2_PACKAGE_POPT
bool "popt"
- default n
help
Popt is a C library for parsing command line parameters.
config BR2_PACKAGE_PORTAGE
bool "portage"
- default n
select BR2_PACKAGE_PYTHON
help
Portage, the Gentoo package management tool.
config BR2_PACKAGE_PORTMAP
bool "portmap"
- default n
depends on BR2_INET_RPC
help
The standard portmapper for RPC services.
config BR2_PACKAGE_PPPD
bool "pppd"
- default n
help
An implementation of the Point-to-point protocol.
config BR2_PACKAGE_PPTP_LINUX
bool "pptp-linux"
- default n
help
An implementation of the Point-to-point protocol client.
config BR2_PACKAGE_PROCPS
bool "procps"
- default n
select BR2_PACKAGE_NCURSES
help
Standard informational utilities and process-handling tools.
config BR2_PACKAGE_PROFTPD
bool "proftpd"
- default n
help
ProFTPD, a highly configurable FTP server.
config BR2_PACKAGE_PSMISC
bool "psmisc"
- default n
select BR2_PACKAGE_NCURSES
help
Helpful /proc related utilities such as pstree, fuser, and killall
config BR2_PACKAGE_PYTHON
bool "python"
- default n
help
The python language interpreter.
config BR2_PACKAGE_PYTHON_DEV
depends on BR2_PACKAGE_PYTHON
bool "development files on target"
- default n
help
If enabled, development files (headers and static libpython) will be
installed on the target.
config BR2_PACKAGE_PYTHON_BSDDB
depends on BR2_PACKAGE_PYTHON
bool "bsddb module"
- default n
help
bsddb module for Python.
config BR2_PACKAGE_PYTHON_CURSES
depends on BR2_PACKAGE_PYTHON
bool "curses module"
- default n
help
curses module for Python.
config BR2_PACKAGE_PYTHON_GDBM
depends on BR2_PACKAGE_PYTHON
bool "gdbm module"
- default n
help
gdbm module for Python.
config BR2_PACKAGE_PYTHON_NIS
depends on BR2_PACKAGE_PYTHON
bool "nis module"
- default n
help
nis module for Python.
config BR2_PACKAGE_PYTHON_PYEXPAT
depends on BR2_PACKAGE_PYTHON
bool "pyexpat"
- default n
help
pyexpat module for Python.
config BR2_PACKAGE_PYTHON_READLINE
depends on BR2_PACKAGE_PYTHON
bool "readline"
- default n
help
readline module for Python (required for command-line
editing in the Python shell).
config BR2_PACKAGE_PYTHON_SSL
depends on BR2_PACKAGE_PYTHON
bool "ssl"
- default n
help
_ssl module for Python (required for https in urllib etc).
config BR2_PACKAGE_PYTHON_TKINTER
depends on BR2_PACKAGE_PYTHON
bool "tkinter module"
- default n
help
tkinter module for Python.
config BR2_PACKAGE_QTE
bool "Qt/E"
- default n
depends on BR2_DEPRECATED
select BR2_INSTALL_LIBSTDCPP
select BR2_PTHREADS_NATIVE
config BR2_PACKAGE_QTE_QVFB
bool "QVfb"
- default n
depends on BR2_PACKAGE_QTE
help
Trolltech provides a Virtual Framebuffer used to simulate the embedded device during development
config BR2_PACKAGE_QTE_QT3
bool "Qt/E-3.3.x for Qtopia build"
- default n
depends on BR2_PACKAGE_QTE_QTOPIA
help
Qtopia requires a Qt/E version >= 3.3.0; when using a Qt/E-2.3.x on the runtime, Qtopia still needs a Qt/E-3.3.x codebase to build
config BR2_PACKAGE_QTE_QTOPIA
bool "Qtopia"
- default n
depends on BR2_PACKAGE_QTE
help
Qtopia defines some more advanced components used for mobile devices
config BR2_PACKAGE_QTOPIA4
bool "qtopia4"
- default n
select BR2_INSTALL_LIBSTDCPP
select BR2_PTHREADS_NATIVE
help
config BR2_PACKAGE_QTOPIA4_DEBUG
bool "Compile with debug support"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
If unsure, say N.
config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
bool "Approve Qtopia Core 4 GPL licence"
- default n
depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
help
Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
bool "Compatibility with Qt3"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
Turns on support for older Qt3. This will create an additional
config BR2_PACKAGE_QTOPIA4_GIF
bool "Enable GIF support"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
This compiles and installs the plugin for GIF reading support.
config BR2_PACKAGE_QTOPIA4_LIBMNG
bool "Enable libmng support"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
This compiles and installs the plugin for MNG support.
menuconfig BR2_PACKAGE_QTOPIA4_SQL_MODULE
bool "SQL Module"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
Compile Qtopia SQL Module
config BR2_PACKAGE_QTOPIA4_XMLPATTERNS
bool "XML Patterns Module"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
Build QtXmlPatterns module.
config BR2_PACKAGE_QTOPIA4_SVG
bool "SVG Module"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
Build the SVG module.
config BR2_PACKAGE_QTOPIA4_WEBKIT
bool "WebKit Module"
- default n
depends on BR2_PACKAGE_QTOPIA4
help
Build the WebKit module.
bool "Enable OpenSSL support"
depends on BR2_PACKAGE_QTOPIA4
select BR2_PACKAGE_OPENSSL
- default n
help
Enable support for the OpenSSL encryption library. If you use
QSslSocket say y here, otherwise, say no to save space on the
config BR2_PACKAGE_QTOPIA4_MYSQL
bool "MySQL Driver"
- default n
help
Build MySQL driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_IBASE
bool "iBase Driver"
- default n
help
Build iBase driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_ODBC
bool "ODBC Driver"
- default n
help
Build ODBC driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_PSQL
bool "PostgreSQL Driver"
- default n
help
Build PostgreSQL driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_SQLITE
bool "SQLite 3 Driver"
- default n
help
Build SQLite driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_SQLITE2
bool "SQLite 2 Driver"
- default n
help
Build SQLite 2 driver
If unsure, say n.
config BR2_PACKAGE_QUAGGA
bool
- default n
comment "quagga suite"
config BR2_PACKAGE_QUAGGA_ZEBRA
bool "quagga zebra"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
config BR2_PACKAGE_QUAGGA_BGPD
bool "quagga bgpd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
config BR2_PACKAGE_QUAGGA_RIPD
bool "quagga ripd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
config BR2_PACKAGE_QUAGGA_RIPNGD
bool "quagga ripngd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
config BR2_PACKAGE_QUAGGA_OSPFD
bool "quagga ospfd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
config BR2_PACKAGE_QUAGGA_OSPF6D
bool "quagga ospf6d"
- default n
select BR2_PACKAGE_QUAGGA
depends on BR2_INET_IPV6
help
config BR2_PACKAGE_QUAGGA_WATCHQUAGGA
bool "quagga watchquagga"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
config BR2_PACKAGE_QUAGGA_ISISD
bool "isisd"
- default n
select BR2_PACKAGE_QUAGGA
help
routing software suite, providing implementations of
comment "common options for quagga suite"
config BR2_PACKAGE_QUAGGA_BGP_ANNOUNCE
bool "BGP route announcement"
- default n
config BR2_PACKAGE_QUAGGA_NETLINK
bool "quagga: use linux netlink interface"
config BR2_PACKAGE_QUAGGA_SNMP
bool "quagga: SNMP support"
- default n
config BR2_PACKAGE_QUAGGA_TCP_ZEBRA
bool "quagga: TCP/IP socket connection between zebra and proto daemon"
- default n
config BR2_PACKAGE_QUAGGA_OPAGUE_LSA
bool "quagga: OSPF Opaque-LSA with OSPFAPI support (RFC2370)"
- default n
config BR2_PACKAGE_QUAGGA_CONFIGURE
string "quagga: extra configure options"
config BR2_PACKAGE_RAIDTOOLS
bool "raidtools"
- default n
help
Utilities to support 'old-style' RAID disks.
bool "rdesktop"
select BR2_PACKAGE_OPENSSL
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
- default n
help
rdesktop is an open source client for Windows NT Terminal
Server and Windows 2000/2003 Terminal Services, capable of
#
config BR2_READLINE
bool "readline"
- default n
help
Enable GNU readline support?
config BR2_PACKAGE_RP_PPPOE
bool "pppoe"
- default n
help
An implementation of the Point-to-point protocol over Ethernet.
config BR2_PACKAGE_RPM
bool "rpm"
- default n
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_BEECRYPT
config BR2_PACKAGE_RSYNC
bool "rsync"
- default n
help
File transfer program to keep remote files in sync.
config BR2_PACKAGE_RUBIX
bool "rubix"
- default n
help
A 3D rubiks cube game for X
config BR2_PACKAGE_RUBY
bool "ruby"
- default n
help
Object Oriented Scripting Language.
config BR2_PACKAGE_RXVT
bool "rxvt"
- default n
depends on BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx || BR2_PACKAGE_XSERVER_x11r7
help
A nice small colour vt102 X terminal emulator.
config BR2_PACKAGE_SAMBA
bool "samba"
- default n
help
Provides print services to all manner of SMB/CIFS clients,
including the numerous versions of Microsoft Windows
config BR2_PACKAGE_SCREEN
bool "screen"
- default n
select BR2_PACKAGE_NCURSES
help
Screen is a full-screen window manager that multiplexes a physical
config BR2_PACKAGE_SDL
bool "SDL"
- default n
help
http://www.libsdl.org/
config BR2_PACKAGE_SDL_DIRECTFB
bool "SDL DirectFB video driver"
- default n
config BR2_PACKAGE_SDL_QTOPIA
bool "SDL Qtopia video driver"
- default n
config BR2_PACKAGE_SDL_X11
bool "SDL X11 video driver"
- default n
endmenu
config BR2_PACKAGE_SDL_IMAGE
bool "SDL_image"
depends on BR2_PACKAGE_SDL
- default n
help
SDL_image is an image file loading library. It loads images
as SDL surfaces, and supports the following formats:
config BR2_PACKAGE_SDL_IMAGE_GIF
bool "enable GIF file format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_JPEG
bool "enable JPEG file format support"
select BR2_PACKAGE_JPEG
- default n
config BR2_PACKAGE_SDL_IMAGE_LBM
bool "enable LBM file format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_PCX
bool "enable PCX file format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_PNG
bool "enable PNG file format support"
select BR2_PACKAGE_LIBPNG
- default n
config BR2_PACKAGE_SDL_IMAGE_PNM
bool "enable PNM file format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_TARGA
bool "enable TARGA format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_TIFF
bool "enable TIFF file format support"
select BR2_PACKAGE_TIFF
- default n
config BR2_PACKAGE_SDL_IMAGE_XCF
bool "enable XCF file format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_XPM
bool "enable XPM format support"
- default n
config BR2_PACKAGE_SDL_IMAGE_XV
bool "enable XV file format support"
- default n
endmenu
config BR2_PACKAGE_SDL_MIXER
bool "SDL_mixer"
- default n
depends on BR2_PACKAGE_SDL
help
SDL_mixer is a sample multi-channel audio mixer library.
config BR2_PACKAGE_SDL_TTF
bool "SDL_TTF"
depends on BR2_PACKAGE_SDL
- default n
select BR2_PACKAGE_FREETYPE
help
SDL_ttf is a sample TrueType font library. It allows you to
config BR2_PACKAGE_SED
bool "sed"
- default n
depends on BR2_USE_WCHAR
help
Super-useful stream editor.
config BR2_PACKAGE_SETSERIAL
bool "setserial"
- default n
help
Setserial : configuration of serial ports
config BR2_PACKAGE_SFDISK
bool "sfdisk"
- default n
help
Partition table manipulator for Linux.
config BR2_PACKAGE_SLANG
bool "slang"
- default n
help
Multi-platform console display library.
config BR2_PACKAGE_SMARTMONTOOLS
bool "smartmontools"
- default n
help
Control and monitor storage systems using S.M.A.R.T.
config BR2_PACKAGE_SOCAT
bool "socat"
- default n
help
Multipurpose socket relay program.
config BR2_PACKAGE_SPEEX
bool "speex"
- default n
help
Speex is an Open Source/Free Software patent-free
audio compression format designed for speech.
config BR2_PACKAGE_STARTUP_NOTIFICATION
bool "startup-notification"
- default n
help
Startup-notification is a library used to monitor application startup.
config BR2_PACKAGE_STRACE
bool "strace"
- default n
help
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
config BR2_PACKAGE_STUNNEL
bool "stunnel"
- default n
help
Stunnel is a utility that utilised OpenSSL to wrap plaintext TCP communications with SSL. Can be used to secure a programmes insecure network communications.
config BR2_PACKAGE_SUDO
bool "sudo"
- default n
help
Sudo is a program designed to allow a sysadmin to give limited root
privileges to users and log root activity. The basic philosophy is to give
config BR2_PACKAGE_SYLPHEED
bool "sylpheed"
- default n
select BR2_PACKAGE_PKGCONFIG
help
lightweight and user-friendly e-mail client.
config BR2_PACKAGE_SYNERGY
bool "synergy"
- default n
depends on BR2_PACKAGE_XORG7
help
Synergy lets you easily share a single mouse and
config BR2_PACKAGE_SYSKLOGD
bool "syslogd & klogd"
- default n
help
System log daemons syslogd and klogd.
config BR2_PACKAGE_SYSVINIT
bool "sysvinit"
- default n
select BR2_PACKAGE_NCURSES
help
/sbin/init - parent of all processes
config BR2_PACKAGE_TAR
bool "tar"
- default n
depends on BR2_USE_WCHAR
select BR2_UCLIBC_PROGRAM_INVOCATION
help
config BR2_PACKAGE_TCL
bool "tcl"
- default n
help
TCL(Tool Command Language) is a simple textual language.
config BR2_PACKAGE_TCPDUMP
bool "tcpdump"
select BR2_PACKAGE_LIBPCAP
- default n
help
A tool for network monitoring and data acquisition.
config BR2_PACKAGE_TCPDUMP_SMB
bool "smb dump support"
- default n
depends on BR2_PACKAGE_TCPDUMP
help
enable possibly-buggy SMB printer
config BR2_PACKAGE_DHCPDUMP
bool "dhcpdump"
- default n
select BR2_PACKAGE_LIBPCAP
help
A tool for monitoring dhcp requests using tcpdump.
config BR2_PACKAGE_TFTPD
bool "tftpd"
- default n
help
HPA's Trivial File Transfer Protocol (tftp) server.
config BR2_PACKAGE_THTTPD
bool "thttpd"
- default n
help
thttpd is a simple, small, portable, fast, and secure HTTP server
config BR2_PACKAGE_TIFF
bool "tiff"
- default n
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_JPEG
help
config BR2_PACKAGE_TINYHTTPD
bool "tinyhttpd"
- default n
help
A relatively simple webserver written as a school project. It is
exceedingly simple, threaded and handles basic CGI scripts.
config BR2_PACKAGE_TINYLOGIN
bool "tinylogin"
- default n
help
Suite of tiny Unix utilities for handling logging into,
being authenticated by, changing one's password for, and
config BR2_PACKAGE_TN5250
bool "tn5250"
- default n
help
Telnet client that emulates 5250 terminals and printers.
config BR2_PACKAGE_TORSMO
bool "torsmo"
- default n
help
Torsmo is a system monitor that sits in the corner of your desktop.
config BR2_PACKAGE_TSLIB
bool "libts - The Touchscreen tslib Library"
- default n
help
http://tslib.berlios.de/
config BR2_PACKAGE_TTCP
bool "ttcp"
- default n
help
Benchmarking tool for determining TCP and UDP performance.
config BR2_PACKAGE_UDEV
bool "udev"
- default n
help
Userspace device daemon.
config BR2_PACKAGE_UDEV_UTILS
bool "udev-utils"
- default n
depends on BR2_PACKAGE_UDEV
help
Adds the udevmonitor, udevinfo, and udevtest binaries
config BR2_PACKAGE_UDEV_VOLUME_ID
bool "udev-libvolume_id"
- default n
depends on BR2_PACKAGE_UDEV
help
Build and install volume identification library.
config BR2_PACKAGE_UDEV_SCSI_ID
bool "udev-scsi_id"
- default n
depends on BR2_PACKAGE_UDEV
help
Build and install SCSI disk identification library.
config BR2_PACKAGE_UDHCP
bool "udhcp"
- default n
help
An embedded dhcp server/client package that strives to be
fully functional, RFC compliant, and really tiny.
config BR2_PACKAGE_UDPCAST
bool "udpcast"
- default n
help
A multicast protocol implementation which happens to
be very handy for imaging drives over the network.
config BR2_PACKAGE_UDPCAST_SENDER
bool "sender"
- default n
depends on BR2_PACKAGE_UDPCAST
help
The udpcast transmitter.
config BR2_PACKAGE_UDPCAST_RECEIVER
bool "receiver"
- default n
depends on BR2_PACKAGE_UDPCAST
help
The udpcast receiver.
config BR2_PACKAGE_USBMOUNT
bool "usbmount"
- default n
select BR2_PACKAGE_UDEV_VOLUME_ID
select BR2_PACKAGE_UDEV_SCSI_ID
select BR2_PACKAGE_LOCKFILE_PROGS
config BR2_PACKAGE_USBUTILS
bool "usbutils"
- default n
select BR2_PACKAGE_LIBUSB
help
USB enumeration utilities
config BR2_PACKAGE_UTIL-LINUX
bool "util-linux"
- default n
help
Various useful/essential Linux utilities.
config BR2_PACKAGE_VALGRIND
bool "valgrind"
- default n
depends on BR2_i386 || BR2_powerpc || BR2_x86_64
help
Tool for debugging and profiling Linux programs.
config BR2_PACKAGE_VICE
bool "vice"
- default n
help
VICE is a Commodore emulator
config BR2_PACKAGE_VLC
bool "vlc"
- default n
help
a free cross-platform media player
bool "vpnc"
depends on BR2_PACKAGE_LIBGCRYPT
depends on BR2_PACKAGE_LIBGPG_ERROR
- default n
help
Client for Cisco VPN concentrator
3000 Series VPN Concentrator
config BR2_PACKAGE_VSFTPD
bool "vsftpd"
- default n
help
vsftpd is an ftp daemon written with security in mind.
http://vsftpd.beasts.org/
config BR2_PACKAGE_VTUN
bool "vtun"
- default n
select BR2_PACKAGE_LZO
select BR2_PACKAGE_OPENSSL
help
config BR2_PACKAGE_WEBIF
bool "webif - Status Console"
- default n
select BR2_PACKAGE_HASERL
help
A web interface for showing different network status. This package
config BR2_PACKAGE_WEBIF_INSTALL_INDEX_HTML
bool "instal index.html in /www which redirects to webif"
depends on BR2_PACKAGE_WEBIF
- default n
help
Installs a /www/index.html which redirects to the status console cgi
scripts.
config BR2_PACKAGE_WEBIF_LANGUAGES
bool "install language support"
depends on BR2_PACKAGE_WEBIF
- default n
help
This option installs support for other languages than english.
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
select BR2_PACKAGE_SQLITE
- default n
help
WebKit is an open source, standards compliant web browser engine.
config BR2_PACKAGE_WGET
bool "wget"
- default n
help
Network utility to retrieve files from http/ftp/etc...
config BR2_PACKAGE_WHICH
bool "which"
- default n
help
The standard 'which' utility.
config BR2_PACKAGE_WIPE
bool "wipe"
- default n
help
Wipe is a little command for securely erasing files
from magnetic media. It compiles under various unix platforms.
config BR2_PACKAGE_WIRELESS_TOOLS
bool "wireless tools"
- default n
help
A collection of tools to configure wireless lan cards.
menuconfig BR2_PACKAGE_XORG7
bool "X.org X Window System, X11R7, release 7.3"
-default n
default y if BR2_PACKAGE_XSERVER_x11r7
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_LIBXCB
bool "libxcb"
- default n
select BR2_PACKAGE_PTHREAD_STUBS
select BR2_PACKAGE_XCB_PROTO
select BR2_PACKAGE_XLIB_LIBXDMCP
config BR2_PACKAGE_MCOOKIE
bool "mcookie"
- default n
help
cookie generator for X server
config BR2_PACKAGE_MESA3D
bool "Mesa 3D Graphics Library"
- default n
select BR2_PACKAGE_XPROTO_GLPROTO
select BR2_PACKAGE_XSERVER_XORG_SERVER
help
config BR2_PACKAGE_OPENCHROME
bool "openchrome"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XLIB_LIBX11
config BR2_PACKAGE_PIXMAN
bool "pixman"
- default n
help
Cairo pixel manager
config BR2_PACKAGE_PTHREAD_STUBS
bool "pthread-stubs"
- default n
help
This library provides weak aliases for pthread functions not
provided in libc or otherwise available by default.
config BR2_PACKAGE_XAPP_APPRES
bool "appres"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT
help
config BR2_PACKAGE_XAPP_BDFTOPCF
bool "bdftopcf"
- default n
select BR2_PACKAGE_XLIB_LIBXFONT
help
bdftopcf 1.0.0
config BR2_PACKAGE_XAPP_BEFORELIGHT
bool "beforelight"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXSCRNSAVER
select BR2_PACKAGE_XLIB_LIBXAW
config BR2_PACKAGE_XAPP_BITMAP
bool "bitmap"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXMU
config BR2_PACKAGE_XAPP_EDITRES
bool "editres"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXMU
config BR2_PACKAGE_XAPP_FONTTOSFNT
bool "fonttosfnt"
- default n
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBFONTENC
config BR2_PACKAGE_XAPP_FSLSFONTS
bool "fslsfonts"
- default n
select BR2_PACKAGE_XLIB_LIBFS
select BR2_PACKAGE_XLIB_LIBX11
help
config BR2_PACKAGE_XAPP_FSTOBDF
bool "fstobdf"
- default n
select BR2_PACKAGE_XLIB_LIBFS
select BR2_PACKAGE_XLIB_LIBX11
help
config BR2_PACKAGE_XAPP_ICEAUTH
bool "iceauth"
- default n
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBX11
help
config BR2_PACKAGE_XAPP_ICO
bool "ico"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
ico 1.0.1
config BR2_PACKAGE_XAPP_LBXPROXY
bool "lbxproxy"
- default n
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XAPP_LISTRES
bool "listres"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXMU
config BR2_PACKAGE_XAPP_LUIT
bool "luit"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBFONTENC
help
config BR2_PACKAGE_XAPP_MKFONTDIR
bool "mkfontdir"
- default n
select BR2_PACKAGE_XAPP_MKFONTSCALE
help
mkfontdir 1.0.2
config BR2_PACKAGE_XAPP_MKFONTSCALE
bool "mkfontscale"
- default n
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBFONTENC
config BR2_PACKAGE_XAPP_OCLOCK
bool "oclock"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXMU
config BR2_PACKAGE_XAPP_PROXYMNGR
bool "proxymngr"
- default n
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT
config BR2_PACKAGE_XAPP_RGB
bool "rgb"
- default n
select BR2_PACKAGE_XPROTO_XPROTO
help
rgb 1.0.1
config BR2_PACKAGE_XAPP_RSTART
bool "rstart"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
rstart 1.0.2
config BR2_PACKAGE_XAPP_SCRIPTS
bool "scripts"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
scripts 1.0.1
config BR2_PACKAGE_XAPP_SESSREG
bool "sessreg"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_XPROTO
help
config BR2_PACKAGE_XAPP_SETXKBMAP
bool "setxkbmap"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXKBFILE
help
config BR2_PACKAGE_XAPP_SHOWFONT
bool "showfont"
- default n
select BR2_PACKAGE_XLIB_LIBFS
help
showfont 1.0.1
config BR2_PACKAGE_XAPP_SMPROXY
bool "smproxy"
- default n
select BR2_PACKAGE_XLIB_LIBXMU
select BR2_PACKAGE_XLIB_LIBXT
help
config BR2_PACKAGE_XAPP_TWM
bool "twm"
- default n
help
twm 1.0.3
No description available
config BR2_PACKAGE_XAPP_VIEWRES
bool "viewres"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
viewres 1.0.1
config BR2_PACKAGE_XAPP_X11PERF
bool "x11perf"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
select BR2_PACKAGE_XLIB_LIBXFT
config BR2_PACKAGE_XAPP_XAUTH
bool "xauth"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAU
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XAPP_XBIFF
bool "xbiff"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XDATA_XBITMAPS
help
config BR2_PACKAGE_XAPP_XCALC
bool "xcalc"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xcalc 1.0.1
config BR2_PACKAGE_XAPP_XCLIPBOARD
bool "xclipboard"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xclipboard 1.0.1
config BR2_PACKAGE_XAPP_XCLOCK
bool "xclock"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXFT
config BR2_PACKAGE_XAPP_XCMSDB
bool "xcmsdb"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
xcmsdb 1.0.1
config BR2_PACKAGE_XAPP_XCURSORGEN
bool "xcursorgen"
- default n
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXCURSOR
config BR2_PACKAGE_XAPP_XDBEDIZZY
bool "xdbedizzy"
- default n
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXP
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
config BR2_PACKAGE_XAPP_XDITVIEW
bool "xditview"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xditview 1.0.1
config BR2_PACKAGE_XAPP_XDM
bool "xdm"
- default n
select BR2_PACKAGE_XAPP_XINIT
select BR2_PACKAGE_XAPP_SESSREG
select BR2_PACKAGE_XAPP_XRDB
config BR2_PACKAGE_XAPP_XDPYINFO
bool "xdpyinfo"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXI
config BR2_PACKAGE_XAPP_XDRIINFO
bool "xdriinfo"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_GLPROTO
select BR2_PACKAGE_MESA3D
config BR2_PACKAGE_XAPP_XEDIT
bool "xedit"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
help
config BR2_PACKAGE_XAPP_XEV
bool "xev"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
xev 1.0.1
config BR2_PACKAGE_XAPP_XEYES
bool "xeyes"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXMU
config BR2_PACKAGE_XAPP_XF86DGA
bool "xf86dga"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXXF86DGA
help
config BR2_PACKAGE_XAPP_XFD
bool "xfd"
- default n
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_XLIB_LIBXAW
config BR2_PACKAGE_XAPP_XFINDPROXY
bool "xfindproxy"
- default n
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT
config BR2_PACKAGE_XAPP_XFONTSEL
bool "xfontsel"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xfontsel 1.0.1
config BR2_PACKAGE_XAPP_XFS
bool "xfs"
- default n
select BR2_PACKAGE_XLIB_LIBFS
select BR2_PACKAGE_XLIB_LIBXFONT
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XAPP_XFSINFO
bool "xfsinfo"
- default n
select BR2_PACKAGE_XLIB_LIBFS
select BR2_PACKAGE_XLIB_LIBX11
help
config BR2_PACKAGE_XAPP_XFWP
bool "xfwp"
- default n
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_XPROXYMANAGEMENTPROTOCOL
config BR2_PACKAGE_XAPP_XGAMMA
bool "xgamma"
- default n
select BR2_PACKAGE_XLIB_LIBXXF86VM
help
xgamma 1.0.1
config BR2_PACKAGE_XAPP_XGC
bool "xgc"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xgc 1.0.1
config BR2_PACKAGE_XAPP_XHOST
bool "xhost"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XINIT
bool "xinit"
- default n
select BR2_PACKAGE_XAPP_XAUTH
select BR2_PACKAGE_XLIB_LIBX11
help
config BR2_PACKAGE_XAPP_XKBCOMP
bool "xkbcomp"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXKBFILE
help
config BR2_PACKAGE_XAPP_XKBEVD
bool "xkbevd"
- default n
select BR2_PACKAGE_XLIB_LIBXKBFILE
help
xkbevd 1.0.2
config BR2_PACKAGE_XAPP_XKBPRINT
bool "xkbprint"
- default n
select BR2_PACKAGE_XLIB_LIBXKBFILE
help
xkbprint 1.0.1
config BR2_PACKAGE_XAPP_XKBUTILS
bool "xkbutils"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXKBFILE
help
config BR2_PACKAGE_XAPP_XKILL
bool "xkill"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XLOAD
bool "xload"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xload 1.0.1
config BR2_PACKAGE_XAPP_XLOGO
bool "xlogo"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
select BR2_PACKAGE_XLIB_LIBXRENDER
config BR2_PACKAGE_XAPP_XLSATOMS
bool "xlsatoms"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XLSCLIENTS
bool "xlsclients"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XLSFONTS
bool "xlsfonts"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
xlsfonts 1.0.1
config BR2_PACKAGE_XAPP_XMAG
bool "xmag"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xmag 1.0.1
config BR2_PACKAGE_XAPP_XMAN
bool "xapp_xman"
- default n
help
Manual page display program for the X Window System
config BR2_PACKAGE_XAPP_XMESSAGE
bool "xmessage"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xmessage 1.0.1
config BR2_PACKAGE_XAPP_XMH
bool "xmh"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xmh 1.0.1
config BR2_PACKAGE_XAPP_XMODMAP
bool "xmodmap"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
xmodmap 1.0.2
config BR2_PACKAGE_XAPP_XMORE
bool "xmore"
- default n
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
help
config BR2_PACKAGE_XAPP_XPHELLOWORLD
bool "xphelloworld"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXPRINTAPPUTIL
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
config BR2_PACKAGE_XAPP_XPLSPRINTERS
bool "xplsprinters"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXP
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
config BR2_PACKAGE_XAPP_XPR
bool "xpr"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XPREHASHPRINTERLIST
bool "xprehashprinterlist"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXP
help
config BR2_PACKAGE_XAPP_XPROP
bool "xprop"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XRANDR
bool "xrandr"
- default n
select BR2_PACKAGE_XLIB_LIBXRANDR
select BR2_PACKAGE_XLIB_LIBX11
help
config BR2_PACKAGE_XAPP_XRDB
bool "xrdb"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XREFRESH
bool "xrefresh"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
xrefresh 1.0.2
config BR2_PACKAGE_XAPP_XRX
bool "xrx"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXT
config BR2_PACKAGE_XAPP_XSET
bool "xset"
- default n
select BR2_PACKAGE_XLIB_LIBXFONTCACHE
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XSETMODE
bool "xsetmode"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
help
config BR2_PACKAGE_XAPP_XSETPOINTER
bool "xsetpointer"
- default n
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
config BR2_PACKAGE_XAPP_XSETROOT
bool "xsetroot"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
select BR2_PACKAGE_XDATA_XBITMAPS
config BR2_PACKAGE_XAPP_XSM
bool "xsm"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
help
xsm 1.0.1
config BR2_PACKAGE_XAPP_XSTDCMAP
bool "xstdcmap"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XTRAP
bool "xtrap"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXTRAP
help
config BR2_PACKAGE_XAPP_XVIDTUNE
bool "xvidtune"
- default n
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXXF86VM
help
config BR2_PACKAGE_XAPP_XVINFO
bool "xvinfo"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXV
help
config BR2_PACKAGE_XAPP_XWD
bool "xwd"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XWININFO
bool "xwininfo"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXMU
help
config BR2_PACKAGE_XAPP_XWUD
bool "xwud"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
xwud 1.0.1
config BR2_PACKAGE_XCB_PROTO
bool "xcb-proto"
- default n
help
The protocol headers that define XCB.
config BR2_PACKAGE_XDATA_XBITMAPS
bool "xbitmaps"
- default n
help
xbitmaps 1.0.1
No description available
config BR2_PACKAGE_XDATA_XCURSOR_THEMES
bool "xdata_xcursor-themes"
- default n
help
No description available
config BR2_PACKAGE_XDRIVER_XF86_INPUT_ACECAD
bool "xf86-input-acecad"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_AIPTEK
bool "xf86-input-aiptek"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_CALCOMP
bool "xf86-input-calcomp"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_CITRON
bool "xf86-input-citron"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_DIGITALEDGE
bool "xf86-input-digitaledge"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_DMC
bool "xf86-input-dmc"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_DYNAPRO
bool "xf86-input-dynapro"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_ELO2300
bool "xf86-input-elo2300"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_ELOGRAPHICS
bool "xf86-input-elographics"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
bool "xf86-input-evdev"
- default n
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_FPIT
bool "xf86-input-fpit"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_HYPERPEN
bool "xf86-input-hyperpen"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_JAMSTUDIO
bool "xf86-input-jamstudio"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_JOYSTICK
bool "xf86-input-joystick"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD
bool "xf86-input-keyboard"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_KBPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_MAGELLAN
bool "xf86-input-magellan"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_MAGICTOUCH
bool "xf86-input-magictouch"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_MICROTOUCH
bool "xf86-input-microtouch"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE
bool "xf86-input-mouse"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_MUTOUCH
bool "xf86-input-mutouch"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_PALMAX
bool "xf86-input-palmax"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_PENMOUNT
bool "xf86-input-penmount"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_SPACEORB
bool "xf86-input-spaceorb"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_SUMMA
bool "xf86-input-summa"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS
bool "xf86-input-synaptics"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_TEK4957
bool "xf86-input-tek4957"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_UR98
bool "xf86-input-ur98"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE
bool "xf86-input-vmmouse"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
bool "xf86-input-void"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_APM
bool "xf86-video-apm"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARK
bool "xf86-video-ark"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_AST
bool "xf86-video-ast"
- default n
help
xf86-video-ast 0.81.0
No description available
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI
bool "xf86-video-ati"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_CHIPS
bool "xf86-video-chips"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_CIRRUS
bool "xf86-video-cirrus"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_CYRIX
bool "xf86-video-cyrix"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_DUMMY
bool "xf86-video-dummy"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV
bool "xf86-video-fbdev"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLINT
bool "xf86-video-glint"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_I128
bool "xf86-video-i128"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_I740
bool "xf86-video-i740"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_I810
bool "xf86-video-i810"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XLIB_LIBX11
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMSTT
bool "xf86-video-imstt"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL
bool "xf86-video-intel"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MGA
bool "xf86-video-mga"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEOMAGIC
bool "xf86-video-neomagic"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEWPORT
bool "xf86-video-newport"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NSC
bool "xf86-video-nsc"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NV
bool "xf86-video-nv"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_RENDITION
bool "xf86-video-rendition"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_S3
bool "xf86-video-s3"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_S3VIRGE
bool "xf86-video-s3virge"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SAVAGE
bool "xf86-video-savage"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SILICONMOTION
bool "xf86-video-siliconmotion"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SIS
bool "xf86-video-sis"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SISUSB
bool "xf86-video-sisusb"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNBW2
bool "xf86-video-sunbw2"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_XPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG14
bool "xf86-video-suncg14"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG3
bool "xf86-video-suncg3"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG6
bool "xf86-video-suncg6"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNFFB
bool "xf86-video-sunffb"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNLEO
bool "xf86-video-sunleo"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNTCX
bool "xf86-video-suntcx"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TDFX
bool "xf86-video-tdfx"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TGA
bool "xf86-video-tga"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TRIDENT
bool "xf86-video-trident"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TSENG
bool "xf86-video-tseng"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_V4L
bool "xf86-video-v4l"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_VIDEOPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VESA
bool "xf86-video-vesa"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VGA
bool "xf86-video-vga"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VIA
bool "xf86-video-via"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XLIB_LIBX11
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VMWARE
bool "xf86-video-vmware"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VOODOO
bool "xf86-video-voodoo"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_XGI
bool "xf86-video-xgi"
- default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XPROTO_FONTSPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
config BR2_PACKAGE_XFONT_ENCODINGS
bool "encodings"
- default n
help
encodings 1.0.2
No description available
config BR2_PACKAGE_XFONT_FONT_ADOBE_100DPI
bool "font-adobe-100dpi"
- default n
help
font-adobe-100dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_ADOBE_75DPI
bool "font-adobe-75dpi"
- default n
help
font-adobe-75dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_100DPI
bool "font-adobe-utopia-100dpi"
- default n
help
font-adobe-utopia-100dpi 1.0.1
No description available
config BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_75DPI
bool "font-adobe-utopia-75dpi"
- default n
help
font-adobe-utopia-75dpi 1.0.1
No description available
config BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_TYPE1
bool "font-adobe-utopia-type1"
- default n
help
font-adobe-utopia-type1 1.0.1
No description available
config BR2_PACKAGE_XFONT_FONT_ALIAS
bool "font-alias"
- default n
help
font-alias 1.0.1
No description available
config BR2_PACKAGE_XFONT_FONT_ARABIC_MISC
bool "font-arabic-misc"
- default n
help
font-arabic-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BH_100DPI
bool "font-bh-100dpi"
- default n
help
font-bh-100dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BH_75DPI
bool "font-bh-75dpi"
- default n
help
font-bh-75dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BH_LUCIDATYPEWRITER_100DPI
bool "font-bh-lucidatypewriter-100dpi"
- default n
help
font-bh-lucidatypewriter-100dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BH_LUCIDATYPEWRITER_75DPI
bool "font-bh-lucidatypewriter-75dpi"
- default n
help
font-bh-lucidatypewriter-75dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BH_TTF
bool "font-bh-ttf"
- default n
help
font-bh-ttf 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BH_TYPE1
bool "font-bh-type1"
- default n
help
font-bh-type1 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BITSTREAM_100DPI
bool "font-bitstream-100dpi"
- default n
help
font-bitstream-100dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BITSTREAM_75DPI
bool "font-bitstream-75dpi"
- default n
help
font-bitstream-75dpi 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BITSTREAM_SPEEDO
bool "font-bitstream-speedo"
- default n
help
font-bitstream-speedo 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_BITSTREAM_TYPE1
bool "font-bitstream-type1"
- default n
help
font-bitstream-type1 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_CRONYX_CYRILLIC
bool "font-cronyx-cyrillic"
- default n
help
font-cronyx-cyrillic 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_CURSOR_MISC
bool "font-cursor-misc"
- default n
help
font-cursor-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_DAEWOO_MISC
bool "font-daewoo-misc"
- default n
help
font-daewoo-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_DEC_MISC
bool "font-dec-misc"
- default n
help
font-dec-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_IBM_TYPE1
bool "font-ibm-type1"
- default n
help
font-ibm-type1 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_ISAS_MISC
bool "font-isas-misc"
- default n
help
font-isas-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_JIS_MISC
bool "font-jis-misc"
- default n
help
font-jis-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_MICRO_MISC
bool "font-micro-misc"
- default n
help
font-micro-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_MISC_CYRILLIC
bool "font-misc-cyrillic"
- default n
help
font-misc-cyrillic 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_MISC_ETHIOPIC
bool "font-misc-ethiopic"
- default n
help
font-misc-ethiopic 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_MISC_MELTHO
bool "font-misc-meltho"
- default n
help
font-misc-meltho 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_MISC_MISC
bool "font-misc-misc"
- default n
help
font-misc-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_MUTT_MISC
bool "font-mutt-misc"
- default n
help
font-mutt-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_SCHUMACHER_MISC
bool "font-schumacher-misc"
- default n
help
font-schumacher-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_SCREEN_CYRILLIC
bool "font-screen-cyrillic"
- default n
help
font-screen-cyrillic 1.0.1
No description available
config BR2_PACKAGE_XFONT_FONT_SONY_MISC
bool "font-sony-misc"
- default n
help
font-sony-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_SUN_MISC
bool "font-sun-misc"
- default n
help
font-sun-misc 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_UTIL
bool "font-util"
- default n
help
font-util 1.0.1
No description available
config BR2_PACKAGE_XFONT_FONT_WINITZKI_CYRILLIC
bool "font-winitzki-cyrillic"
- default n
help
font-winitzki-cyrillic 1.0.0
No description available
config BR2_PACKAGE_XFONT_FONT_XFREE86_TYPE1
bool "font-xfree86-type1"
- default n
help
font-xfree86-type1 1.0.0
No description available
config BR2_PACKAGE_XKEYBOARD_CONFIG
bool "xkeyboard-config"
- default n
help
keyboard configuration database for X
config BR2_PACKAGE_XLIB_LIBFS
bool "libFS"
- default n
select BR2_PACKAGE_XLIB_XTRANS
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XPROTO_FONTSPROTO
config BR2_PACKAGE_XLIB_LIBICE
bool "libICE"
- default n
select BR2_PACKAGE_XLIB_XTRANS
select BR2_PACKAGE_XPROTO_XPROTO
help
config BR2_PACKAGE_XLIB_LIBSM
bool "libSM"
- default n
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_XTRANS
select BR2_PACKAGE_XPROTO_XPROTO
config BR2_PACKAGE_XLIB_LIBX11
bool "libX11"
- default n
select BR2_PACKAGE_LIBXCB
select BR2_PACKAGE_XUTIL_UTIL_MACROS
select BR2_PACKAGE_XLIB_XTRANS
config BR2_PACKAGE_XLIB_LIBXSCRNSAVER
bool "libXScrnSaver"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_SCRNSAVERPROTO
config BR2_PACKAGE_XLIB_LIBXTRAP
bool "libXTrap"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XLIB_LIBXAU
bool "libXau"
- default n
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XPROTO_XPROTO
select BR2_PACKAGE_XUTIL_UTIL_MACROS
config BR2_PACKAGE_XLIB_LIBXAW
bool "libXaw"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXT
select BR2_PACKAGE_XLIB_LIBXMU
config BR2_PACKAGE_XLIB_LIBXCOMPOSITE
bool "libXcomposite"
- default n
select BR2_PACKAGE_XPROTO_COMPOSITEPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XLIB_LIBXCURSOR
bool "libXcursor"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXFIXES
select BR2_PACKAGE_XLIB_LIBXRENDER
config BR2_PACKAGE_XLIB_LIBXDAMAGE
bool "libXdamage"
- default n
select BR2_PACKAGE_XPROTO_DAMAGEPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXFIXES
config BR2_PACKAGE_XLIB_LIBXDMCP
bool "libXdmcp"
- default n
select BR2_PACKAGE_XUTIL_UTIL_MACROS
select BR2_PACKAGE_XPROTO_XPROTO
help
config BR2_PACKAGE_XLIB_LIBXEVIE
bool "libXevie"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_EVIEEXT
config BR2_PACKAGE_XLIB_LIBXEXT
bool "libXext"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_XEXTPROTO
select BR2_PACKAGE_XPROTO_XPROTO
config BR2_PACKAGE_XLIB_LIBXFIXES
bool "libXfixes"
- default n
select BR2_PACKAGE_XPROTO_FIXESPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_XEXTPROTO
config BR2_PACKAGE_XLIB_LIBXFONT
bool "libXfont"
- default n
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XLIB_LIBFONTENC
select BR2_PACKAGE_XLIB_XTRANS
config BR2_PACKAGE_XLIB_LIBXFONTCACHE
bool "libXfontcache"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_FONTCACHEPROTO
config BR2_PACKAGE_XLIB_LIBXFT
bool "libXft"
- default n
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_XLIB_LIBX11
config BR2_PACKAGE_XLIB_LIBXI
bool "libXi"
- default n
select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XLIB_LIBXINERAMA
bool "libXinerama"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_XINERAMAPROTO
config BR2_PACKAGE_XLIB_LIBXMU
bool "libXmu"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXT
config BR2_PACKAGE_XLIB_LIBXP
bool "libXp"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXAU
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XLIB_LIBXPM
bool "libXpm"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXT
config BR2_PACKAGE_XLIB_LIBXPRINTAPPUTIL
bool "libXprintAppUtil"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXP
select BR2_PACKAGE_XLIB_LIBXPRINTUTIL
config BR2_PACKAGE_XLIB_LIBXPRINTUTIL
bool "libXprintUtil"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXP
select BR2_PACKAGE_XLIB_LIBXT
config BR2_PACKAGE_XLIB_LIBXRANDR
bool "libXrandr"
- default n
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
config BR2_PACKAGE_XLIB_LIBXRENDER
bool "libXrender"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_XPROTO
config BR2_PACKAGE_XLIB_LIBXRES
bool "libXres"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_RESOURCEPROTO
config BR2_PACKAGE_XLIB_LIBXT
bool "libXt"
- default n
select BR2_PACKAGE_XLIB_LIBSM
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_KBPROTO
config BR2_PACKAGE_XLIB_LIBXTST
bool "libXtst"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_RECORDPROTO
config BR2_PACKAGE_XLIB_LIBXV
bool "libXv"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_VIDEOPROTO
config BR2_PACKAGE_XLIB_LIBXVMC
bool "libXvMC"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXV
config BR2_PACKAGE_XLIB_LIBXXF86DGA
bool "libXxf86dga"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_XF86DGAPROTO
config BR2_PACKAGE_XLIB_LIBXXF86MISC
bool "libXxf86misc"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_XF86MISCPROTO
config BR2_PACKAGE_XLIB_LIBXXF86VM
bool "libXxf86vm"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
config BR2_PACKAGE_XLIB_LIBDMX
bool "libdmx"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XPROTO_DMXPROTO
config BR2_PACKAGE_XLIB_LIBFONTENC
bool "libfontenc"
- default n
select BR2_PACKAGE_XPROTO_XPROTO
help
libfontenc 1.0.4
config BR2_PACKAGE_XLIB_LIBLBXUTIL
bool "liblbxutil"
- default n
select BR2_PACKAGE_XPROTO_XEXTPROTO
help
liblbxutil 1.0.1
config BR2_PACKAGE_XLIB_LIBOLDX
bool "liboldX"
- default n
select BR2_PACKAGE_XLIB_LIBX11
help
liboldX 1.0.1
config BR2_PACKAGE_XLIB_LIBXKBFILE
bool "libxkbfile"
- default n
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XPROTO_KBPROTO
help
config BR2_PACKAGE_XLIB_LIBXKBUI
bool "libxkbui"
- default n
select BR2_PACKAGE_XLIB_LIBXKBFILE
select BR2_PACKAGE_XLIB_LIBXT
select BR2_PACKAGE_XPROTO_KBPROTO
config BR2_PACKAGE_XLIB_XTRANS
bool "xtrans"
- default n
help
xtrans 1.0.3
X.Org xtrans library
config BR2_PACKAGE_XPROTO_APPLEWMPROTO
bool "applewmproto"
- default n
help
applewmproto 1.0.3
No description available
config BR2_PACKAGE_XPROTO_BIGREQSPROTO
bool "bigreqsproto"
- default n
help
bigreqsproto 1.0.2
X.Org BigReqs protocol headers
config BR2_PACKAGE_XPROTO_COMPOSITEPROTO
bool "compositeproto"
- default n
help
compositeproto 0.3.1
X.Org Composite protocol headers
config BR2_PACKAGE_XPROTO_DAMAGEPROTO
bool "damageproto"
- default n
help
damageproto 1.0.3
X.Org Damage protocol headers
config BR2_PACKAGE_XPROTO_DMXPROTO
bool "dmxproto"
- default n
help
dmxproto 2.2.2
X.Org DMX protocol headers
config BR2_PACKAGE_XPROTO_EVIEEXT
bool "evieext"
- default n
help
evieext 1.0.2
X.Org EvIE protocol headers
config BR2_PACKAGE_XPROTO_FIXESPROTO
bool "fixesproto"
- default n
help
fixesproto 4.0
X.Org Fixes protocol headers
config BR2_PACKAGE_XPROTO_FONTCACHEPROTO
bool "fontcacheproto"
- default n
help
fontcacheproto 0.1.2
X.Org Fontcache protocol headers
config BR2_PACKAGE_XPROTO_FONTSPROTO
bool "fontsproto"
- default n
help
fontsproto 2.0.2
X.Org Fonts protocol headers
config BR2_PACKAGE_XPROTO_GLPROTO
bool "glproto"
- default n
help
glproto 1.4.8
X.Org GL protocol headers
config BR2_PACKAGE_XPROTO_INPUTPROTO
bool "inputproto"
- default n
help
inputproto 1.3.2
X.Org Input protocol headers
config BR2_PACKAGE_XPROTO_KBPROTO
bool "kbproto"
- default n
help
kbproto 1.0.3
X.Org KB protocol headers
config BR2_PACKAGE_XPROTO_PRINTPROTO
bool "printproto"
- default n
help
printproto 1.0.3
X.Org Print protocol headers
config BR2_PACKAGE_XPROTO_RANDRPROTO
bool "randrproto"
- default n
help
randrproto 1.1.2
X.Org Randr protocol headers
config BR2_PACKAGE_XPROTO_RECORDPROTO
bool "recordproto"
- default n
help
recordproto 1.13.2
X.Org Record protocol headers
config BR2_PACKAGE_XPROTO_RENDERPROTO
bool "renderproto"
- default n
help
renderproto 0.9.2
X.Org Render protocol headers
config BR2_PACKAGE_XPROTO_RESOURCEPROTO
bool "resourceproto"
- default n
help
resourceproto 1.0.2
X.Org Resource protocol headers
config BR2_PACKAGE_XPROTO_SCRNSAVERPROTO
bool "scrnsaverproto"
- default n
help
scrnsaverproto 1.1.0
X.Org ScrnSaver protocol headers
config BR2_PACKAGE_XPROTO_TRAPPROTO
bool "trapproto"
- default n
help
trapproto 3.4.3
X.Org Trap protocol headers
config BR2_PACKAGE_XPROTO_VIDEOPROTO
bool "videoproto"
- default n
help
videoproto 2.2.2
X.Org Video protocol headers
config BR2_PACKAGE_XPROTO_WINDOWSWMPROTO
bool "windowswmproto"
- default n
help
windowswmproto 1.0.3
No description available
config BR2_PACKAGE_XPROTO_XCMISCPROTO
bool "xcmiscproto"
- default n
help
xcmiscproto 1.1.2
X.Org XCMisc protocol headers
config BR2_PACKAGE_XPROTO_XEXTPROTO
bool "xextproto"
- default n
help
xextproto 7.0.2
X.Org XExt protocol headers
config BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO
bool "xf86bigfontproto"
- default n
help
xf86bigfontproto 1.1.2
X.Org XF86BigFont protocol headers
config BR2_PACKAGE_XPROTO_XF86DGAPROTO
bool "xf86dgaproto"
- default n
help
xf86dgaproto 2.0.2
X.Org XF86DGA protocol headers
config BR2_PACKAGE_XPROTO_XF86DRIPROTO
bool "xf86driproto"
- default n
help
xf86driproto 2.0.3
X.Org XF86DRI protocol headers
config BR2_PACKAGE_XPROTO_XF86MISCPROTO
bool "xf86miscproto"
- default n
help
xf86miscproto 0.9.2
X.Org XF86Misc protocol headers
config BR2_PACKAGE_XPROTO_XF86RUSHPROTO
bool "xf86rushproto"
- default n
help
xf86rushproto 1.1.2
X.Org XF86Rush protocol headers
config BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO
bool "xf86vidmodeproto"
- default n
help
xf86vidmodeproto 2.2.2
X.Org XF86VidMode protocol headers
config BR2_PACKAGE_XPROTO_XINERAMAPROTO
bool "xineramaproto"
- default n
help
xineramaproto 1.1.2
X.Org Xinerama protocol headers
config BR2_PACKAGE_XPROTO_XPROTO
bool "xproto"
- default n
help
xproto 7.0.10
X.Org xproto protocol headers
config BR2_PACKAGE_XPROTO_XPROXYMANAGEMENTPROTOCOL
bool "xproxymanagementprotocol"
- default n
help
xproxymanagementprotocol 1.0.2
X.Org PM protocol headers
config BR2_PACKAGE_XSERVER_XORG_SERVER
bool "xorg-server"
- default n
select BR2_PACKAGE_XLIB_LIBXFONT
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XLIB_LIBXKBUI
config BR2_PACKAGE_XUTIL_MAKEDEPEND
bool "makedepend"
- default n
help
makedepend 1.0.0
No description available
config BR2_PACKAGE_XUTIL_UTIL_MACROS
bool "util-macros"
- default n
help
util-macros 1.1.5
No description available
config BR2_PACKAGE_X11VNC
bool "x11vnc"
- default n
help
VNC server for X11 display
config BR2_PACKAGE_XBOARD
bool "xboard"
- default n
help
XBoard and WinBoard are graphical user interfaces for chess.
config BR2_PACKAGE_XERCES
bool "xerces"
- default n
help
Xerces-C++ is a validating XML parser written in portable C++.
config BR2_PACKAGE_XFSPROGS
bool "xfsprogs"
- default n
help
The XFS file system utilities and libraries
config BR2_PACKAGE_XPDF
bool "xpdf"
select BR2_PACKAGE_OPENMOTIF
- default n
help
Xpdf is an open source viewer for Portable Document Format (PDF) files.
config BR2_PACKAGE_XSTROKE
bool "xstroke"
select BR2_PACKAGE_DOCKER
- default n
help
Handwriting recognition for X
config BR2_PACKAGE_XVKBD
bool "xvkbd"
- default n
help
on-screen keyboard for X
config BR2_PACKAGE_ZLIB
bool "zlib"
- default n
help
Standard (de)compression library. Used by things like
gzip and libpng.
config BR2_PACKAGE_ZLIB_TARGET_HEADERS
bool "zlib headers in target"
- default n
depends on BR2_PACKAGE_ZLIB
help
Put headers files in the target.
cat > ../package/${PACKAGE_NAME}/Config.in <<EOF
config BR2_PACKAGE_${NAME_UPPER}
bool "${PACKAGE_NAME}"
- default n
help
${DESCRIPTION}
config BR2_PACKAGE_LINUX
bool
- default n
if BR2_PACKAGE_LINUX
source "target/linux/Config.in"
config BR2_TARGET_ROOTFS_CLOOP
bool "cloop root filesystem for the target device"
- default n
help
Build a cloop root filesystem
cloop is a Linux kernel module that enables compressed loopback filesystem
config BR2_TARGET_ROOTFS_CPIO
bool "cpio the root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a cpio archive of the root filesystem
config BR2_TARGET_ROOTFS_CRAMFS
bool "cramfs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a cramfs root filesystem
config BR2_TARGET_AMD_ALCHEMY
bool "Board support for the AMD development boards"
depends on BR2_mipsel || BR2_mips
- default n
help
AMD Alchemy mips based systems
config BR2_TARGET_AMD_ALCHEMY_DBAU1500
bool "AMD Alchemy DBAu1500 Development Board Support"
- default n
depends on BR2_TARGET_AMD_ALCHEMY
select BR2_PACKAGE_LINUX
help
menuconfig BR2_TARGET_ARMLTD
bool "ARM Ltd. Device Support"
depends on BR2_arm
- default n
comment "Arm based Device Support"
depends on BR2_arm && BR2_TARGET_ARMLTD
config BR2_TARGET_AT91
bool "Board support for the Atmel AT91 range of microprocessors"
depends on BR2_arm
- default n
help
Atmel AT91 ARM based systems
config BR2_TARGET_ATMEL_LCD
bool "With LCD controller"
depends on !BR2_TARGET_ATMEL_ALL
- default n
config BR2_TARGET_ATMEL_FPDSP
bool "With Floating Point DSP"
depends on !BR2_TARGET_ATMEL_ALL
- default n
config BR2_TARGET_ATMEL_MPB
bool "With customizable MP-Block"
depends on !BR2_TARGET_ATMEL_ALL
- default n
comment "Device Selection"
config BR2_TARGET_AVR32
bool "Board support for the Atmel AP7 microprocessors"
depends on BR2_avr32
- default n
help
Atmel AT32AP7XXX AVR32 based systems
menuconfig BR2_TARGET_ATMEL
bool "Atmel Device Support"
depends on BR2_arm || BR2_avr32
- default n
if BR2_TARGET_ATMEL
config BR2_LINUX_AVR32_ISI_PATCH
bool "Add ISI patch"
- default n
help
Add support for the Image Sensor Interface
config BR2_LINUX_AVR32_AC97_PATCH
bool "Add AC97 patch"
- default n
help
Add support for AC97.
Will need to be patched further to change GPIO_PIN_NONE
config BR2_LINUX_AVR32_PSIF_PATCH
bool "Add PSIF patch"
- default n
help
Add support for the PS/2 Interface
bool "Das U-Boot Boot Monitor"
depends on BR2_TARGET_AT91
depends on !BR2_TARGET_AT91SAM9260PF
- default n
help
Build "Das U-Boot" Boot Monitor
depends on !BR2_KERNEL_PREPATCHED
default y if BR2_avr32
default y if BR2_TARGET_ATMEL && BR2_arm
- default n
if BR2_KERNEL_ARCH_PATCH_ENABLED
config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3_ENABLE
bool
- default n
config BR2_TOOLCHAIN_ATMEL_AVR32
bool
- default n
if BR2_TOOLCHAIN_ATMEL_AVR32
config BR2_VENDOR_SITE
config BR2_TARGET_HITACHI_SE
bool "Board support for Solution Engine development boards"
depends on BR2_sh
- default n
config BR2_TARGET_HITACHI_MS7206SE01
bool "MS7206SE01 development board support"
depends on BR2_TARGET_HITACHI_SE && BR2_sh2a_nofpueb
- default n
menuconfig BR2_TARGET_KWIKBYTE
bool "KwikByte Board Support"
depends on BR2_arm
- default n
if BR2_TARGET_KWIKBYTE
menuconfig BR2_TARGET_SHARP
bool "Sharp Device Support"
depends on BR2_arm
- default n
if BR2_TARGET_SHARP
comment "Sharp Specific Device Support"
config BR2_TARGET_SHARP_LNODE80
bool "Board support for the LNode80 development board"
depends on BR2_arm
- default n
help
Support for the LNode80 LH79520 based device
endif
menuconfig BR2_TARGET_SOEKRIS
bool "Soekris device support"
depends on BR2_i386
- default n
if BR2_TARGET_SOEKRIS
config BR2_TARGET_SOEKRIS_NET4521
bool "Soekris net4521"
- default n
select BR2_PACKAGE_LINUX
help
The Soekris net4521
config BR2_TARGET_SOEKRIS_NET4801
bool "Soekris net4801"
depends on BR2_i386
- default n
select BR2_PACKAGE_LINUX
help
The Soekris net4801
config BR2_TARGET_VIA_EPIA_MII
bool "EPIA MII"
depends on BR2_i386
- default n
select BR2_PACKAGE_LINUX
help
The Via EPIA MII board
config BR2_TARGET_Q5
bool "jp-embedded Q5 board support"
- default n
depends on BR2_mipsel
select BR2_PACKAGE_LINUX
help
menuconfig BR2_TARGET_VALKA
bool "ValkaSys"
depends on BR2_avr32
- default n
if BR2_TARGET_VALKA
config BR2_TARGET_GENERIC_ACCESS_POINT
bool "Generic wireless access point"
- default n
select BR2_PACKAGE_WIRELESS_TOOLS
select BR2_PACKAGE_DHCP_RELAY
select BR2_PACKAGE_BRIDGE
config BR2_TARGET_GENERIC_FIREWALL
bool "Generic firewall"
- default n
select BR2_PACKAGE_IPTABLES
help
Board support for a generic firewalling router.
config BR2_TARGET_GENERIC_DEV_SYSTEM
bool "Generic development system"
- default n
select BR2_CCACHE
select BR2_PACKAGE_GDB
select BR2_PACKAGE_GDB_SERVER
config BR2_TARGET_ROOTFS_INITRAMFS
bool "initramfs for initial ramdisk of linux kernel"
- default n
help
Build a file which is usable for the gen_init_cpio tool
at linux kernel build.
config BR2_TARGET_ROOTFS_ISO9660
bool "iso image"
- default n
depends on BR2_i386
select BR2_TARGET_ROOTFS_EXT2
select BR2_TARGET_GRUB
config BR2_TARGET_ROOTFS_JFFS2
bool "jffs2 root filesystem"
- default n
select BR2_HOST_FAKEROOT
select BR2_PACKAGE_MTD
help
config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
bool "Do not use Cleanmarker"
depends on BR2_TARGET_ROOTFS_JFFS2
- default n
help
Do not use cleanmarkers if using NAND flash or Dataflash where
the pagesize is not a power of 2
config BR2_JFFS2_TARGET_SREC
bool "RootFS in SREC file formet"
depends on BR2_TARGET_ROOTFS_JFFS2
- default n
config BR2_TARGET_ROOTFS_JFFS2_PAD
bool "Pad output"
config BR2_KERNEL_ADD_PATCH
bool
- default n
config BR2_KERNEL_MINORLEVEL
string "patch level"
config BR2_KERNEL_PREPATCHED
bool
- default n
config BR2_KERNEL_BASE
bool
- default n
config BR2_KERNEL_LATEST
bool
- default n
config BR2_DOWNLOAD_LINUX26_VERSION
string
config BR2_LINUX_COPYTO_ROOTFS
bool "Copy kernel to root file system"
depends on BR2_PACKAGE_LINUX
- default n
help
Copy kernel to <root>/boot directory
config BR2_LINUX_IN_ROOTFS
bool "Copy kernel to root file system"
depends on BR2_PACKAGE_LINUX
- default n
help
Copy kernel to <root>/boot directory
config BR2_TARGET_YABOOT
bool "yaboot"
- default n
depends on BR2_powerpc
help
The yaboot bootloader for new world powerpc systems.
config BR2_TARGET_ROOTFS_ROMFS
bool "romfs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a romfs image of the root filesystem.
config BR2_TARGET_ROOTFS_SQUASHFS
bool "squashfs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a squashfs root filesystem
config BR2_TARGET_ROOTFS_TAR
bool "tar the root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a tar archive of the root filesystem
config BR2_TARGET_UBOOT
bool "Das U-Boot Boot Monitor"
depends on !BR2_TARGET_AT91
- default n
help
Build "Das U-Boot" Boot Monitor
config BR2_TARGET_UBOOT_SILENT
bool "silent console"
depends on BR2_TARGET_UBOOT
- default n
help
If the option has been enabled, the output can be
silenced by setting the environment variable "silent".
config BR2_TARGET_ROOTFS_UBIFS
bool "ubifs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a ubifs root filesystem
config BR2_TARGET_GRUB
bool "grub"
- default n
depends on BR2_i386 || BR2_x86_64
help
The GRand Unified Bootloader for x86 systems.
config BR2_TARGET_GRUB_SPLASH
bool "Splashimage support"
- default n
depends on BR2_TARGET_GRUB
help
Add support for splashimage.
config BR2_TARGET_GRUB_DISKLESS
bool "diskless support"
- default n
depends on BR2_TARGET_GRUB
help
enable diskless support
config BR2_TARGET_GRUB_3c595
bool "3Com595 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable 3Com595 driver
config BR2_TARGET_GRUB_3c90x
bool "3Com90x driver"
- default n
depends on BR2_TARGET_GRUB
help
enable 3Com90x driver
config BR2_TARGET_GRUB_davicom
bool "Davicom driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Davicom driver
config BR2_TARGET_GRUB_e1000
bool "Etherexpress Pro/1000 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Etherexpress Pro/1000 driver
config BR2_TARGET_GRUB_eepro100
bool "Etherexpress Pro/100 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Etherexpress Pro/100 driver
config BR2_TARGET_GRUB_epic100
bool "SMC 83c170 EPIC/100 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable SMC 83c170 EPIC/100 driver
config BR2_TARGET_GRUB_forcedeth
bool "Nvidia Geforce driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Nvidia Geforce driver
config BR2_TARGET_GRUB_natsemi
bool "NatSemi DP8381x driver"
- default n
depends on BR2_TARGET_GRUB
help
enable NatSemi DP8381x driver
config BR2_TARGET_GRUB_ns83820
bool "NS83820 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable NS83820 driver
config BR2_TARGET_GRUB_ns8390
bool "NE2000 PCI driver"
- default n
depends on BR2_TARGET_GRUB
help
enable NE2000 PCI driver
config BR2_TARGET_GRUB_pcnet32
bool "AMD Lance/PCI PCNet/32 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable AMD Lance/PCI PCNet/32 driver
config BR2_TARGET_GRUB_pnic
bool "Bochs Pseudo Nic driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Bochs Pseudo Nic driver
config BR2_TARGET_GRUB_rtl8139
bool "Realtek 8139 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Realtek 8139 driver
config BR2_TARGET_GRUB_r8169
bool "Realtek 8169 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Realtek 8169 driver
config BR2_TARGET_GRUB_sis900
bool "SIS 900 and SIS 7016 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable SIS 900 and SIS 7016 driver
config BR2_TARGET_GRUB_tg3
bool "Broadcom Tigon3 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Broadcom Tigon3 driver
config BR2_TARGET_GRUB_tulip
bool "Tulip driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Tulip driver
config BR2_TARGET_GRUB_tlan
bool "TI ThunderLAN driver"
- default n
depends on BR2_TARGET_GRUB
help
enable TI ThunderLAN driver
config BR2_TARGET_GRUB_undi
bool "PXE UNDI driver"
- default n
depends on BR2_TARGET_GRUB
help
enable PXE UNDI driver
config BR2_TARGET_GRUB_via_rhine
bool "Rhine-I/II driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Rhine-I/II driver
config BR2_TARGET_GRUB_w89c840
bool "Winbond W89c840 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Winbond W89c840 driver
config BR2_TARGET_GRUB2
bool "grub2"
- default n
help
The GRand Unified Bootloader for x86 systems, take #2.
config BR2_TARGET_GRUB2_SPLASH
bool "Splashimage support"
- default n
depends on BR2_TARGET_GRUB2
help
Add support for splashimage.
config BR2_TARGET_SYSLINUX
bool "syslinux"
- default n
depends on BR2_i386
help
The syslinux bootloader for x86 systems.
config BR2_TARGET_PXELINUX
bool "pxelinux"
- default n
depends on BR2_i386 || BR2_x86_64
help
The pxelinux loader for x86 systems.
config BR2_ENABLE_MULTILIB
bool "Enable multilib support?"
- default n
help
Build libraries to support different ABIs.
config BR2_LARGEFILE
bool "Enable large file (files > 2 GB) support?"
depends on !BR2_cris
- default n
help
Enable large file (files > 2 GB) support
config BR2_INET_IPV6
bool "Enable IPv6"
- default n
help
Enable IPv6.
config BR2_INET_RPC
bool "Enable RPC"
- default n
help
Enable RPC. RPC support is needed for nfs.
config BR2_USE_WCHAR
bool "Enable WCHAR support"
- default n
help
Enable WCHAR. WCHAR support is needed for several packages
config BR2_SOFT_FLOAT
bool "Use software floating point by default"
- default n
depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_nios2
help
If your target CPU does not have a Floating Point Unit (FPU) or a
#config BR2_SOFT_FLOAT_FP
# bool "Use softfp"
-# default n
config BR2_TARGET_OPTIMIZATION
string "Target Optimizations"
config BR2_CCACHE
bool "Enable ccache support?"
- default n
help
Enable ccache support?
config BR2_PACKAGE_CCACHE_TARGET
bool"ccache support in the target filesystem"
- default n
help
Add help text here.
config BR2_ELF2FLT
bool "Enable elf2flt support?"
depends on BR2_arm || BR2_sh || BR2_sparc
- default n
help
uCLinux uses a Binary Flat format commonly known as BFLT. It
is a relatively simple and lightweight executable format
config BR2_INET_IPV6
bool "Enable IPv6"
- default n
help
Enable IPv6.
config BR2_INET_RPC
bool "Enable RPC"
- default n
help
Enable RPC. RPC support is needed for nfs.
config BR2_SOFT_FLOAT
bool "Use software floating point by default"
- default n
depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc
help
If your target CPU does not have a Floating Point Unit (FPU) or a
config BR2_GCC_IS_SNAP
depends on !BR2_avr32
bool
- default n
config BR2_GCC_SUPPORTS_SYSROOT
bool
config BR2_GCC_USE_SJLJ_EXCEPTIONS
bool "Enable setjmp/longjmp exceptions?"
- default n
help
For some platforms, proper stack unwinding works perfectly,
while other platforms must use setjmp/longjmp exceptions for
config BR2_GCC_CROSS_CXX
bool "C++ cross-compiler support"
- default n
help
Build a C++ cross-compiler
config BR2_GCC_CROSS_FORTRAN
bool "Fortran cross-compiler support"
- default n
depends on !BR2_avr32
help
Build a Fortran cross-compiler
config BR2_INSTALL_LIBSTDCPP
bool "Build/install c++ compiler and libstdc++?"
- default n
# >= 4.2.0 work fine without LARGEFILE
select BR2_LARGEFILE if !BR2_GCC_SUPPORTS_SYSROOT
select BR2_GCC_CROSS_CXX
config BR2_INSTALL_LIBGCJ
bool "Build/install java compiler and libgcj?"
- default n
depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP
help
Build/install java compiler and libgcj?
config BR2_INSTALL_OBJC
bool "Build/install Objective-C compiler and runtime?"
- default n
depends on !BR2_avr32
help
Build/install Objective-C compiler and runtime?
config BR2_INSTALL_FORTRAN
bool "Build/install Fortran compiler and runtime?"
- default n
depends on !BR2_avr32
select BR2_PACKAGE_LIBMPFR
help
config BR2_PACKAGE_GCC_TARGET
bool "native toolchain in the target filesystem"
- default n
help
If you want the target system to be able to run
binutils/gcc and compile native code, say Y here.
config BR2_PACKAGE_GDB
bool "Build gdb debugger for the Target"
- default n
select BR2_PACKAGE_NCURSES
help
Build the full gdb debugger to run on the target.
config BR2_PACKAGE_GDB_SERVER
bool "Build gdb server for the Target"
- default n
help
Build the gdbserver stub to run on the target.
A full gdb is needed to debug the progam.
config BR2_PACKAGE_GDB_HOST
bool "Build gdb for the Host"
- default n
help
Build gdb to run on the host to debug programs run on the target.
config BR2_PACKAGE_GDB
bool "Build gdb debugger for the Target"
- default n
select BR2_PACKAGE_NCURSES
help
Build the full gdb debugger to run on the target.
config BR2_PACKAGE_GDB_SERVER
bool "Build gdb server for the Target"
- default n
help
Build the gdbserver stub to run on the target.
A full gdb is needed to debug the progam.
config BR2_PACKAGE_GDB_HOST
bool "Build gdb for the Host"
- default n
help
Build gdb to run on the host to debug programs run on the target.
config BR2_KERNEL_HEADERS_IPMI
bool "use ipmi kernel patches"
- default n
depends on BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
help
Apply patches which add IPMI sensor support.
config BR2_KERNEL_HEADERS_LZMA
bool "use lzma initramfs kernel patches"
- default n
depends on BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
help
Apply patches which allow for lzma compressed
config BR2_KERNEL_HEADERS_RT
bool "use realtime (-rt) kernel patches"
- default n
depends on BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1
help
Apply Ingo's realtime extensions to linux
config BR2_KERNEL_HEADERS_PATCH_DIR
bool "Add additional headers from $(KERNEL_HEADERS_PATCH_DIR)"
- default n
depends on BR2_KERNEL_HEADERS_2_6_20_4 || BR2_KERNEL_HEADERS_2_6_21_5 || BR2_KERNEL_HEADERS_2_6_22_1 || BR2_KERNEL_HEADERS_2_6_22_10
help
Apply additional kernel patches defined by KERNEL_HEADERS_PATCH_DIR
config BR2_MKLIBS
bool "Run mklibs on the built root filesystem"
- default n
help
Recompiles all the shared libraries to only include the
symbols actually needed to run the binaries on the target
config BR2_PACKAGE_SSTRIP_TARGET
bool "Install sstrip for the target system"
- default n
help
Maximal 'strip'ing utility.
config BR2_PACKAGE_SSTRIP_HOST
bool "Install sstrip for the host/build system"
- default n
help
Maximal 'strip'ing utility.
config BR2_ENABLE_LOCALE
bool "Enable locale/gettext/i18n support?"
- default n
help
Enable locale/gettext/i18n support?
config BR2_PTHREAD_DEBUG
bool "Thread library debugging"
depends on BR2_PTHREADS || BR2_PTHREADS_OLD || BR2_PTHREADS_NATIVE
- default n
help
Build the thread library with debugging enabled.
config BR2_UCLIBC_PROGRAM_INVOCATION
bool "Enable 'program invocation name'"
- default n
help
Support for the GNU-specific program_invocation_name and
program_invocation_short_name strings. Some GNU packages