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:
parent
625d0bb400
commit
e7d8e346fd
@ -13,5 +13,5 @@ config BR2_PACKAGE_DILLO
|
||||
http://www.dillo.org
|
||||
|
||||
comment "dillo needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
@ -21,7 +21,7 @@ choice
|
||||
default 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
|
||||
bool "alsa via portaudio"
|
||||
|
@ -9,4 +9,4 @@ config BR2_PACKAGE_FTOP
|
||||
https://code.google.com/p/ftop/
|
||||
|
||||
comment "ftop needs a toolchain w/ largefile"
|
||||
depends on !BR2_LARGEFILE
|
||||
depends on !BR2_LARGEFILE
|
||||
|
@ -10,5 +10,5 @@ config BR2_PACKAGE_INADYN
|
||||
https://github.com/troglobit/inadyn
|
||||
|
||||
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
|
||||
|
@ -12,4 +12,4 @@ config BR2_PACKAGE_LIBSTROPHE
|
||||
https://github.com/strophe/libstrophe
|
||||
|
||||
comment "libstrophe needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
@ -188,7 +188,7 @@ config BR2_PACKAGE_MPD_TWOLAME
|
||||
Enable TwoLAME mp2 encoding.
|
||||
|
||||
comment "twolame support needs a toolchain w/ largefile"
|
||||
depends on !BR2_LARGEFILE
|
||||
depends on !BR2_LARGEFILE
|
||||
|
||||
config BR2_PACKAGE_MPD_VORBIS
|
||||
bool "vorbis"
|
||||
|
@ -8,4 +8,4 @@ config BR2_PACKAGE_OPENCORE_AMR
|
||||
http://opencore-amr.sourceforge.net/
|
||||
|
||||
comment "opencore-amr needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
|
@ -16,7 +16,7 @@ config BR2_PACKAGE_OPENVMTOOLS
|
||||
ICU locales and X11 tools are currently not supported.
|
||||
|
||||
NOTE: Support for vmblock-fuse will be enabled in openvmtools if the
|
||||
libfuse package is selected.
|
||||
libfuse package is selected.
|
||||
|
||||
if BR2_PACKAGE_OPENVMTOOLS
|
||||
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_PHIDGETWEBSERVICE
|
||||
depends on !BR2_PREFER_STATIC_LIB # libphidget
|
||||
select BR2_PACKAGE_LIBPHIDGET
|
||||
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
|
||||
an alternative to the libphidget C linkage interface for
|
||||
controlling locally attached Phidgets USB devices and it also
|
||||
|
@ -18,7 +18,7 @@ config BR2_PACKAGE_PHP_CGI
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PHP_FPM
|
||||
bool
|
||||
bool
|
||||
|
||||
choice
|
||||
prompt "Interface"
|
||||
|
@ -10,4 +10,4 @@ config BR2_PACKAGE_TWOLAME
|
||||
http://www.twolame.org/
|
||||
|
||||
comment "twolame needs a toolchain w/ largefile"
|
||||
depends on !BR2_LARGEFILE
|
||||
depends on !BR2_LARGEFILE
|
||||
|
@ -28,7 +28,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
|
||||
Enable Hotspot 2.0 and IEEE 802.11u interworking functionality.
|
||||
|
||||
config BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG
|
||||
bool "Enable syslog support"
|
||||
bool "Enable syslog support"
|
||||
help
|
||||
Enable support for sending debug messages to syslog.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user