Config.in files: whitespace cleanup

This patch fixes the following whitespace problems in Config.in files:
- trailing whitespace
- spaces instead of tabs for indentation
- help text not indented with tab + 2 spaces

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas De Schampheleire 2013-11-11 17:23:23 +01:00 committed by Peter Korsgaard
parent c2255e00f3
commit bed4e27868
70 changed files with 407 additions and 407 deletions

View File

@ -410,7 +410,7 @@ config BR2_ENABLE_SSP
-fstack-protector-all option. -fstack-protector-all option.
See http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt See http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt
for details. for details.
Note that this requires the toolchain to have SSP Note that this requires the toolchain to have SSP
support. This is always the case for glibc and eglibc support. This is always the case for glibc and eglibc

View File

@ -1,3 +1,3 @@
config BR2_TARGET_AT91DATAFLASHBOOT config BR2_TARGET_AT91DATAFLASHBOOT
depends on BR2_arm926t depends on BR2_arm926t
bool "AT91 DataFlashBoot" bool "AT91 DataFlashBoot"

View File

@ -43,16 +43,16 @@ choice
Select which bootstream to generate Select which bootstream to generate
config BR2_TARGET_MXS_BOOTLETS_BAREBOX config BR2_TARGET_MXS_BOOTLETS_BAREBOX
depends on BR2_TARGET_BAREBOX depends on BR2_TARGET_BAREBOX
bool "Barebox Bootloader" bool "Barebox Bootloader"
config BR2_TARGET_MXS_BOOTLETS_LINUX config BR2_TARGET_MXS_BOOTLETS_LINUX
depends on BR2_LINUX_KERNEL depends on BR2_LINUX_KERNEL
bool "Linux Kernel" bool "Linux Kernel"
config BR2_TARGET_MXS_BOOTLETS_UBOOT config BR2_TARGET_MXS_BOOTLETS_UBOOT
depends on BR2_TARGET_UBOOT depends on BR2_TARGET_UBOOT
bool "U-boot bootloader" bool "U-boot bootloader"
endchoice endchoice
@ -82,9 +82,9 @@ config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
endchoice endchoice
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD_NAME config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD_NAME
string "Custom board name" string "Custom board name"
depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
help help
Name of the board to build the bootlets for Name of the board to build the bootlets for
endif endif

View File

@ -21,7 +21,7 @@ config BR2_TARGET_UBOOT_LATEST_VERSION
bool "2013.10" bool "2013.10"
config BR2_TARGET_UBOOT_CUSTOM_VERSION config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version" bool "Custom version"
help help
This option allows to use a specific official versions This option allows to use a specific official versions

View File

@ -12,11 +12,11 @@ choice
root filesystem. root filesystem.
config BR2_TARGET_ROOTFS_SQUASHFS4 config BR2_TARGET_ROOTFS_SQUASHFS4
bool "4.x" bool "4.x"
config BR2_TARGET_ROOTFS_SQUASHFS3 config BR2_TARGET_ROOTFS_SQUASHFS3
depends on BR2_DEPRECATED depends on BR2_DEPRECATED
bool "3.x" bool "3.x"
endchoice endchoice
@ -29,16 +29,16 @@ choice
generating the filesystem. generating the filesystem.
config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
bool "gzip" bool "gzip"
config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA
bool "lzma" bool "lzma"
config BR2_TARGET_ROOTFS_SQUASHFS4_LZO config BR2_TARGET_ROOTFS_SQUASHFS4_LZO
bool "lzo" bool "lzo"
config BR2_TARGET_ROOTFS_SQUASHFS4_XZ config BR2_TARGET_ROOTFS_SQUASHFS4_XZ
bool "xz" bool "xz"
endchoice endchoice
endif endif

View File

@ -31,15 +31,15 @@ config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
# RTAI # RTAI
config BR2_LINUX_KERNEL_EXT_RTAI config BR2_LINUX_KERNEL_EXT_RTAI
bool "RTAI Real-time patch" bool "RTAI Real-time patch"
select BR2_PACKAGE_RTAI select BR2_PACKAGE_RTAI
help help
RTAI Kernel part. RTAI Kernel part.
config BR2_LINUX_KERNEL_EXT_RTAI_PATCH config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
depends on BR2_LINUX_KERNEL_EXT_RTAI depends on BR2_LINUX_KERNEL_EXT_RTAI
string "Path for RTAI patch file" string "Path for RTAI patch file"
help help
Optionally, explicitly specify the RTAI patch to use. Optionally, explicitly specify the RTAI patch to use.
endmenu endmenu

View File

@ -127,9 +127,9 @@ config BR2_LINUX_KERNEL_DEFCONFIG
string "Defconfig name" string "Defconfig name"
depends on BR2_LINUX_KERNEL_USE_DEFCONFIG depends on BR2_LINUX_KERNEL_USE_DEFCONFIG
help help
Name of the kernel defconfig file to use, without the Name of the kernel defconfig file to use, without the
trailing _defconfig. The defconfig is located in trailing _defconfig. The defconfig is located in
arch/<arch>/configs in the kernel tree. arch/<arch>/configs in the kernel tree.
config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
string "Configuration file path" string "Configuration file path"
@ -142,7 +142,7 @@ config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
# #
config BR2_LINUX_KERNEL_UBOOT_IMAGE config BR2_LINUX_KERNEL_UBOOT_IMAGE
bool bool
choice choice
prompt "Kernel binary format" prompt "Kernel binary format"
@ -274,9 +274,9 @@ choice
config BR2_LINUX_KERNEL_USE_INTREE_DTS config BR2_LINUX_KERNEL_USE_INTREE_DTS
bool "Use a device tree present in the kernel." bool "Use a device tree present in the kernel."
help help
Use a device tree source distributed with Use a device tree source distributed with
the kernel sources. The dts files are located the kernel sources. The dts files are located
in the arch/<arch>/boot/dts folder. in the arch/<arch>/boot/dts folder.
config BR2_LINUX_KERNEL_USE_CUSTOM_DTS config BR2_LINUX_KERNEL_USE_CUSTOM_DTS
bool "Use a custom device tree file" bool "Use a custom device tree file"
@ -290,9 +290,9 @@ config BR2_LINUX_KERNEL_INTREE_DTS_NAME
string "Device Tree Source file names" string "Device Tree Source file names"
depends on BR2_LINUX_KERNEL_USE_INTREE_DTS depends on BR2_LINUX_KERNEL_USE_INTREE_DTS
help help
Name of the device tree source file, without Name of the device tree source file, without
the trailing .dts. You can provide a list of the trailing .dts. You can provide a list of
dts files to build, separated by spaces. dts files to build, separated by spaces.
config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
string "Device Tree Source file path" string "Device Tree Source file path"

View File

@ -2,9 +2,9 @@ config BR2_PACKAGE_AT
bool "at" bool "at"
depends on BR2_USE_MMU depends on BR2_USE_MMU
help help
At and batch read shell commands from standard input and At and batch read shell commands from standard input and
store them as jobs to be scheduled for execution in the store them as jobs to be scheduled for execution in the
future. future.
at - run the job at a specified time at - run the job at a specified time
batch - run the job when system load levels permit batch - run the job when system load levels permit

View File

@ -81,5 +81,5 @@ if !BR2_PACKAGE_BUSYBOX # kconfig doesn't support else
# add dummy config so the stuff with busybox alternatives are shown # add dummy config so the stuff with busybox alternatives are shown
# when busybox is disabled # when busybox is disabled
config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
default y default y
endif endif

View File

@ -15,5 +15,5 @@ config BR2_PACKAGE_CEGUI06
orientated, written in C++, and targeted at games developers who orientated, written in C++, and targeted at games developers who
should be spending their time creating great games, not building should be spending their time creating great games, not building
GUI sub-systems! GUI sub-systems!
http://www.cegui.org.uk/ http://www.cegui.org.uk/

View File

@ -3,13 +3,13 @@ config BR2_PACKAGE_CELT051
select BR2_PACKAGE_LIBOGG select BR2_PACKAGE_LIBOGG
help help
The CELT ultra-low delay audio codec The CELT ultra-low delay audio codec
The CELT codec is a compression algorithm for audio. Like MP3, The CELT codec is a compression algorithm for audio. Like MP3,
Vorbis, and AAC it is suitable for transmitting music with high Vorbis, and AAC it is suitable for transmitting music with high
quality. Unlike these formats CELT imposes very little delay on quality. Unlike these formats CELT imposes very little delay on
the signal, even less than is typical for speech centric formats the signal, even less than is typical for speech centric formats
like Speex, GSM, or G.729. like Speex, GSM, or G.729.
Note: this is version 0.5.1.3 of celt. Note: this is version 0.5.1.3 of celt.
http://www.celt-codec.org/ http://www.celt-codec.org/

View File

@ -12,11 +12,11 @@ config BR2_PACKAGE_CPPCMS
differs from most of other web development frameworks like: differs from most of other web development frameworks like:
Python Django or Java Servlets on the following aspects: Python Django or Java Servlets on the following aspects:
- It is designed and tuned to handle extremely high loads. - It is designed and tuned to handle extremely high loads.
- It uses modern C++ as primary development language in - It uses modern C++ as primary development language in
order to achieve the above goal. order to achieve the above goal.
- It is aimed on development of both Web Sites and Web - It is aimed on development of both Web Sites and Web
Services. Services.
http://cppcms.com http://cppcms.com

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_CRAMFS config BR2_PACKAGE_CRAMFS
bool "cramfs" bool "cramfs"
help help
cramfs is a compressed read-only filesystem. This package cramfs is a compressed read-only filesystem. This package
contains the tools to generate and check a cramfs filesystem. contains the tools to generate and check a cramfs filesystem.
http://sourceforge.net/projects/cramfs/ http://sourceforge.net/projects/cramfs/

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_CRYPTSETUP
select BR2_PACKAGE_POPT select BR2_PACKAGE_POPT
select BR2_PACKAGE_LVM2 select BR2_PACKAGE_LVM2
select BR2_PACKAGE_E2FSPROGS select BR2_PACKAGE_E2FSPROGS
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
depends on BR2_LARGEFILE # lvm2, util-linux depends on BR2_LARGEFILE # lvm2, util-linux
depends on BR2_USE_MMU # lvm2 depends on BR2_USE_MMU # lvm2
depends on BR2_USE_WCHAR # util-linux depends on BR2_USE_WCHAR # util-linux

View File

@ -10,10 +10,10 @@ config BR2_PACKAGE_CUPS
if BR2_PACKAGE_CUPS if BR2_PACKAGE_CUPS
config BR2_PACKAGE_CUPS_PDFTOPS config BR2_PACKAGE_CUPS_PDFTOPS
bool "pdftops support" bool "pdftops support"
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
Enable pdftops support Enable pdftops support
comment "pdftops support needs a toolchain w/ C++" comment "pdftops support needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP depends on !BR2_INSTALL_LIBSTDCPP

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_HOST_DFU_UTIL config BR2_PACKAGE_HOST_DFU_UTIL
bool "host dfu-util" bool "host dfu-util"
help help
Dfu-util is the host side implementation of the DFU 1.0 Dfu-util is the host side implementation of the DFU 1.0
specification of the USB forum. DFU is intended to download specification of the USB forum. DFU is intended to download
and upload firmware to devices connected over USB. and upload firmware to devices connected over USB.
http://dfu-util.gnumonks.org/ http://dfu-util.gnumonks.org/

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_DIVINE config BR2_PACKAGE_DIVINE
bool "directfb virtual input extension" bool "directfb virtual input extension"
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
help help
DiVine provides a DirectFB input driver that reads input DiVine provides a DirectFB input driver that reads input
events from a pipe and dispatches them via a virtual input events from a pipe and dispatches them via a virtual input
device. It also installs the tool 'spooky' that allows to device. It also installs the tool 'spooky' that allows to
send input events to DirectFB applications. send input events to DirectFB applications.

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_DVB_APPS
bool "dvb-apps (transponders data)" bool "dvb-apps (transponders data)"
help help
Install the DVB-C, DVB-S, DVB-T and ATSC transponders data. Install the DVB-C, DVB-S, DVB-T and ATSC transponders data.
http://linuxtv.org/projects.php http://linuxtv.org/projects.php
http://linuxtv.org/hg/dvb-apps http://linuxtv.org/hg/dvb-apps

View File

@ -22,4 +22,4 @@ config BR2_PACKAGE_DVBSNOOP
http://en.wikipedia.org/wiki/DBox2 http://en.wikipedia.org/wiki/DBox2
comment "dvbsnoop needs a toolchain w/ largefile" comment "dvbsnoop needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE depends on !BR2_LARGEFILE

View File

@ -2,5 +2,5 @@ config BR2_PACKAGE_HOST_E2FSPROGS
bool "host e2fsprogs" bool "host e2fsprogs"
help help
The EXT2/3/4 file system utilities. The EXT2/3/4 file system utilities.
http://e2fsprogs.sf.net http://e2fsprogs.sf.net

View File

@ -142,10 +142,10 @@ config BR2_PACKAGE_LIBEVAS_GL
select BR2_PACKAGE_LIBEET select BR2_PACKAGE_LIBEET
config BR2_PACKAGE_LIBEVAS_GLES_SGX config BR2_PACKAGE_LIBEVAS_GLES_SGX
bool "OpenGL-ES SGX" bool "OpenGL-ES SGX"
config BR2_PACKAGE_LIBEVAS_GLES_S3C6410 config BR2_PACKAGE_LIBEVAS_GLES_S3C6410
bool "OpenGL-ES S3C6410" bool "OpenGL-ES S3C6410"
endchoice endchoice

View File

@ -6,48 +6,48 @@ menuconfig BR2_PACKAGE_FFMPEG
depends on BR2_LARGEFILE depends on BR2_LARGEFILE
depends on BR2_INET_IPV6 depends on BR2_INET_IPV6
help help
FFmpeg is a complete, cross-platform solution to record, convert FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video. and stream audio and video.
http://www.ffmpeg.org http://www.ffmpeg.org
if BR2_PACKAGE_FFMPEG if BR2_PACKAGE_FFMPEG
config BR2_PACKAGE_FFMPEG_GPL config BR2_PACKAGE_FFMPEG_GPL
bool "Enable GPL code" bool "Enable GPL code"
help help
allow use of GPL code, the resulting libs and binaries will allow use of GPL code, the resulting libs and binaries will
be under GPL be under GPL
config BR2_PACKAGE_FFMPEG_NONFREE config BR2_PACKAGE_FFMPEG_NONFREE
bool "Enable nonfree code" bool "Enable nonfree code"
help help
allow use of nonfree code, the resulting libs and binaries allow use of nonfree code, the resulting libs and binaries
will be unredistributable will be unredistributable
config BR2_PACKAGE_FFMPEG_FFMPEG config BR2_PACKAGE_FFMPEG_FFMPEG
bool "Build ffmpeg (the command line application)" bool "Build ffmpeg (the command line application)"
select BR2_PACKAGE_FFMPEG_SWSCALE select BR2_PACKAGE_FFMPEG_SWSCALE
default y default y
help help
FFmpeg is a very fast video and audio converter. FFmpeg is a very fast video and audio converter.
It can also grab from a live audio/video source. It can also grab from a live audio/video source.
It is not needed if you want to link the FFmpeg libraries It is not needed if you want to link the FFmpeg libraries
to your application. to your application.
config BR2_PACKAGE_FFMPEG_FFPLAY config BR2_PACKAGE_FFMPEG_FFPLAY
bool "Build ffplay" bool "Build ffplay"
select BR2_PACKAGE_SDL select BR2_PACKAGE_SDL
help help
FFplay is a very simple and portable media player using the FFplay is a very simple and portable media player using the
FFmpeg libraries and the SDL library. FFmpeg libraries and the SDL library.
It is mostly used as a testbed for the various FFmpeg APIs. It is mostly used as a testbed for the various FFmpeg APIs.
config BR2_PACKAGE_FFMPEG_FFSERVER config BR2_PACKAGE_FFMPEG_FFSERVER
bool "Build ffserver" bool "Build ffserver"
help help
FFserver is a streaming server for both audio and video. FFserver is a streaming server for both audio and video.
config BR2_PACKAGE_FFMPEG_POSTPROC config BR2_PACKAGE_FFMPEG_POSTPROC
bool "Build libpostproc" bool "Build libpostproc"
@ -64,81 +64,81 @@ config BR2_PACKAGE_FFMPEG_ENCODERS
string "Enabled encoders" string "Enabled encoders"
default "all" default "all"
help help
Space-separated list of encoders to build in FFmpeg, Space-separated list of encoders to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-encoders in the ffmpeg sources Run ./configure --list-encoders in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_DECODERS config BR2_PACKAGE_FFMPEG_DECODERS
string "Enabled decoders" string "Enabled decoders"
default "all" default "all"
help help
Space-separated list of decoders to build in FFmpeg, Space-separated list of decoders to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-decoders in the ffmpeg sources Run ./configure --list-decoders in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_MUXERS config BR2_PACKAGE_FFMPEG_MUXERS
string "Enabled muxers" string "Enabled muxers"
default "all" default "all"
help help
Space-separated list of muxers to build in FFmpeg, Space-separated list of muxers to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-muxers in the ffmpeg sources Run ./configure --list-muxers in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_DEMUXERS config BR2_PACKAGE_FFMPEG_DEMUXERS
string "Enabled demuxers" string "Enabled demuxers"
default "all" default "all"
help help
Space-separated list of demuxers to build in FFmpeg, Space-separated list of demuxers to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-demuxers in the ffmpeg sources Run ./configure --list-demuxers in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_PARSERS config BR2_PACKAGE_FFMPEG_PARSERS
string "Enabled parsers" string "Enabled parsers"
default "all" default "all"
help help
Space-separated list of parsers to build in FFmpeg, Space-separated list of parsers to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-parsers in the ffmpeg sources Run ./configure --list-parsers in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_BSFS config BR2_PACKAGE_FFMPEG_BSFS
string "Enabled bitstreams" string "Enabled bitstreams"
default "all" default "all"
help help
Space-separated list of bitstream filters to build in FFmpeg, Space-separated list of bitstream filters to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-bsfs in the ffmpeg sources Run ./configure --list-bsfs in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_PROTOCOLS config BR2_PACKAGE_FFMPEG_PROTOCOLS
string "Enabled protocols" string "Enabled protocols"
default "all" default "all"
help help
Space-separated list of protocols to build in FFmpeg, Space-separated list of protocols to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-protocols in the ffmpeg sources Run ./configure --list-protocols in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_FILTERS config BR2_PACKAGE_FFMPEG_FILTERS
string "Enabled filters" string "Enabled filters"
default "all" default "all"
help help
Space-separated list of filters to build in FFmpeg, Space-separated list of filters to build in FFmpeg,
or "all" to build all of them. or "all" to build all of them.
Run ./configure --list-filters in the ffmpeg sources Run ./configure --list-filters in the ffmpeg sources
directory to know the available options. directory to know the available options.
config BR2_PACKAGE_FFMPEG_INDEVS config BR2_PACKAGE_FFMPEG_INDEVS
bool "Enable input devices" bool "Enable input devices"
@ -152,7 +152,7 @@ config BR2_PACKAGE_FFMPEG_EXTRACONF
string "Additional parameters for ./configure" string "Additional parameters for ./configure"
default "" default ""
help help
Extra parameters that will be appended to FFmpeg's Extra parameters that will be appended to FFmpeg's
./configure commandline. ./configure commandline.
endif endif

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_FLAC config BR2_PACKAGE_FLAC
bool "flac" bool "flac"
help help
FLAC is an Open Source lossless audio codec. FLAC is an Open Source lossless audio codec.
http://flac.sourceforge.net/ http://flac.sourceforge.net/

View File

@ -9,7 +9,7 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7 select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
depends on BR2_arm # Only relevant for i.MX6 depends on BR2_arm # Only relevant for i.MX6
# Library binaries are linked against libc.so.6 # Library binaries are linked against libc.so.6
depends on BR2_TOOLCHAIN_USES_GLIBC depends on BR2_TOOLCHAIN_USES_GLIBC
help help
Userspace libraries for Vivante GPU on i.MX6 platforms Userspace libraries for Vivante GPU on i.MX6 platforms

View File

@ -15,47 +15,47 @@ if BR2_PACKAGE_GD
menu "gd tools" menu "gd tools"
config BR2_PACKAGE_GD_ANNOTATE config BR2_PACKAGE_GD_ANNOTATE
bool "annotate" bool "annotate"
config BR2_PACKAGE_GD_BDFTOGD config BR2_PACKAGE_GD_BDFTOGD
bool "bdftogd" bool "bdftogd"
depends on BR2_PACKAGE_PERL depends on BR2_PACKAGE_PERL
config BR2_PACKAGE_GD_GD2COPYPAL config BR2_PACKAGE_GD_GD2COPYPAL
bool "gd2copypal" bool "gd2copypal"
config BR2_PACKAGE_GD_GD2TOGIF config BR2_PACKAGE_GD_GD2TOGIF
bool "gd2togif" bool "gd2togif"
config BR2_PACKAGE_GD_GD2TOPNG config BR2_PACKAGE_GD_GD2TOPNG
bool "gd2topng" bool "gd2topng"
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_GDCMPGIF config BR2_PACKAGE_GD_GDCMPGIF
bool "gdcmpgif" bool "gdcmpgif"
config BR2_PACKAGE_GD_GDPARTTOPNG config BR2_PACKAGE_GD_GDPARTTOPNG
bool "gdparttopng" bool "gdparttopng"
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_GDTOPNG config BR2_PACKAGE_GD_GDTOPNG
bool "gdtopng" bool "gdtopng"
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_GIFTOGD2 config BR2_PACKAGE_GD_GIFTOGD2
bool "giftogd2" bool "giftogd2"
config BR2_PACKAGE_GD_PNGTOGD config BR2_PACKAGE_GD_PNGTOGD
bool "pngtogd" bool "pngtogd"
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_PNGTOGD2 config BR2_PACKAGE_GD_PNGTOGD2
bool "pngtogd2" bool "pngtogd2"
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_WEBPNG config BR2_PACKAGE_GD_WEBPNG
bool "webpng" bool "webpng"
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
endmenu endmenu

View File

@ -4,10 +4,10 @@ config BR2_PACKAGE_HOST_GENIMAGE
genimage is a tool to generate multiple filesystem and flash genimage is a tool to generate multiple filesystem and flash
images from a given root filesystem tree. genimage is images from a given root filesystem tree. genimage is
intended to be run in a fakeroot environment. intended to be run in a fakeroot environment.
Configuration is done is a config file parsed by Configuration is done is a config file parsed by
libconfuse. Options like the path to tools can be given in libconfuse. Options like the path to tools can be given in
environment variables, the config file or commandline environment variables, the config file or commandline
switches. switches.
http://www.pengutronix.de/software/genimage/ http://www.pengutronix.de/software/genimage/

View File

@ -4,5 +4,5 @@ config BR2_PACKAGE_HOST_GENPART
Generate a 16 byte partition table entry defined by command line Generate a 16 byte partition table entry defined by command line
arguments and dump it to stdout. No CHS magic is done, only lba arguments and dump it to stdout. No CHS magic is done, only lba
entries are filled out. entries are filled out.
http://www.pengutronix.de/software/genpart/index_en.html http://www.pengutronix.de/software/genpart/index_en.html

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_GENROMFS config BR2_PACKAGE_GENROMFS
bool "genromfs" bool "genromfs"
help help
Tool to generate a ROMFS filesystem. Tool to generate a ROMFS filesystem.
http://romfs.sourceforge.net/ http://romfs.sourceforge.net/

View File

@ -1,17 +1,17 @@
config BR2_PACKAGE_HTTPING config BR2_PACKAGE_HTTPING
bool "httping" bool "httping"
help help
Httping is like 'ping' but for http-requests. Httping is like 'ping' but for http-requests.
Give it an url, and it'll show you how long it takes to connect, Give it an url, and it'll show you how long it takes to connect,
send a request and retrieve the reply (only the headers). send a request and retrieve the reply (only the headers).
Be aware that the transmission across the network also takes time! Be aware that the transmission across the network also takes time!
So it measures the latency of the webserver + network. So it measures the latency of the webserver + network.
http://www.vanheusden.com/httping/ http://www.vanheusden.com/httping/
if BR2_PACKAGE_HTTPING if BR2_PACKAGE_HTTPING
config BR2_PACKAGE_HTTPING_TFO config BR2_PACKAGE_HTTPING_TFO
bool "TCP Fast Open (TFO) support" bool "TCP Fast Open (TFO) support"
endif endif

View File

@ -5,22 +5,22 @@ config BR2_PACKAGE_INPUT_TOOLS
http://linuxconsole.sourceforge.net/ http://linuxconsole.sourceforge.net/
config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
bool "inputattach" bool "inputattach"
depends on BR2_PACKAGE_INPUT_TOOLS depends on BR2_PACKAGE_INPUT_TOOLS
default y default y
help help
Inputattach is used for attaching a serial line to the input layer. Inputattach is used for attaching a serial line to the input layer.
config BR2_PACKAGE_INPUT_TOOLS_JSCAL config BR2_PACKAGE_INPUT_TOOLS_JSCAL
bool "jscal" bool "jscal"
depends on BR2_PACKAGE_INPUT_TOOLS depends on BR2_PACKAGE_INPUT_TOOLS
default y default y
help help
Joystick calibration program. Joystick calibration program.
config BR2_PACKAGE_INPUT_TOOLS_JSTEST config BR2_PACKAGE_INPUT_TOOLS_JSTEST
bool "jstest" bool "jstest"
depends on BR2_PACKAGE_INPUT_TOOLS depends on BR2_PACKAGE_INPUT_TOOLS
default y default y
help help
Joystick test program. Joystick test program.

View File

@ -1,9 +1,9 @@
config BR2_PACKAGE_INTLTOOL config BR2_PACKAGE_INTLTOOL
bool "intltool" bool "intltool"
# Hide from configuration as we only support the host package # Hide from configuration as we only support the host package
# for the moment # for the moment
depends on BR2_HOST_ONLY depends on BR2_HOST_ONLY
help help
Utility scripts for internationalizing XML Utility scripts for internationalizing XML
http://www.freedesktop.org/wiki/Software/intltool http://www.freedesktop.org/wiki/Software/intltool

View File

@ -5,5 +5,5 @@ config BR2_PACKAGE_KEYUTILS
help help
These tools are used to control the key management system These tools are used to control the key management system
built into the Linux kernel. built into the Linux kernel.
http://people.redhat.com/~dhowells/keyutils/ http://people.redhat.com/~dhowells/keyutils/

View File

@ -1,10 +1,10 @@
config BR2_PACKAGE_LIBCAP config BR2_PACKAGE_LIBCAP
bool "libcap" bool "libcap"
help help
This library implements the user-space interfaces to the This library implements the user-space interfaces to the
POSIX 1003.1e capabilities available in Linux kernels. These POSIX 1003.1e capabilities available in Linux kernels. These
capabilities are a partitioning of the all powerful root capabilities are a partitioning of the all powerful root
privilege into a set of distinct privileges. privilege into a set of distinct privileges.
http://sites.google.com/site/fullycapable/ http://sites.google.com/site/fullycapable/

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBDVDNAV
bool "libdvdnav" bool "libdvdnav"
depends on BR2_LARGEFILE # libdvdread depends on BR2_LARGEFILE # libdvdread
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBDVDREAD select BR2_PACKAGE_LIBDVDREAD
help help
libdvdnav is a library that allows easy use of sophisticated libdvdnav is a library that allows easy use of sophisticated
DVD navigation features such as DVD menus, multiangle DVD navigation features such as DVD menus, multiangle

View File

@ -8,7 +8,7 @@ config BR2_PACKAGE_LIBEXOSIP2
This protocol is mainly to be used by VoIP telephony This protocol is mainly to be used by VoIP telephony
applications (endpoints or conference server) but might be applications (endpoints or conference server) but might be
also usefull for any application that wish to establish also usefull for any application that wish to establish
sessions like multiplayer games. sessions like multiplayer games.
eXosip is based in libosip. eXosip is based in libosip.
http://savannah.nongnu.org/projects/exosip/ http://savannah.nongnu.org/projects/exosip/

View File

@ -1,8 +1,8 @@
config BR2_PACKAGE_LIBGEOTIFF config BR2_PACKAGE_LIBGEOTIFF
bool "libgeotiff" bool "libgeotiff"
select BR2_PACKAGE_TIFF select BR2_PACKAGE_TIFF
help help
Libgeotiff is an open source library normally hosted on top of Libgeotiff is an open source library normally hosted on top of
libtiff for reading, and writing GeoTIFF information tags. libtiff for reading, and writing GeoTIFF information tags.
http://geotiff.osgeo.org http://geotiff.osgeo.org

View File

@ -4,9 +4,9 @@ config BR2_PACKAGE_LIBISCSI
help help
Libiscsi is a client-side library to implement the iSCSI protocol Libiscsi is a client-side library to implement the iSCSI protocol
that can be used to access resource of an iSCSI Target. that can be used to access resource of an iSCSI Target.
The library is fully async with regards to iscsi commands and scsi The library is fully async with regards to iscsi commands and scsi
tasks, but a sync layer is also provided for ease of use for simpler tasks, but a sync layer is also provided for ease of use for simpler
applications. applications.
https://github.com/sahlberg/libiscsi (no proper homepage) https://github.com/sahlberg/libiscsi (no proper homepage)

View File

@ -4,11 +4,11 @@ config BR2_PACKAGE_LIBMMS
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBGLIB2
help help
LibMMS is a common library for parsing mms:// and mmsh:// LibMMS is a common library for parsing mms:// and mmsh://
type network streams. These are commonly used to stream type network streams. These are commonly used to stream
Windows Media Video content over the web. LibMMS itself is Windows Media Video content over the web. LibMMS itself is
only for receiving MMS stream, it doesn't handle sending at only for receiving MMS stream, it doesn't handle sending at
all. all.
http://launchpad.net/libmms http://launchpad.net/libmms

View File

@ -3,12 +3,12 @@ config BR2_PACKAGE_LIBSECCOMP
depends on BR2_i386 || BR2_x86_64 depends on BR2_i386 || BR2_x86_64
help help
High level interface to the Linux Kernel's seccomp filter High level interface to the Linux Kernel's seccomp filter
The libseccomp library provides an easy to use, platform independent, The libseccomp library provides an easy to use, platform independent,
interface to the Linux Kernel's syscall filtering mechanism: seccomp. interface to the Linux Kernel's syscall filtering mechanism: seccomp.
The libseccomp API is designed to abstract away the underlying BPF The libseccomp API is designed to abstract away the underlying BPF
based syscall filter language and present a more conventional based syscall filter language and present a more conventional
function-call based filtering interface that should be familiar to, function-call based filtering interface that should be familiar to,
and easily adopted by application developers. and easily adopted by application developers.
http://sourceforge.net/projects/libseccomp/ http://sourceforge.net/projects/libseccomp/

View File

@ -60,4 +60,4 @@ comment "v4l2-dbg needs a toolchain w/ C++"
endif endif
comment "libv4l needs a toolchain w/ largefile, threads" comment "libv4l needs a toolchain w/ largefile, threads"
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS

View File

@ -1,11 +1,11 @@
config BR2_PACKAGE_LIBXML_PARSER_PERL config BR2_PACKAGE_LIBXML_PARSER_PERL
bool "libxml-parser-perl" bool "libxml-parser-perl"
select BR2_PACKAGE_EXPAT select BR2_PACKAGE_EXPAT
# Hide from configuration as we only support the host package # Hide from configuration as we only support the host package
# for the moment # for the moment
depends on BR2_HOST_ONLY depends on BR2_HOST_ONLY
help help
The Perl XML::Parser module. The Perl XML::Parser module.
http://www.cpan.org/modules/by-module/XML/ http://www.cpan.org/modules/by-module/XML/

View File

@ -32,19 +32,19 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_5000
the iwlwifi kernel driver. the iwlwifi kernel driver.
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
bool "Libertas SD 8686 v8" bool "Libertas SD 8686 v8"
help help
Firmware files (version 8) for the Marvell SD8686 module Firmware files (version 8) for the Marvell SD8686 module
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9
bool "Libertas SD 8686 v9" bool "Libertas SD 8686 v9"
help help
Firmware files (version 9) for the Marvell SD8686 module Firmware files (version 9) for the Marvell SD8686 module
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688
bool "Libertas SD 8688" bool "Libertas SD 8688"
help help
Firmware files for the Marvell SD8688 module Firmware files for the Marvell SD8688 module
config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787 config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
bool "Marvell Wifi-Ex SD 8787" bool "Marvell Wifi-Ex SD 8787"

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_LITE
bool "LiTE (toolbox engine)" bool "LiTE (toolbox engine)"
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
help help
LiTE stands for LiTE is a Toolbox Engine. LiTE stands for LiTE is a Toolbox Engine.
Its role is to facilitate the functions of DirectFB so that a Its role is to facilitate the functions of DirectFB so that a
toolbox could be written on top of DirectFB with less effort. toolbox could be written on top of DirectFB with less effort.
As such LiTE has abstractions for the underlying graphics and As such LiTE has abstractions for the underlying graphics and

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_LTTNG_BABELTRACE
select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBUUID select BR2_PACKAGE_UTIL_LINUX_LIBUUID
select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_LIBGLIB2
# libglib2 needs thread support and gettext which needs wchar support, and # libglib2 needs thread support and gettext which needs wchar support, and
# we also depends on util-linux which needs wchar # we also depends on util-linux which needs wchar
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_MAKEDEVS config BR2_PACKAGE_MAKEDEVS
bool "makedevs" bool "makedevs"
help help
The makedevs utility allows to create a set of device files The makedevs utility allows to create a set of device files
according to a configuration file. according to a configuration file.

View File

@ -7,4 +7,4 @@ config BR2_PACKAGE_MEMTESTER
http://pyropus.ca/software/memtester/ http://pyropus.ca/software/memtester/
comment "memtester needs a toolchain w/ largefile" comment "memtester needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE depends on !BR2_LARGEFILE

View File

@ -11,4 +11,4 @@ config BR2_PACKAGE_MONIT
http://mmonit.com/monit/ http://mmonit.com/monit/
comment "monit needs a toolchain w/ threads" comment "monit needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@ -5,5 +5,5 @@ config BR2_PACKAGE_HOST_MTOOLS
Unix without mounting them. It supports Win'95 style long file Unix without mounting them. It supports Win'95 style long file
names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
density 3 1/2 disk). density 3 1/2 disk).
http://www.tux.org/pub/tux/mtools/ http://www.tux.org/pub/tux/mtools/

View File

@ -12,16 +12,16 @@ if BR2_PACKAGE_PHP
source "package/php/Config.ext" source "package/php/Config.ext"
config BR2_PACKAGE_PHP_CLI config BR2_PACKAGE_PHP_CLI
bool bool
config BR2_PACKAGE_PHP_CGI config BR2_PACKAGE_PHP_CGI
bool bool
choice choice
prompt "Interface" prompt "Interface"
default BR2_PACKAGE_PHP_SAPI_CGI default BR2_PACKAGE_PHP_SAPI_CGI
help help
Select the PHP interface(s). Select the PHP interface(s).
config BR2_PACKAGE_PHP_SAPI_CGI config BR2_PACKAGE_PHP_SAPI_CGI
bool "CGI" bool "CGI"
@ -32,13 +32,13 @@ config BR2_PACKAGE_PHP_SAPI_CGI
Common Gateway Interface Common Gateway Interface
config BR2_PACKAGE_PHP_SAPI_CLI config BR2_PACKAGE_PHP_SAPI_CLI
bool "CLI" bool "CLI"
select BR2_PACKAGE_PHP_CLI select BR2_PACKAGE_PHP_CLI
help help
Command Line Interface Command Line Interface
config BR2_PACKAGE_PHP_SAPI_CLI_CGI config BR2_PACKAGE_PHP_SAPI_CLI_CGI
bool "CGI and CLI" bool "CGI and CLI"
# CGI uses fork() # CGI uses fork()
depends on BR2_USE_MMU depends on BR2_USE_MMU
select BR2_PACKAGE_PHP_CLI select BR2_PACKAGE_PHP_CLI

View File

@ -7,5 +7,5 @@ config BR2_PACKAGE_PYTHON_PYPARSING
or the use of regular expressions. The pyparsing module provides or the use of regular expressions. The pyparsing module provides
a library of classes that client code uses to construct the grammar a library of classes that client code uses to construct the grammar
directly in Python code. directly in Python code.
http://pyparsing.wikispaces.com/ http://pyparsing.wikispaces.com/

View File

@ -2,11 +2,11 @@ config BR2_PACKAGE_SAWMAN
bool "SawMan (Window Manager)" bool "SawMan (Window Manager)"
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
help help
SaWMan is a new window manager module for use with DirectFB. SaWMan is a new window manager module for use with DirectFB.
Its main difference to the default module is that it allows Its main difference to the default module is that it allows
one process to be an application and window manager, one process to be an application and window manager,
implementing all kinds of diversity, while SaWMan is only the implementing all kinds of diversity, while SaWMan is only the
working horse. working horse.
See http://www.directfb.org/downloads/Extras/README.SaWMan See http://www.directfb.org/downloads/Extras/README.SaWMan

View File

@ -6,12 +6,12 @@ config BR2_PACKAGE_SLIRP
The Spice project deals with both the virtualized devices The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces. back-end is done using VD-Interfaces.
This package implements the slirp-part for Spice. This package implements the slirp-part for Spice.
Slirp emulates a PPP or SLIP connection over a normal terminal. Slirp emulates a PPP or SLIP connection over a normal terminal.
http://www.spice-space.org/ http://www.spice-space.org/
NOTE: NOTE:
This package has some history of a unique kind: This package has some history of a unique kind:
- originally developped as 'slirp' by Danny Gasparovski, and - originally developped as 'slirp' by Danny Gasparovski, and

View File

@ -1,10 +1,10 @@
config BR2_PACKAGE_SNOWBALL_HDMISERVICE config BR2_PACKAGE_SNOWBALL_HDMISERVICE
bool "snowball-hdmiservice" bool "snowball-hdmiservice"
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
help help
HDMI userspace control daemon HDMI userspace control daemon
This package contains the HDMI userspace control daemon for the This package contains the HDMI userspace control daemon for the
snowball board snowball board
http://www.igloocommunity.org http://www.igloocommunity.org

View File

@ -9,9 +9,9 @@ config BR2_PACKAGE_SPEEX
http://www.speex.org/ http://www.speex.org/
config BR2_PACKAGE_SPEEX_ARM4 config BR2_PACKAGE_SPEEX_ARM4
bool bool
default y default y
depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526) depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526)
config BR2_PACKAGE_SPEEX_ARM5E config BR2_PACKAGE_SPEEX_ARM5E
default y default y

View File

@ -6,7 +6,7 @@ config BR2_PACKAGE_SPICE_PROTOCOL
The Spice project deals with both the virtualized devices The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces. back-end is done using VD-Interfaces.
This package implements the protocol-part of Spice. This package implements the protocol-part of Spice.
http://www.spice-space.org/ http://www.spice-space.org/

View File

@ -19,9 +19,9 @@ config BR2_PACKAGE_SPICE
The Spice project deals with both the virtualized devices The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces. back-end is done using VD-Interfaces.
This package implements the server-part of Spice. This package implements the server-part of Spice.
http://www.spice-space.org/ http://www.spice-space.org/
if BR2_PACKAGE_SPICE if BR2_PACKAGE_SPICE

View File

@ -11,29 +11,29 @@ config BR2_PACKAGE_SQUASHFS
if BR2_PACKAGE_SQUASHFS if BR2_PACKAGE_SQUASHFS
config BR2_PACKAGE_SQUASHFS_GZIP config BR2_PACKAGE_SQUASHFS_GZIP
bool "gzip support" bool "gzip support"
default y default y
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
Support GZIP compression algorithm Support GZIP compression algorithm
config BR2_PACKAGE_SQUASHFS_LZMA config BR2_PACKAGE_SQUASHFS_LZMA
bool "lzma support" bool "lzma support"
select BR2_PACKAGE_XZ select BR2_PACKAGE_XZ
help help
Support LZMA compression algorithm Support LZMA compression algorithm
config BR2_PACKAGE_SQUASHFS_LZO config BR2_PACKAGE_SQUASHFS_LZO
bool "lzo support" bool "lzo support"
select BR2_PACKAGE_LZO select BR2_PACKAGE_LZO
help help
Support LZO compression algorithm Support LZO compression algorithm
config BR2_PACKAGE_SQUASHFS_XZ config BR2_PACKAGE_SQUASHFS_XZ
bool "xz support" bool "xz support"
select BR2_PACKAGE_XZ select BR2_PACKAGE_XZ
help help
Support XZ compression algorithm Support XZ compression algorithm
endif endif

View File

@ -4,38 +4,38 @@ config BR2_PACKAGE_SYSSTAT
# Uses fork() # Uses fork()
depends on BR2_USE_MMU depends on BR2_USE_MMU
help help
The sysstat utilities are a collection of performance The sysstat utilities are a collection of performance
monitoring tools for Linux. These include sar, sadf, mpstat, monitoring tools for Linux. These include sar, sadf, mpstat,
iostat, pidstat and sa tools. iostat, pidstat and sa tools.
Some Features : Some Features :
* Input / Output and transfer rate statistics (global, per * Input / Output and transfer rate statistics (global, per
device, per partition, per network filesystem and per device, per partition, per network filesystem and per
Linux task / PID) Linux task / PID)
* CPU statistics (global, per CPU and per Linux task / * CPU statistics (global, per CPU and per Linux task /
PID), including support for virtualization architectures PID), including support for virtualization architectures
* Memory and swap space utilization statistics * Memory and swap space utilization statistics
* Virtual memory, paging and fault statistics * Virtual memory, paging and fault statistics
* Per-task (per-PID) memory and page fault statistics * Per-task (per-PID) memory and page fault statistics
* Global CPU and page fault statistics for tasks and all * Global CPU and page fault statistics for tasks and all
their children their children
* Process creation activity * Process creation activity
* Interrupt statistics (global, per CPU and per interrupt, * Interrupt statistics (global, per CPU and per interrupt,
including potential APIC interrupt sources) including potential APIC interrupt sources)
* Extensive network statistics: network interface activity * Extensive network statistics: network interface activity
(number of packets and kB received and transmitted per (number of packets and kB received and transmitted per
second, etc.) including failures from network devices; second, etc.) including failures from network devices;
network traffic statistics for IP, TCP, ICMP and UDP network traffic statistics for IP, TCP, ICMP and UDP
protocols based on SNMPv2 standards; support for protocols based on SNMPv2 standards; support for
IPv6-related protocols. IPv6-related protocols.
* NFS server and client activity * NFS server and client activity
* Socket statistics * Socket statistics
* Run queue and system load statistics * Run queue and system load statistics
* Kernel internal tables utilization statistics * Kernel internal tables utilization statistics
* System and per Linux task switching activity * System and per Linux task switching activity
* Swapping statistics * Swapping statistics
* TTY device activity * TTY device activity
* Power management statistics * Power management statistics
http://pagesperso-orange.fr/sebastien.godard/ http://pagesperso-orange.fr/sebastien.godard/

View File

@ -4,9 +4,9 @@ config BR2_PACKAGE_TAGLIB
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
TagLib is a library for reading and editing the meta-data of TagLib is a library for reading and editing the meta-data of
several popular audio formats. Currently it supports both ID3v1 several popular audio formats. Currently it supports both ID3v1
and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files. Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
http://taglib.github.com http://taglib.github.com

View File

@ -39,7 +39,7 @@ choice
config BR2_PACKAGE_TI_GFX_ES3 config BR2_PACKAGE_TI_GFX_ES3
bool "es3.x (OMAP35xx, AM35xx Rev 3.1+)" bool "es3.x (OMAP35xx, AM35xx Rev 3.1+)"
help help
OMAP35xx, AM35xx Rev 3.1+ OMAP35xx, AM35xx Rev 3.1+
config BR2_PACKAGE_TI_GFX_ES5 config BR2_PACKAGE_TI_GFX_ES5
bool "es5.x (AM37xx, DM37xx)" bool "es5.x (AM37xx, DM37xx)"

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_TREMOR
bool "tremor (fixed point vorbis decoder)" bool "tremor (fixed point vorbis decoder)"
help help
Tremor is a fixed point implementation of an Ogg Vorbis Tremor is a fixed point implementation of an Ogg Vorbis
decoder. It provides a decoding API similar to libvorbis, decoder. It provides a decoding API similar to libvorbis,
but gives much better performance on systems without a but gives much better performance on systems without a
floating-point unit. floating-point unit.

View File

@ -10,10 +10,10 @@ config BR2_PACKAGE_USBREDIR
traffic over a network connection. It is also the name of the traffic over a network connection. It is also the name of the
software package offering a parsing library, a usbredirhost library software package offering a parsing library, a usbredirhost library
and several utilities implementing this protocol. and several utilities implementing this protocol.
Note: only the library is installed, not the utilities. Say 'y' Note: only the library is installed, not the utilities. Say 'y'
below if you want the server too. below if you want the server too.
http://www.spice-space.org/page/UsbRedir http://www.spice-space.org/page/UsbRedir
if BR2_PACKAGE_USBREDIR if BR2_PACKAGE_USBREDIR
@ -23,7 +23,7 @@ config BR2_PACKAGE_USBREDIR_SERVER
help help
If you want to serve usbredir requests on your target, say 'y' If you want to serve usbredir requests on your target, say 'y'
here to have the usbredir server on the target. here to have the usbredir server on the target.
Note: the server is not required to use the library. Note: the server is not required to use the library.
endif endif

View File

@ -154,7 +154,7 @@ config BR2_PACKAGE_UTIL_LINUX_UTMPDUMP
config BR2_PACKAGE_UTIL_LINUX_UUIDD config BR2_PACKAGE_UTIL_LINUX_UUIDD
bool "uuidd" bool "uuidd"
help help
UUID generation daemon UUID generation daemon
config BR2_PACKAGE_UTIL_LINUX_WALL config BR2_PACKAGE_UTIL_LINUX_WALL
bool "wall" bool "wall"

View File

@ -263,4 +263,4 @@ if BR2_PACKAGE_XORG7
endif endif
comment "X.org needs a toolchain w/ wchar, threads" comment "X.org needs a toolchain w/ wchar, threads"
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

View File

@ -8,4 +8,4 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV
Generic Linux input driver Generic Linux input driver
comment "xf86-input-evdev requires udev to be enabled" comment "xf86-input-evdev requires udev to be enabled"
depends on !BR2_PACKAGE_UDEV depends on !BR2_PACKAGE_UDEV

View File

@ -90,14 +90,14 @@ config BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
endchoice endchoice
config BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR config BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR
bool "Null root cursor" bool "Null root cursor"
help help
Don't display root cursor. Don't display root cursor.
config BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX config BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX
bool "Enable AIGLX Extension" bool "Enable AIGLX Extension"
help help
Enable/Use AIGLX extension. Enable/Use AIGLX extension.
if BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE if BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
@ -131,8 +131,8 @@ endif
comment "Optional Servers" comment "Optional Servers"
config BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB config BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB
bool "Xvfb server" bool "Xvfb server"
help help
Virtual frame buffer X server. Virtual frame buffer X server.
endif endif

View File

@ -46,56 +46,56 @@ config BR2_PACKAGE_XENOMAI_VERSION
Kernel -> Linux Kernel Extensions menu. Kernel -> Linux Kernel Extensions menu.
config BR2_PACKAGE_XENOMAI_TESTSUITE config BR2_PACKAGE_XENOMAI_TESTSUITE
bool "Install testsuite" bool "Install testsuite"
help help
This option allows to install the Xenomai test programs. This option allows to install the Xenomai test programs.
config BR2_PACKAGE_XENOMAI_RTCAN config BR2_PACKAGE_XENOMAI_RTCAN
bool "RTCan utilities" bool "RTCan utilities"
help help
This option allows to install the Xenomai RT-CAN utilities. This option allows to install the Xenomai RT-CAN utilities.
config BR2_PACKAGE_XENOMAI_ANALOGY config BR2_PACKAGE_XENOMAI_ANALOGY
bool "Analogy libs and utils" bool "Analogy libs and utils"
help help
This option allows to install the Xenomai Analogy utilities This option allows to install the Xenomai Analogy utilities
and libraries and libraries
config BR2_PACKAGE_XENOMAI_NATIVE_SKIN config BR2_PACKAGE_XENOMAI_NATIVE_SKIN
bool "Native skin library" bool "Native skin library"
default y default y
help help
This option allows to install the Native Xenomai skin This option allows to install the Native Xenomai skin
config BR2_PACKAGE_XENOMAI_POSIX_SKIN config BR2_PACKAGE_XENOMAI_POSIX_SKIN
bool "POSIX skin library" bool "POSIX skin library"
default y default y
help help
This option allows to install the POSIX Xenomai skin This option allows to install the POSIX Xenomai skin
config BR2_PACKAGE_XENOMAI_VXWORKS_SKIN config BR2_PACKAGE_XENOMAI_VXWORKS_SKIN
bool "VX-Works skin library" bool "VX-Works skin library"
help help
This option allows to install the VX-Works Xenomai skin This option allows to install the VX-Works Xenomai skin
config BR2_PACKAGE_XENOMAI_PSOS_SKIN config BR2_PACKAGE_XENOMAI_PSOS_SKIN
bool "PSOS skin library" bool "PSOS skin library"
help help
This option allows to install the PSOS Xenomai skin This option allows to install the PSOS Xenomai skin
config BR2_PACKAGE_XENOMAI_RTAI_SKIN config BR2_PACKAGE_XENOMAI_RTAI_SKIN
bool "RTAI skin library" bool "RTAI skin library"
help help
This option allows to install the RTAI Xenomai skin This option allows to install the RTAI Xenomai skin
config BR2_PACKAGE_XENOMAI_UITRON_SKIN config BR2_PACKAGE_XENOMAI_UITRON_SKIN
bool "uiTron skin library" bool "uiTron skin library"
help help
This option allows to install the uiTron Xenomai skin This option allows to install the uiTron Xenomai skin
config BR2_PACKAGE_XENOMAI_VRTX_SKIN config BR2_PACKAGE_XENOMAI_VRTX_SKIN
bool "VRTX skin library" bool "VRTX skin library"
help help
This option allows to install the VRTX Xenomai skin This option allows to install the VRTX Xenomai skin
endif endif

View File

@ -3,7 +3,7 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCL
depends on BR2_PACKAGE_XFSPROGS depends on BR2_PACKAGE_XFSPROGS
comment "xfsprogs needs a toolchain w/ largefile, wchar" comment "xfsprogs needs a toolchain w/ largefile, wchar"
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
config BR2_PACKAGE_XFSPROGS config BR2_PACKAGE_XFSPROGS
bool "xfsprogs" bool "xfsprogs"

View File

@ -1,16 +1,16 @@
menu "System configuration" menu "System configuration"
config BR2_TARGET_GENERIC_HOSTNAME config BR2_TARGET_GENERIC_HOSTNAME
string "System hostname" string "System hostname"
default "buildroot" default "buildroot"
help help
Select system hostname to be stored in /etc/hostname. Select system hostname to be stored in /etc/hostname.
config BR2_TARGET_GENERIC_ISSUE config BR2_TARGET_GENERIC_ISSUE
string "System banner" string "System banner"
default "Welcome to Buildroot" default "Welcome to Buildroot"
help help
Select system banner (/etc/issue) to be displayed at login. Select system banner (/etc/issue) to be displayed at login.
choice choice
bool "Passwords encoding" bool "Passwords encoding"
@ -200,8 +200,8 @@ config BR2_TARGET_GENERIC_ROOT_PASSWD
.config file or the build log may be distributed! .config file or the build log may be distributed!
config BR2_TARGET_GENERIC_GETTY config BR2_TARGET_GENERIC_GETTY
bool "Run a getty (login prompt) after boot" bool "Run a getty (login prompt) after boot"
default y default y
if BR2_TARGET_GENERIC_GETTY if BR2_TARGET_GENERIC_GETTY
menu "getty options" menu "getty options"
@ -218,7 +218,7 @@ choice
Select a baudrate to use. Select a baudrate to use.
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP config BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP
bool "keep kernel default" bool "keep kernel default"
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600
bool "9600" bool "9600"
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200

View File

@ -478,14 +478,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51, from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51,
glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers
3.5.4. It has support for the following variants: 3.5.4. It has support for the following variants:
- SH4A, glibc, little endian - SH4A, glibc, little endian
Default. Default.
- SH4A, glibc, big endian - SH4A, glibc, big endian
Add -mb to BR2_TARGET_OPTIMIZATION Add -mb to BR2_TARGET_OPTIMIZATION
- SH4A, uClibc, little endian - SH4A, uClibc, little endian
Not usable in Buildroot yet. Not usable in Buildroot yet.
- SH4A, uClibc, big endian - SH4A, uClibc, big endian
Not usable in Buildroot yet. Not usable in Buildroot yet.
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
bool "Sourcery CodeBench SH 2012.03" bool "Sourcery CodeBench SH 2012.03"
@ -499,14 +499,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53,
glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers
3.2.10. It has support for the following variants: 3.2.10. It has support for the following variants:
- SH4A, glibc, little endian - SH4A, glibc, little endian
Default. Default.
- SH4A, glibc, big endian - SH4A, glibc, big endian
Add -mb to BR2_TARGET_OPTIMIZATION Add -mb to BR2_TARGET_OPTIMIZATION
- SH4A, uClibc, little endian - SH4A, uClibc, little endian
Not usable in Buildroot yet. Not usable in Buildroot yet.
- SH4A, uClibc, big endian - SH4A, uClibc, big endian
Not usable in Buildroot yet. Not usable in Buildroot yet.
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
bool "Sourcery CodeBench SH 2011.03" bool "Sourcery CodeBench SH 2011.03"
@ -993,28 +993,28 @@ config BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY
# always installed. When a different binary format is used, we offer the option # always installed. When a different binary format is used, we offer the option
# of installing the FDPIC shared libraries. # of installing the FDPIC shared libraries.
config BR2_BFIN_INSTALL_FDPIC_SHARED config BR2_BFIN_INSTALL_FDPIC_SHARED
bool "Install FDPIC shared libraries" bool "Install FDPIC shared libraries"
depends on BR2_bfin && !BR2_BINFMT_FDPIC depends on BR2_bfin && !BR2_BINFMT_FDPIC
help help
The Linux kernel supports running both FDPIC and FLAT applications The Linux kernel supports running both FDPIC and FLAT applications
concurrently if the binary format specific libraries are installed concurrently if the binary format specific libraries are installed
properly. This option allows developer to install FDPIC libraries properly. This option allows developer to install FDPIC libraries
into a buildroot rootfs image built with binary format that is not into a buildroot rootfs image built with binary format that is not
FDPIC. FDPIC.
# When the FLAT shared binary format is used, we force the installation # When the FLAT shared binary format is used, we force the installation
# of the corresponding libraries. When a different binary format is # of the corresponding libraries. When a different binary format is
# used, we offer the option of installing the FLAT shared libraries. # used, we offer the option of installing the FLAT shared libraries.
config BR2_BFIN_INSTALL_FLAT_SHARED config BR2_BFIN_INSTALL_FLAT_SHARED
bool "Install FLAT shared libraries" if !BR2_BINFMT_FLAT_SHARED bool "Install FLAT shared libraries" if !BR2_BINFMT_FLAT_SHARED
depends on BR2_bfin depends on BR2_bfin
default y if BR2_BINFMT_FLAT_SHARED default y if BR2_BINFMT_FLAT_SHARED
help help
The Linux kernel supports running both FDPIC and FLAT applications The Linux kernel supports running both FDPIC and FLAT applications
concurrently if the binary format specific libraries are installed concurrently if the binary format specific libraries are installed
properly. This option allows developer to install FLAT libraries properly. This option allows developer to install FLAT libraries
into a buildroot rootfs image built with binary format that is not into a buildroot rootfs image built with binary format that is not
shared FLAT. shared FLAT.
endif # BR2_TOOLCHAIN_EXTERNAL endif # BR2_TOOLCHAIN_EXTERNAL