package: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jerzy Grzegorek 2014-10-02 22:04:51 +02:00 committed by Peter Korsgaard
parent 625d0bb400
commit e7d8e346fd
12 changed files with 13 additions and 13 deletions

View File

@ -13,5 +13,5 @@ config BR2_PACKAGE_DILLO
http://www.dillo.org http://www.dillo.org
comment "dillo needs a toolchain w/ C++" comment "dillo needs a toolchain w/ C++"
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP depends on !BR2_INSTALL_LIBSTDCPP

View File

@ -21,7 +21,7 @@ choice
default BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE default BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
bool "No sound backend, only produce wav files" bool "No sound backend, only produce wav files"
config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA
bool "alsa via portaudio" bool "alsa via portaudio"

View File

@ -9,4 +9,4 @@ config BR2_PACKAGE_FTOP
https://code.google.com/p/ftop/ https://code.google.com/p/ftop/
comment "ftop needs a toolchain w/ largefile" comment "ftop needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE depends on !BR2_LARGEFILE

View File

@ -10,5 +10,5 @@ config BR2_PACKAGE_INADYN
https://github.com/troglobit/inadyn https://github.com/troglobit/inadyn
comment "inadyn needs a toolchain w/ dynamic library" comment "inadyn needs a toolchain w/ dynamic library"
depends on BR2_PREFER_STATIC_LIB depends on BR2_PREFER_STATIC_LIB
depends on BR2_USE_MMU depends on BR2_USE_MMU

View File

@ -12,4 +12,4 @@ config BR2_PACKAGE_LIBSTROPHE
https://github.com/strophe/libstrophe https://github.com/strophe/libstrophe
comment "libstrophe needs a toolchain w/ threads" comment "libstrophe needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@ -188,7 +188,7 @@ config BR2_PACKAGE_MPD_TWOLAME
Enable TwoLAME mp2 encoding. Enable TwoLAME mp2 encoding.
comment "twolame support needs a toolchain w/ largefile" comment "twolame support needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE depends on !BR2_LARGEFILE
config BR2_PACKAGE_MPD_VORBIS config BR2_PACKAGE_MPD_VORBIS
bool "vorbis" bool "vorbis"

View File

@ -8,4 +8,4 @@ config BR2_PACKAGE_OPENCORE_AMR
http://opencore-amr.sourceforge.net/ http://opencore-amr.sourceforge.net/
comment "opencore-amr needs a toolchain w/ C++" comment "opencore-amr needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP depends on !BR2_INSTALL_LIBSTDCPP

View File

@ -16,7 +16,7 @@ config BR2_PACKAGE_OPENVMTOOLS
ICU locales and X11 tools are currently not supported. ICU locales and X11 tools are currently not supported.
NOTE: Support for vmblock-fuse will be enabled in openvmtools if the NOTE: Support for vmblock-fuse will be enabled in openvmtools if the
libfuse package is selected. libfuse package is selected.
if BR2_PACKAGE_OPENVMTOOLS if BR2_PACKAGE_OPENVMTOOLS

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_PHIDGETWEBSERVICE
depends on !BR2_PREFER_STATIC_LIB # libphidget depends on !BR2_PREFER_STATIC_LIB # libphidget
select BR2_PACKAGE_LIBPHIDGET select BR2_PACKAGE_LIBPHIDGET
help help
phidgetwebservice (the Phidget WebService) provides an HTTP phidgetwebservice (the Phidget WebService) provides an HTTP
front-end to the libphidget device control API. This provides front-end to the libphidget device control API. This provides
an alternative to the libphidget C linkage interface for an alternative to the libphidget C linkage interface for
controlling locally attached Phidgets USB devices and it also controlling locally attached Phidgets USB devices and it also

View File

@ -18,7 +18,7 @@ config BR2_PACKAGE_PHP_CGI
bool bool
config BR2_PACKAGE_PHP_FPM config BR2_PACKAGE_PHP_FPM
bool bool
choice choice
prompt "Interface" prompt "Interface"

View File

@ -10,4 +10,4 @@ config BR2_PACKAGE_TWOLAME
http://www.twolame.org/ http://www.twolame.org/
comment "twolame needs a toolchain w/ largefile" comment "twolame needs a toolchain w/ largefile"
depends on !BR2_LARGEFILE depends on !BR2_LARGEFILE

View File

@ -28,7 +28,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
Enable Hotspot 2.0 and IEEE 802.11u interworking functionality. Enable Hotspot 2.0 and IEEE 802.11u interworking functionality.
config BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG config BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG
bool "Enable syslog support" bool "Enable syslog support"
help help
Enable support for sending debug messages to syslog. Enable support for sending debug messages to syslog.