config BR2_PACKAGE_DFU_UTIL
bool "dfu-util"
- select BR2_PACKAGE_LIBUSB
depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_LIBUSB
help
Dfu-util is the host side implementation of the DFU 1.0
specification of the USB forum. DFU is intended to download
config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL
bool
- depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
default y if BR2_SYSTEM_ENABLE_NLS
+ depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT
endif
config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
bool "imxv4l2videosink"
- select BR2_PACKAGE_GST1_PLUGINS_BAD
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT
+ select BR2_PACKAGE_GST1_PLUGINS_BAD
help
Elements for V4L2 output
config BR2_PACKAGE_IFUPDOWN_SCRIPTS
bool "ifupdown scripts"
- depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
default y if BR2_ROOTFS_SKELETON_DEFAULT
+ depends on !BR2_PACKAGE_SYSTEMD_NETWORKD
help
Set of scripts used by ifupdown (either the standalone one,
or the busybox one) to bring network up, or tear it down.
config BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
bool
- # -m32 flag is used for 32bit builds and host-luajit has
- # limited architecture support
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
default y if BR2_i386 || \
(BR2_x86_64 && BR2_HOSTARCH='x86_64') || \
BR2_powerpc || BR2_arm || BR2_armeb || \
((BR2_mips || BR2_mipsel) && !BR2_MIPS_SOFT_FLOAT && \
!BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6)
+ # -m32 flag is used for 32bit builds and host-luajit has
+ # limited architecture support
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
config BR2_PACKAGE_LUAJIT
bool "luajit"
config BR2_PACKAGE_LVM2_STANDARD_INSTALL
bool "standard install instead of only dmsetup"
+ default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
# http://lists.busybox.net/pipermail/buildroot/2016-August/170592.html
depends on !BR2_TOOLCHAIN_USES_MUSL
- default y if !BR2_PACKAGE_LVM2_DMSETUP_ONLY # legacy 2013.11
help
Install the standard suite of lvm2 programs. When this option
is not set, only dmsetup is installed.
config BR2_PACKAGE_QT5CHARTS
bool "qt5charts"
+ depends on BR2_PACKAGE_QT5_VERSION_LATEST
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_WIDGETS
- depends on BR2_PACKAGE_QT5_VERSION_LATEST
help
Qt is a cross-platform application and UI framework for
developers using C++.
menuconfig BR2_PACKAGE_SELINUX_PYTHON
bool "selinux-python"
- select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
depends on BR2_USE_MMU
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON
help
A set of SELinux tools written in python that help with
managing a system with SELinux enabled. If no packages are