From 8c26f54d2869850ea8924a697ceb84206ea7368c Mon Sep 17 00:00:00 2001 From: Ruslan Isaev Date: Wed, 1 Oct 2025 21:09:56 +0300 Subject: [PATCH] update buildroot-config --- buildroot-config | 1358 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 949 insertions(+), 409 deletions(-) diff --git a/buildroot-config b/buildroot-config index d990408..13ac428 100644 --- a/buildroot-config +++ b/buildroot-config @@ -46,19 +46,18 @@ BR2_i386=y # BR2_x86_64 is not set # BR2_xtensa is not set BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT=y -BR2_ARCH="i586" +BR2_ARCH="i686" BR2_NORMALIZED_ARCH="i386" BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="pentium-mmx" +BR2_GCC_TARGET_ARCH="i686" BR2_BINFMT_SUPPORTS_SHARED=y BR2_READELF_ARCH_NAME="Intel 80386" -BR2_X86_CPU_HAS_MMX=y # BR2_x86_i486 is not set # BR2_x86_i586 is not set # BR2_x86_x1000 is not set -# BR2_x86_i686 is not set +BR2_x86_i686=y # BR2_x86_pentiumpro is not set -BR2_x86_pentium_mmx=y +# BR2_x86_pentium_mmx is not set # BR2_x86_pentium_m is not set # BR2_x86_pentium2 is not set # BR2_x86_pentium3 is not set @@ -140,7 +139,6 @@ BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" # # Kernel Header Options # -# BR2_KERNEL_HEADERS_AS_KERNEL is not set # BR2_KERNEL_HEADERS_5_4 is not set # BR2_KERNEL_HEADERS_5_10 is not set # BR2_KERNEL_HEADERS_5_15 is not set @@ -167,14 +165,13 @@ BR2_UCLIBC_CONFIG="package/uclibc/uClibc-ng.config" BR2_UCLIBC_CONFIG_FRAGMENT_FILES="" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y # BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -BR2_PTHREADS_NATIVE=y +# BR2_PTHREADS_NATIVE is not set # BR2_PTHREADS is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREAD_DEBUG is not set -BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y +BR2_PTHREADS_NONE=y +# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set BR2_UCLIBC_INSTALL_UTILS=y BR2_UCLIBC_TARGET_ARCH="i386" -BR2_UCLIBC_X86_TYPE="586MMX" +BR2_UCLIBC_X86_TYPE="686" BR2_PACKAGE_GLIBC_ARCH_SUPPORTS=y BR2_PACKAGE_GLIBC_SUPPORTS=y @@ -199,7 +196,6 @@ BR2_GCC_VERSION="14.3.0" BR2_EXTRA_GCC_CONFIG_OPTIONS="" # BR2_TOOLCHAIN_BUILDROOT_CXX is not set # BR2_TOOLCHAIN_BUILDROOT_FORTRAN is not set -# BR2_GCC_ENABLE_OPENMP is not set # BR2_GCC_ENABLE_GRAPHITE is not set BR2_PACKAGE_GCC_FINAL=y BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS=y @@ -215,10 +211,6 @@ BR2_PACKAGE_HOST_GDB_ARCH_SUPPORTS=y BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS=y BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK=y BR2_USE_WCHAR=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SSP=y -BR2_TOOLCHAIN_HAS_SSP_STRONG=y BR2_TOOLCHAIN_HAS_UCONTEXT=y BR2_TARGET_OPTIMIZATION="" BR2_TARGET_LDFLAGS="" @@ -326,8 +318,6 @@ BR2_TOOLCHAIN_HAS_SYNC_2=y BR2_TOOLCHAIN_HAS_SYNC_4=y BR2_TOOLCHAIN_X86_HAS_SYNC_8=y BR2_TOOLCHAIN_HAS_SYNC_8=y -BR2_TOOLCHAIN_HAS_LIBATOMIC=y -BR2_TOOLCHAIN_HAS_ATOMIC=y BR2_TOOLCHAIN_HAS_LIBQUADMATH=y # @@ -380,10 +370,10 @@ BR2_STRIP_EXCLUDE_FILES="" BR2_STRIP_EXCLUDE_DIRS="" # BR2_OPTIMIZE_0 is not set # BR2_OPTIMIZE_1 is not set -BR2_OPTIMIZE_2=y +# BR2_OPTIMIZE_2 is not set # BR2_OPTIMIZE_3 is not set # BR2_OPTIMIZE_G is not set -# BR2_OPTIMIZE_S is not set +BR2_OPTIMIZE_S=y # BR2_OPTIMIZE_FAST is not set # BR2_ENABLE_LTO is not set BR2_STATIC_LIBS=y @@ -404,10 +394,10 @@ BR2_GLOBAL_PATCH_DIR="" # Security Hardening Options # BR2_PIC_PIE_ARCH_SUPPORTS=y -BR2_SSP_NONE=y -# BR2_SSP_REGULAR is not set -# BR2_SSP_STRONG is not set -# BR2_SSP_ALL is not set + +# +# Stack Smashing Protection needs a toolchain w/ SSP +# # # RELocation Read Only (RELRO) needs shared libraries @@ -463,12 +453,12 @@ BR2_ROOTFS_STATIC_DEVICE_TABLE="system/device_table_dev.txt" # BR2_ROOTFS_MERGED_USR is not set BR2_TARGET_ENABLE_ROOT_LOGIN=y BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y # BR2_SYSTEM_BIN_SH_BASH is not set -# BR2_SYSTEM_BIN_SH_DASH is not set +BR2_SYSTEM_BIN_SH_DASH=y # BR2_SYSTEM_BIN_SH_MKSH is not set # BR2_SYSTEM_BIN_SH_ZSH is not set # BR2_SYSTEM_BIN_SH_NONE is not set +BR2_SYSTEM_BIN_SH="dash" BR2_TARGET_GENERIC_GETTY=y BR2_TARGET_GENERIC_GETTY_PORT="console" BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP=y @@ -481,7 +471,10 @@ BR2_TARGET_GENERIC_GETTY_BAUDRATE="0" BR2_TARGET_GENERIC_GETTY_TERM="vt100" BR2_TARGET_GENERIC_GETTY_OPTIONS="" BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" + +# +# automatic network configuration via DHCP needs ifupdown or busybox or networkd or netifrc +# BR2_SYSTEM_DEFAULT_PATH="/bin:/sbin:/usr/bin:/usr/sbin" BR2_ENABLE_LOCALE_PURGE=y BR2_ENABLE_LOCALE_WHITELIST="C en_US" @@ -500,86 +493,21 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="" # # Kernel # -BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_LATEST_VERSION=y -# BR2_LINUX_KERNEL_LATEST_CIP_VERSION is not set -# BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION is not set -# BR2_LINUX_KERNEL_CUSTOM_VERSION is not set -# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set -# BR2_LINUX_KERNEL_CUSTOM_GIT is not set -# BR2_LINUX_KERNEL_CUSTOM_HG is not set -# BR2_LINUX_KERNEL_CUSTOM_SVN is not set -BR2_LINUX_KERNEL_VERSION="6.16.5" -BR2_LINUX_KERNEL_PATCH="" -# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set -BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y -# BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG is not set -BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="" -BR2_LINUX_KERNEL_CUSTOM_LOGO_PATH="" -BR2_LINUX_KERNEL_BZIMAGE=y -# BR2_LINUX_KERNEL_VMLINUX is not set -# BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM is not set -BR2_LINUX_KERNEL_GZIP=y -# BR2_LINUX_KERNEL_LZ4 is not set -# BR2_LINUX_KERNEL_LZMA is not set -# BR2_LINUX_KERNEL_LZO is not set -# BR2_LINUX_KERNEL_XZ is not set -# BR2_LINUX_KERNEL_ZSTD is not set -# BR2_LINUX_KERNEL_DTS_SUPPORT is not set -BR2_LINUX_KERNEL_INSTALL_TARGET=y -# BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL is not set -# BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF is not set -# BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE is not set -# BR2_LINUX_KERNEL_NEEDS_HOST_PYTHON3 is not set - -# -# Linux Kernel Extensions -# -# BR2_LINUX_KERNEL_EXT_XENOMAI is not set -# BR2_LINUX_KERNEL_EXT_EV3DEV_LINUX_DRIVERS is not set -# BR2_LINUX_KERNEL_EXT_FBTFT is not set -# BR2_LINUX_KERNEL_EXT_AUFS is not set - -# -# Linux Kernel Tools -# - -# -# cpupower needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_LINUX_TOOLS_GPIO is not set -# BR2_PACKAGE_LINUX_TOOLS_IIO is not set -# BR2_PACKAGE_LINUX_TOOLS_MM is not set -# BR2_PACKAGE_LINUX_TOOLS_PCI is not set - -# -# perf needs a toolchain w/ dynamic library, threads -# - -# -# rtla needs a toolchain w/ threads, dynamic library -# - -# -# selftests needs BR2_PACKAGE_BUSYBOX_SHOW_OTHERS and a toolchain w/ dynamic library and headers >= 3.14 -# -# BR2_PACKAGE_LINUX_TOOLS_USBTOOLS is not set -# BR2_PACKAGE_LINUX_TOOLS_TMON is not set -# BR2_PACKAGE_LINUX_TOOLS_HV is not set +# BR2_LINUX_KERNEL is not set # # Target packages # -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" -BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="" +# BR2_PACKAGE_BUSYBOX is not set BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y # -# Busybox individual binaries need a toolchain w/ dynamic library +# You may need to enable other packages to get a working system +# + +# +# You better know what you're doing! # -# BR2_PACKAGE_BUSYBOX_HTTPD is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set BR2_PACKAGE_SKELETON=y BR2_PACKAGE_HAS_SKELETON=y BR2_PACKAGE_PROVIDES_SKELETON="skeleton-init-none" @@ -589,14 +517,23 @@ BR2_PACKAGE_SKELETON_INIT_NONE=y # # Audio and video applications # -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_ATEST is not set + +# +# alsa-utils needs a toolchain w/ threads +# + +# +# atest needs a toolchain w/ threads +# # BR2_PACKAGE_AUMIX is not set # # bluez-alsa needs a toolchain w/ wchar, NPTL, headers >= 3.4, dynamic library, gcc >= 4.9 # -# BR2_PACKAGE_DVBLAST is not set + +# +# dvblast needs a toolchain w/ threads +# # BR2_PACKAGE_DVDAUTHOR is not set # @@ -608,7 +545,10 @@ BR2_PACKAGE_SKELETON_INIT_NONE=y # # BR2_PACKAGE_FAAD2 is not set BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y -# BR2_PACKAGE_FFMPEG is not set + +# +# ffmpeg needs a toolchain w/ threads +# # BR2_PACKAGE_FLAC is not set # BR2_PACKAGE_FLITE is not set # BR2_PACKAGE_FLUID_SOUNDFONT is not set @@ -616,8 +556,14 @@ BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y # # fluidsynth needs a toolchain w/ threads, wchar, dynamic library, C++ # -# BR2_PACKAGE_GMRENDER_RESURRECT is not set -# BR2_PACKAGE_GSTREAMER1 is not set + +# +# gmrender-resurrect needs a toolchain w/ wchar, threads +# + +# +# gstreamer 1.x needs a toolchain w/ wchar, threads +# # # jack1 needs a toolchain w/ threads, dynamic library @@ -641,7 +587,6 @@ BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS=y # # miraclecast needs systemd and a glibc toolchain w/ threads and wchar # -BR2_PACKAGE_MJPEGTOOLS_SIMD_SUPPORT=y # # mjpegtools needs a toolchain w/ C++, threads @@ -650,18 +595,16 @@ BR2_PACKAGE_MJPEGTOOLS_SIMD_SUPPORT=y # # modplugtools needs a toolchain w/ C++ # -# BR2_PACKAGE_MOTION is not set # -# mpd needs a toolchain w/ C++, threads, wchar, host-gcc 10, gcc 12, headers 5.6 +# motion needs a toolchain w/ threads # # BR2_PACKAGE_MPD_MPC is not set # BR2_PACKAGE_MPG123 is not set # -# mpv needs a toolchain w/ C++, NPTL, gcc >= 4.9 +# multicat needs a toolchain w/ threads # -# BR2_PACKAGE_MULTICAT is not set # BR2_PACKAGE_MUSEPACK is not set # @@ -704,7 +647,10 @@ BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC=y # # v4l2grab needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0 # -# BR2_PACKAGE_V4L2LOOPBACK is not set + +# +# v4l2loopback needs a Linux kernel to be built +# # # vlc needs a toolchain w/ C++, dynamic library, wchar, threads, gcc >= 4.9, headers >= 3.7 @@ -740,8 +686,14 @@ BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC=y # # p7zip needs a toolchain w/ threads, wchar, C++ # -# BR2_PACKAGE_PIGZ is not set -# BR2_PACKAGE_PIXZ is not set + +# +# pigz needs a toolchain w/ threads +# + +# +# pixz needs a toolchain w/ threads, wchar +# # # unrar needs a toolchain w/ C++, wchar, threads, gcc >= 4.8 @@ -754,12 +706,18 @@ BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC=y # # Debugging, profiling and benchmark # -# BR2_PACKAGE_BABELTRACE2 is not set + +# +# babeltrace2 needs a toolchain w/ wchar, threads +# # # bcc needs a glibc toolchain, C++, wchar, threads, dynamic libs, gcc >= 7, host gcc >= 7 # -# BR2_PACKAGE_BLKTRACE is not set + +# +# blktrace needs a toolchain w/ threads +# # # bonnie++ needs a toolchain w/ C++ @@ -787,12 +745,18 @@ BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS=y # BR2_PACKAGE_DHRYSTONE is not set # BR2_PACKAGE_DIEHARDER is not set # BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set + +# +# dropwatch needs a toolchain w/ threads +# # # dstat needs a toolchain w/ wchar, threads, dynamic library # -# BR2_PACKAGE_DT is not set + +# +# dt needs a glibc or uClibc toolchain w/ threads +# # # duma needs a toolchain w/ C++, threads, dynamic library @@ -820,7 +784,10 @@ BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y # # google-breakpad requires a glibc toolchain w/ wchar, threads, C++, gcc >= 7 # -# BR2_PACKAGE_IOZONE is not set + +# +# iozone needs a toolchain w/ NPTL +# BR2_PACKAGE_KEXEC_ARCH_SUPPORTS=y # BR2_PACKAGE_KEXEC is not set @@ -841,17 +808,29 @@ BR2_PACKAGE_KVM_UNIT_TESTS_ARCH_SUPPORTS=y # # libtracefs needs a toolchain w/ threads, dynamic library # -# BR2_PACKAGE_LMBENCH is not set + +# +# lmbench needs a toolchain w/ threads +# # BR2_PACKAGE_LSOF is not set BR2_PACKAGE_LTP_TESTSUITE_ARCH_SUPPORTS=y -# BR2_PACKAGE_LTP_TESTSUITE is not set + +# +# ltp-testsuite needs a toolchain w/ NPTL +# BR2_PACKAGE_LTRACE_ARCH_SUPPORTS=y # # ltrace needs a uClibc or glibc toolchain w/ wchar, dynamic library, threads # -# BR2_PACKAGE_LTTNG_BABELTRACE is not set -# BR2_PACKAGE_LTTNG_MODULES is not set + +# +# lttng-babeltrace needs a toolchain w/ wchar, threads +# + +# +# lttng-modules needs a Linux kernel to be built +# # # lttng-tools needs a toolchain w/ threads, dynamic library, C++ @@ -888,18 +867,21 @@ BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS=y # # piglit needs a glibc or musl toolchain w/ C++, gcc >= 9, host gcc >= 9 # -# BR2_PACKAGE_POKE is not set + +# +# poke needs a toolchain w/ NPTL, wchar +# # BR2_PACKAGE_PV is not set +# +# racehound needs an Linux kernel >= 3.14 to be built +# + # # racehound needs a toolchain w/ C++, wchar, dynamic library, threads # # BR2_PACKAGE_RAMSPEED is not set -# -# rt-tests needs a uClibc or glibc toolchain w/ NPTL, headers >= 4.5, dynamic library -# - # # rwmem needs a toolchain w/ C++, wchar, gcc >= 10 # @@ -914,15 +896,21 @@ BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS=y # BR2_PACKAGE_SPIDEV_TEST is not set # BR2_PACKAGE_STRACE is not set # BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_STRESS_NG is not set + +# +# stress-ng needs a toolchain w/ threads, headers >= 3.3 +# # # sysdig needs a glibc toolchain w/ C++, threads, gcc >= 8, dynamic library, a Linux kernel, and luajit or lua 5.1 to be built # -# BR2_PACKAGE_TCF_AGENT is not set -BR2_PACKAGE_TCF_AGENT_ARCH="i386" +BR2_PACKAGE_TCF_AGENT_ARCH="i686" BR2_PACKAGE_TCF_AGENT_ARCH_SUPPORTS=y +# +# tcf-agent needs a toolchain w/ threads +# + # # trace-cmd needs a toolchain w/ threads, NPTL, dynamic library # @@ -962,7 +950,10 @@ BR2_PACKAGE_CMAKE_ARCH_SUPPORTS=y # # cppunit needs a toolchain w/ C++, dynamic library # -# BR2_PACKAGE_CUKINIA is not set + +# +# cukinia needs busybox or gawk +# # BR2_PACKAGE_CUNIT is not set # BR2_PACKAGE_CVS is not set @@ -985,9 +976,12 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny" # # gperf needs a toolchain w/ C++ # -# BR2_PACKAGE_GREP is not set +BR2_PACKAGE_GREP=y # BR2_PACKAGE_JO is not set -# BR2_PACKAGE_JQ is not set + +# +# jq needs a toolchain w/ threads +# # BR2_PACKAGE_LIBTOOL is not set # BR2_PACKAGE_MAKE is not set # BR2_PACKAGE_MAWK is not set @@ -1007,7 +1001,10 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny" # Filesystem and flash utilities # # BR2_PACKAGE_ABOOTIMG is not set -# BR2_PACKAGE_AUFS_UTIL is not set + +# +# aufs-util needs a linux kernel and a toolchain w/ threads +# # # autofs needs a glibc or uClibc toolchain w/ NPTL and dynamic library @@ -1016,7 +1013,10 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny" # # bmap-writer needs a toolchain w/ C++, wchar # -# BR2_PACKAGE_BTRFS_PROGS is not set + +# +# btrfs-progs needs a toolchain w/ threads +# # # cifs-utils needs a toolchain w/ dynamic library @@ -1033,7 +1033,10 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny" # # BR2_PACKAGE_DOSFSTOOLS is not set # BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set + +# +# e2tools needs a toolchain w/ threads, wchar +# # # ecryptfs-utils needs a toolchain w/ threads, wchar, dynamic library @@ -1059,19 +1062,34 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny" # BR2_PACKAGE_FWUP is not set # BR2_PACKAGE_GENEXT2FS is not set # BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GOCRYPTFS is not set -# BR2_PACKAGE_IMX_USB_LOADER is not set + +# +# gocryptfs needs a toolchain w/ threads +# + +# +# imx-usb-loader needs a toolchain w/ threads, gcc >= 4.9 +# # BR2_PACKAGE_MMC_UTILS is not set # BR2_PACKAGE_MTD is not set # BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NILFS_UTILS is not set + +# +# nfs-utils needs a toolchain w/ threads, headers >= 3.17 +# + +# +# nilfs-utils needs a toolchain w/ threads +# # # ntfs-3g needs a toolchain w/ wchar, threads, dynamic library # # BR2_PACKAGE_SP_OOPS_EXTRACT is not set -# BR2_PACKAGE_SQUASHFS is not set + +# +# squashfs needs a toolchain w/ threads +# # # sshfs needs a toolchain w/ wchar, threads, dynamic library @@ -1092,7 +1110,7 @@ BR2_PACKAGE_PROVIDES_HOST_GETTEXT="host-gettext-tiny" # # -# zfs needs udev /dev management +# zfs needs a Linux kernel to be built # # @@ -1234,7 +1252,10 @@ BR2_PACKAGE_NETSURF_ARCH_SUPPORTS=y # netsurf needs a toolchain w/ dynamic library # # BR2_PACKAGE_PNGQUANT is not set -# BR2_PACKAGE_RRDTOOL is not set + +# +# rrdtool needs a toolchain w/ wchar, threads +# # # spirv-translator needs a toolchain w/ wchar, threads, C++, gcc >= 7, dynamic library, host gcc >= 7 @@ -1285,8 +1306,14 @@ BR2_PACKAGE_NETSURF_ARCH_SUPPORTS=y # # freerdp needs a toolchain w/ wchar, dynamic library, threads, C++ # -# BR2_PACKAGE_GRAPHICSMAGICK is not set -# BR2_PACKAGE_IMAGEMAGICK is not set + +# +# graphicsmagick needs a toolchain w/ threads +# + +# +# imagemagick needs a toolchain w/ threads +# # # libglvnd needs a toolchain w/ dynamic library, threads @@ -1405,8 +1432,14 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y # BR2_PACKAGE_WILC3000_FIRMWARE is not set # BR2_PACKAGE_WILINK_BT_FIRMWARE is not set # BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_18XX_TI_UTILS is not set -# BR2_PACKAGE_ACPICA is not set + +# +# 18xx-ti-utils needs a toolchain w/ threads +# + +# +# acpica needs a toolchain w/ threads, wchar +# # BR2_PACKAGE_ACPID is not set # @@ -1449,9 +1482,18 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y # # cwiid needs a toolchain w/ dynamic lib, threads, wchar, headers >= 3.18 # -# BR2_PACKAGE_DAHDI_LINUX is not set -# BR2_PACKAGE_DAHDI_TOOLS is not set -# BR2_PACKAGE_DBUS is not set + +# +# dahdi-linux needs a Linux kernel to be built +# + +# +# dahdi-tools needs a toolchain w/ threads and a Linux kernel to be built +# + +# +# dbus needs a toolchain w/ threads +# # # dbusbroker needs systemd and a toolchain w/ threads @@ -1460,8 +1502,14 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y # # dbus-cxx needs a toolchain w/ C++, threads, gcc >= 7 and dynamic library support # -# BR2_PACKAGE_DFU_PROGRAMMER is not set -# BR2_PACKAGE_DFU_UTIL is not set + +# +# dfu-programmer needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# dfu-util needs a toolchain w/ threads, gcc >= 4.9 +# # BR2_PACKAGE_DMIDECODE is not set # @@ -1471,15 +1519,24 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y # # dt-utils needs udev /dev management # -# BR2_PACKAGE_DTBOCFG is not set + +# +# dtbocfg needs a Linux kernel to be built +# # BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DUMP1090 is not set + +# +# dump1090 needs a toolchain w/ threads, gcc >= 4.9 +# # BR2_PACKAGE_DVBSNOOP is not set # # edid-decode needs a toolchain w/ C++, gcc >= 4.7 # -# BR2_PACKAGE_ESP_HOSTED is not set + +# +# esp-hosted needs a Linux kernel to be built +# # # eudev needs eudev /dev management @@ -1493,7 +1550,10 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y # BR2_PACKAGE_FLASHROM is not set # BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FREEIPMI is not set + +# +# freeipmi needs a toolchain w/ threads +# # # fwupd needs a toolchain w/ wchar, threads, dynamic library, gcc >= 4.9 @@ -1522,9 +1582,15 @@ BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y # # BR2_PACKAGE_HDPARM is not set # BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_HWLOC is not set + +# +# hwloc needs a toolchain w/ threads +# # BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_I7Z is not set + +# +# i7z needs a toolchain w/ threads +# # BR2_PACKAGE_INPUT_EVENT_DAEMON is not set # BR2_PACKAGE_INTEL_MICROCODE is not set # BR2_PACKAGE_IOTOOLS is not set @@ -1554,7 +1620,10 @@ BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBUBOOTENV is not set # BR2_PACKAGE_LIBUIO is not set -# BR2_PACKAGE_LINUX_BACKPORTS is not set + +# +# linux-backports needs a Linux kernel to be built +# # BR2_PACKAGE_LINUX_SERIAL_TEST is not set # BR2_PACKAGE_LINUXCONSOLETOOLS is not set @@ -1576,20 +1645,30 @@ BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y # # lvm2 needs a toolchain w/ threads, dynamic library # + +# +# mali-driver needs a Linux kernel to be built +# # BR2_PACKAGE_MBPFAN is not set # # mdadm needs a toolchain w/ dynamic library # # BR2_PACKAGE_MDEVD is not set -# BR2_PACKAGE_MDIO_TOOLS is not set + +# +# mdio-tools needs a Linux kernel to be built +# # BR2_PACKAGE_MEMTEST86 is not set # BR2_PACKAGE_MEMTESTER is not set # BR2_PACKAGE_MEMTOOL is not set # BR2_PACKAGE_MHZ is not set # BR2_PACKAGE_MINICOM is not set # BR2_PACKAGE_MSR_TOOLS is not set -# BR2_PACKAGE_MXT_APP is not set + +# +# mxt-app needs a toolchain w/ threads, gcc >= 4.9 +# # BR2_PACKAGE_NANOCOM is not set # @@ -1605,7 +1684,10 @@ BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y # nvidia-persistenced needs a toolchain w/ threads, dynamic libs # # BR2_PACKAGE_NVME is not set -# BR2_PACKAGE_NXP_MWIFIEX is not set + +# +# nxp-mwifiex needs a Linux kernel to be built +# # # ofono needs a toolchain w/ dynamic library, wchar, threads, headers >= 4.12 @@ -1655,20 +1737,53 @@ BR2_PACKAGE_FLASHROM_ARCH_SUPPORTS=y # rdma-core needs a toolchain w/ headers >= 3.4, NPTL, dynamic library # # BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RNG_TOOLS is not set + +# +# rng-tools needs a toolchain w/ NPTL +# # BR2_PACKAGE_RS485CONF is not set # BR2_PACKAGE_RTC_TOOLS is not set -# BR2_PACKAGE_RTL8188EU is not set -# BR2_PACKAGE_RTL8189ES is not set -# BR2_PACKAGE_RTL8189FS is not set -# BR2_PACKAGE_RTL8192EU is not set -# BR2_PACKAGE_RTL8723BU is not set -# BR2_PACKAGE_RTL8723DS is not set + +# +# rtl8188eu needs a Linux kernel to be built +# + +# +# rtl8189es needs a Linux kernel to be built +# + +# +# rtl8189fs needs a Linux kernel to be built +# + +# +# rtl8192eu needs a Linux kernel to be built +# + +# +# rtl8723bu needs a Linux kernel to be built +# + +# +# rtl8723ds needs a Linux kernel to be built +# # BR2_PACKAGE_RTL8723DS_BT is not set -# BR2_PACKAGE_RTL8812AU_AIRCRACK_NG is not set -# BR2_PACKAGE_RTL8821AU is not set -# BR2_PACKAGE_RTL8821CU is not set -# BR2_PACKAGE_RTL8822CS is not set + +# +# rtl8812au-aircrack-ng needs a Linux kernel to be built +# + +# +# rtl8821au needs a Linux kernel to be built +# + +# +# rtl8821cu needs a Linux kernel to be built +# + +# +# rl8822cs needs a Linux kernel to be built +# # # sane-airscan needs a toolchain w/ wchar, dynamic library, threads @@ -1684,17 +1799,26 @@ BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS=y # sedutil needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.12 # # BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set + +# +# sg3-utils needs a toolchain w/ threads +# # # sigrok-cli needs a toolchain w/ locale, wchar, threads, dynamic library, gcc >= 4.7 # -# BR2_PACKAGE_SISPMCTL is not set + +# +# sispmctl needs a toolchain w/ threads, wchar, gcc >= 4.9 +# # # smartmontools needs a toolchain w/ C++ # -# BR2_PACKAGE_SMSTOOLS3 is not set + +# +# smstools3 needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_SPI_TOOLS is not set # BR2_PACKAGE_SREDIRD is not set # BR2_PACKAGE_STATSERIAL is not set @@ -1706,10 +1830,13 @@ BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS=y # targetcli-fb needs Python, a glibc toolchain, gcc >= 4.9, host gcc >= 8 # # BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set # -# tio needs lua (but not luajit) +# ti-utils needs a toolchain w/ threads +# + +# +# tio needs a toolchain w/ threads, wchar # # BR2_PACKAGE_TRIGGERHAPPY is not set # BR2_PACKAGE_UBOOT_BOOTCOUNT is not set @@ -1726,14 +1853,30 @@ BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS=y # # udisks needs a toolchain with dynamic library, locale, wchar, threads, gcc >= 7 # -# BR2_PACKAGE_UHUBCTL is not set -# BR2_PACKAGE_UMTPRD is not set + +# +# uhubctl needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# umtprd needs a toolchain w/ threads, headers >= 3.15 +# # # upower needs udev /dev management # -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set + +# +# upower needs a toolchain w/ threads, wchar +# + +# +# usb_modeswitch needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# usb_modeswitch_data needs a toolchain w/ threads, gcc >= 4.9 +# # # usbguard needs a toolchain w/ C++, threads, dynamic library, gcc >= 8 @@ -1752,11 +1895,21 @@ BR2_PACKAGE_SEDUTIL_ARCH_SUPPORTS=y # # -# wf111 needs a glibc toolchain +# wf111 needs a Linux kernel to be built +# + +# +# wilc kernel module needs a Linux kernel to be built # -# BR2_PACKAGE_WILC_DRIVER is not set # BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set + +# +# xorriso needs a toolchain w/ wchar, threads +# + +# +# xr819-xradio driver needs a Linux kernel to be built +# # # Interpreter languages and scripting @@ -1857,7 +2010,10 @@ BR2_PACKAGE_SWIPL_ARCH_SUPPORTS=y # # Audio/Sound # -# BR2_PACKAGE_ALSA_LIB is not set + +# +# alsa-lib needs a toolchain w/ threads +# # # alure needs a toolchain w/ C++, gcc >= 9, NPTL, wchar @@ -1901,7 +2057,10 @@ BR2_PACKAGE_GTKIOSTREAM_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBID3TAG is not set # BR2_PACKAGE_LIBILBC is not set -# BR2_PACKAGE_LIBLO is not set + +# +# liblo needs a toolchain w/ threads +# # BR2_PACKAGE_LIBMAD is not set # @@ -1946,7 +2105,10 @@ BR2_PACKAGE_OPENAL_ARCH_SUPPORTS=y # # BR2_PACKAGE_OPUS is not set # BR2_PACKAGE_OPUSFILE is not set -# BR2_PACKAGE_PORTAUDIO is not set + +# +# portaudio needs a toolchain w/ threads +# # BR2_PACKAGE_RNNOISE is not set # BR2_PACKAGE_SBC is not set # BR2_PACKAGE_SPANDSP is not set @@ -1974,7 +2136,10 @@ BR2_PACKAGE_WEBRTC_AUDIO_PROCESSING_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBARCHIVE is not set # BR2_PACKAGE_LIBDEFLATE is not set -# BR2_PACKAGE_LIBJCAT is not set + +# +# libjcat needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LIBMSPACK is not set # @@ -2009,7 +2174,10 @@ BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y # botan needs a toolchain w/ threads, C++, gcc >= 11 # # BR2_PACKAGE_CA_CERTIFICATES is not set -# BR2_PACKAGE_CRYPTODEV_LINUX is not set + +# +# cryptodev-linux needs a Linux kernel to be built +# # # cryptopp needs a toolchain w/ C++, dynamic library, wchar @@ -2049,7 +2217,10 @@ BR2_PACKAGE_LIBGPG_ERROR_SYSCFG="i686-pc-linux-gnu" # # libscrypt needs a toolchain w/ dynamic library # -# BR2_PACKAGE_LIBSECRET is not set + +# +# libsecret needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LIBSHA1 is not set # BR2_PACKAGE_LIBSODIUM is not set BR2_PACKAGE_LIBSPDM_CPU_FAMILY="ia32" @@ -2076,7 +2247,10 @@ BR2_PACKAGE_PROVIDES_HOST_OPENSSL="host-libopenssl" # pkcs11-helper needs a toolchain w/ dynamic library # # BR2_PACKAGE_RHASH is not set -# BR2_PACKAGE_TINYDTLS is not set + +# +# tinydtls needs a toolchain w/ threads +# # # tpm2-openssl needs a toolchain w/ dynamic library, threads @@ -2097,7 +2271,10 @@ BR2_PACKAGE_PROVIDES_HOST_OPENSSL="host-libopenssl" # # ustream-ssl needs a toolchain w/ dynamic library # -# BR2_PACKAGE_WOLFSSL is not set + +# +# wolfssl needs a toolchain w/ threads +# # BR2_PACKAGE_WOLFTPM is not set # @@ -2126,21 +2303,23 @@ BR2_PACKAGE_PROVIDES_HOST_OPENSSL="host-libopenssl" # # libgit2 needs a toolchain w/ dynamic library # -# BR2_PACKAGE_LIBMDBX is not set + +# +# libmdbx needs MMU, a toolchain w/ threads, gcc >= 4.4 w/ 4-byte atomics +# # # libodb needs a toolchain w/ C++, threads # -# BR2_PACKAGE_LMDB is not set + +# +# lmdb needs a toolchain w/ threads +# # # mariadb needs a toolchain w/ dynamic library, C++, threads, wchar # -# -# redis needs a toolchain w/ gcc>=4.9, dynamic library, nptl, C++ -# - # # redis-plus-plus needs a toolchain w/ C++, threads # @@ -2149,7 +2328,10 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y # # rocksdb needs a toolchain w/ C++, threads, wchar, gcc >= 4.8 # -# BR2_PACKAGE_SQLCIPHER is not set + +# +# sqlcipher needs a toolchain w/ threads +# # BR2_PACKAGE_SQLITE is not set # @@ -2174,7 +2356,10 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y # libfuse3 needs a toolchain w/ threads, dynamic library # # BR2_PACKAGE_LIBLOCKFILE is not set -# BR2_PACKAGE_LIBNFS is not set + +# +# libnfs needs a toolchain w/ threads +# # BR2_PACKAGE_LIBSYSFS is not set # BR2_PACKAGE_LOCKDEV is not set @@ -2229,7 +2414,10 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y # BR2_PACKAGE_FONTCONFIG is not set # BR2_PACKAGE_FREETYPE is not set # BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set + +# +# gdk-pixbuf needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_GIFLIB is not set # @@ -2263,7 +2451,6 @@ BR2_PACKAGE_ROCKSDB_ARCH_SUPPORTS=y # # BR2_PACKAGE_JASPER is not set # BR2_PACKAGE_JBIG2DEC is not set -BR2_PACKAGE_JPEG_SIMD_SUPPORT=y # BR2_PACKAGE_JPEG is not set # @@ -2285,7 +2472,14 @@ BR2_PACKAGE_JPEG_SIMD_SUPPORT=y # libdecor needs a toolchain w/ wchar, threads, C++, gcc >= 4.9 # # BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set + +# +# libdri2 needs a toolchain w/ threads +# + +# +# libdrm needs a toolchain w/ threads +# # # libepoxy needs an OpenGL and/or OpenGL EGL backend @@ -2295,7 +2489,10 @@ BR2_PACKAGE_JPEG_SIMD_SUPPORT=y # # libfm needs X.org and a toolchain w/ wchar, threads, C++, gcc >= 4.9 # -# BR2_PACKAGE_LIBFM_EXTRA is not set + +# +# libfm-extra needs a toolchain w/ wchar, threads +# # # libfreeglut depends on X.org and needs an OpenGL backend @@ -2339,9 +2536,8 @@ BR2_PACKAGE_JPEG_SIMD_SUPPORT=y # # -# libjxl needs a toolchain with C++, threads, gcc >= 7, dynamic library +# libmediaart needs a toolchain w/ wchar, threads # -# BR2_PACKAGE_LIBMEDIAART is not set # BR2_PACKAGE_LIBMNG is not set # BR2_PACKAGE_LIBPNG is not set # BR2_PACKAGE_LIBQRENCODE is not set @@ -2367,16 +2563,11 @@ BR2_PACKAGE_JPEG_SIMD_SUPPORT=y # # libwpe needs a toolchain w/ C++, dynamic library and an OpenEGL-capable backend # -# BR2_PACKAGE_MENU_CACHE is not set + +# +# menu-cache needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_OPENCL_HEADERS is not set - -# -# opencv3 needs a toolchain w/ C++, NPTL, wchar, dynamic library -# - -# -# opencv4 needs a toolchain w/ C++, NPTL, wchar, dynamic library, gcc >= 4.8 -# # BR2_PACKAGE_OPENJPEG is not set # @@ -2454,7 +2645,10 @@ BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS=y # ccid needs a toolchain w/ threads, dynamic library, gcc >= 4.9 # BR2_PACKAGE_CPUINFO_ARCH_SUPPORTS=y -# BR2_PACKAGE_CPUINFO is not set + +# +# cpuinfo needs a toolchain w/ threads +# # # dtc needs a toolchain w/ dynamic library @@ -2469,7 +2663,10 @@ BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS=y # # hidapi needs udev /dev management and a toolchain w/ NPTL, gcc >= 4.9 # -# BR2_PACKAGE_JITTERENTROPY_LIBRARY is not set + +# +# libjitterentropy needs a toolchain w/ threads +# # # lcdapi needs a toolchain w/ C++, threads @@ -2493,9 +2690,18 @@ BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBDISPLAY_INFO is not set # BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBFTDI1 is not set -# BR2_PACKAGE_LIBGPHOTO2 is not set + +# +# libftdi needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# libftdi1 needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# libgphoto needs a toolchain w/ threads, gcc >= 4.9 +# # BR2_PACKAGE_LIBGPIOD is not set # BR2_PACKAGE_LIBGPIOD2 is not set @@ -2507,9 +2713,18 @@ BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS=y # # libinput needs udev /dev management # -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set -# BR2_PACKAGE_LIBMBIM is not set + +# +# libiqrf needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# libllcp needs a toolchain w/ threads +# + +# +# libmbim needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LIBNFC is not set # BR2_PACKAGE_LIBNVME is not set # BR2_PACKAGE_LIBPCIACCESS is not set @@ -2517,11 +2732,27 @@ BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS=y # # libphidget needs a toolchain w/ threads, dynamic library, gcc >= 4.9 # -# BR2_PACKAGE_LIBPRI is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBQRTR_GLIB is not set + +# +# libpri needs a Linux kernel to be built +# + +# +# libpri needs a toolchain w/ threads +# + +# +# libqmi needs a toolchain w/ wchar, threads +# + +# +# libqrtr-glib needs a toolchain w/ wchar, threads, headers >= 4.15 +# # BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set + +# +# librtlsdr needs a toolchain w/ threads, gcc >= 4.9 +# # # libserial needs a toolchain w/ C++, gcc >= 5, threads, wchar @@ -2535,10 +2766,26 @@ BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS=y # # libsigrokdecode needs a toolchain w/ wchar, threads, dynamic library # -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBSS7 is not set -# BR2_PACKAGE_LIBUSB is not set -# BR2_PACKAGE_LIBUSBGX is not set + +# +# libsoc needs a toolchain w/ threads +# + +# +# libss7 needs a Linux kernel to be built +# + +# +# libss7 needs a toolchain w/ threads +# + +# +# libusb needs a toolchain w/ threads, gcc >= 4.9 +# + +# +# libusbgx needs a toolchain w/ threads +# # # libv4l needs a toolchain w/ threads, C++ and headers >= 3.0 @@ -2550,12 +2797,18 @@ BR2_PACKAGE_MRAA_ARCH_SUPPORTS=y # mraa needs a toolchain w/ threads, dynamic library # # BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set + +# +# neardal needs a toolchain w/ wchar, threads +# # # opensc needs a toolchain with dynamic library, threads, gcc >= 4.9 # -# BR2_PACKAGE_OWFS is not set + +# +# owfs needs a toolchain w/ threads +# # # pcsc-lite needs a toolchain w/ threads, dynamic library, gcc >= 4.9 @@ -2616,19 +2869,28 @@ BR2_PACKAGE_MRAA_ARCH_SUPPORTS=y # # json-for-modern-cpp needs a toolchain w/ C++, gcc >= 4.9 # -# BR2_PACKAGE_JSON_GLIB is not set + +# +# json-glib needs a toolchain w/ wchar, threads +# # # jsoncpp needs a toolchain w/ C++, gcc >= 4.7 # -# BR2_PACKAGE_LIBBSON is not set + +# +# libbson needs a toolchain w/ threads +# # BR2_PACKAGE_LIBFASTJSON is not set # # libjson needs a toolchain w/ C++ # # BR2_PACKAGE_LIBJWT is not set -# BR2_PACKAGE_LIBROXML is not set + +# +# libroxml needs a toolchain w/ threads +# # BR2_PACKAGE_LIBUCL is not set # BR2_PACKAGE_LIBXML2 is not set @@ -2639,7 +2901,10 @@ BR2_PACKAGE_MRAA_ARCH_SUPPORTS=y # # libxml++ needs a toolchain w/ C++, wchar, threads, gcc >= 7 # -# BR2_PACKAGE_LIBXMLRPC is not set + +# +# libxmlrpc needs a toolchain w/ threads +# # BR2_PACKAGE_LIBXSLT is not set # BR2_PACKAGE_LIBYAML is not set # BR2_PACKAGE_MXML is not set @@ -2773,13 +3038,19 @@ BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS=y # libde265 needs a toolchain w/ threads, C++ # # BR2_PACKAGE_LIBDVBCSA is not set -# BR2_PACKAGE_LIBDVBPSI is not set + +# +# libdvbpsi needs a toolchain w/ threads +# # # libdvbsi++ needs a toolchain w/ C++, wchar, threads # # BR2_PACKAGE_LIBDVDCSS is not set -# BR2_PACKAGE_LIBDVDNAV is not set + +# +# libdvdnav needs a toolchain w/ threads +# # BR2_PACKAGE_LIBDVDREAD is not set # @@ -2797,7 +3068,10 @@ BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS=y # # libmatroska needs a toolchain w/ C++, wchar, gcc >= 4.9 # -# BR2_PACKAGE_LIBMMS is not set + +# +# libmms needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LIBMPEG2 is not set # BR2_PACKAGE_LIBOGG is not set @@ -2812,7 +3086,10 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # BR2_PACKAGE_LIBOPUSENC is not set # BR2_PACKAGE_LIBTHEORA is not set # BR2_PACKAGE_LIBUDFREAD is not set -# BR2_PACKAGE_LIBVPX is not set + +# +# libvpx needs a toolchain w/ NPTL +# # # libyuv needs a toolchain w/ C++, dynamic library @@ -2846,7 +3123,10 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # azure-iot-sdk-c needs a toolchain w/ C++, NPTL and wchar # -# BR2_PACKAGE_BATMAN_ADV is not set + +# +# batman-adv needs a Linux kernel to be built +# # # belle-sip needs a toolchain w/ threads, C++, dynamic library, wchar @@ -2876,10 +3156,6 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # daq3 needs a toolchain w/ dynamic library, gcc >= 4.9, threads # - -# -# davici needs a toolchain w/ threads, dynamic library -# # BR2_PACKAGE_DHT is not set # BR2_PACKAGE_ENET is not set @@ -2887,7 +3163,6 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # filemq needs a toolchain w/ C++, threads # # BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GENSIO is not set # BR2_PACKAGE_GEOIP is not set # @@ -2897,10 +3172,22 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # grpc needs a toolchain w/ C++, threads, dynamic library, gcc >= 8 # -# BR2_PACKAGE_GSSDP is not set -# BR2_PACKAGE_GUPNP is not set -# BR2_PACKAGE_GUPNP_AV is not set -# BR2_PACKAGE_GUPNP_DLNA is not set + +# +# gssdp needs a toolchain w/ wchar, threads +# + +# +# gupnp needs a toolchain w/ wchar, threads +# + +# +# gupnp-av needs a toolchain w/ wchar, threads +# + +# +# gupnp-dlna needs a toolchain w/ wchar, threads +# # # ibrcommon needs a toolchain w/ C++, threads @@ -2939,7 +3226,10 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBIDN is not set # BR2_PACKAGE_LIBIDN2 is not set -# BR2_PACKAGE_LIBISCSI is not set + +# +# libiscsi needs a toolchain w/ threads +# # # libkrb5 needs a toolchain w/ dynamic library @@ -2982,21 +3272,30 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # libnice needs a toolchain w/ wchar, threads, dynamic library # # BR2_PACKAGE_LIBNIDS is not set -# BR2_PACKAGE_LIBNL is not set + +# +# libnl needs a toolchain w/ threads +# # # libnpupnp needs a toolchain w/ C++, threads, gcc >= 4.9 # # BR2_PACKAGE_LIBOPING is not set # BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPAGEKITE is not set + +# +# libpagekite needs a toolchain with threads +# # BR2_PACKAGE_LIBPCAP is not set # # libpjsip needs a toolchain w/ C++, threads # # BR2_PACKAGE_LIBPSL is not set -# BR2_PACKAGE_LIBRELP is not set + +# +# librelp needs a toolchain w/ threads +# # BR2_PACKAGE_LIBRSYNC is not set # @@ -3004,16 +3303,28 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBSHOUT is not set # BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSOUP3 is not set + +# +# libsoup needs a toolchain w/ wchar, threads +# + +# +# libsoup3 needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set + +# +# libstrophe needs a toolchain w/ threads +# # # libteam needs MMU and a toolchain w/ dynamic library and threads # # BR2_PACKAGE_LIBTELNET is not set -# BR2_PACKAGE_LIBTIRPC is not set + +# +# libtirpc needs a toolchain w/ threads +# # # libtorrent needs a toolchain w/ C++, threads @@ -3024,7 +3335,10 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # BR2_PACKAGE_LIBUEV is not set # BR2_PACKAGE_LIBUHTTPD is not set -# BR2_PACKAGE_LIBUPNP is not set + +# +# libupnp needs a toolchain w/ threads +# # # libupnpp needs a toolchain w/ C++, threads, gcc >= 4.9 @@ -3047,7 +3361,10 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # libyang needs a toolchain w/ threads, dynamic library # -# BR2_PACKAGE_LIBZENOH_PICO is not set + +# +# libzenoh-pico needs a toolchain w/ threads +# # # lksctp-tools needs a toolchain w/ threads, dynamic library @@ -3057,8 +3374,14 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # mbuffer needs a toolchain w/ dynamic library, threads # # BR2_PACKAGE_MDNSD is not set -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_NANOMSG is not set + +# +# mongoose needs a toolchain w/ threads +# + +# +# nanomsg needs a toolchain w/ threads +# # BR2_PACKAGE_NEON is not set # @@ -3090,9 +3413,8 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # BR2_PACKAGE_OPENLDAP is not set # -# openmpi needs a toolchain w/ dynamic library, NPTL, wchar, C++ +# openpgm needs a toolchain w/ wchar, threads # -# BR2_PACKAGE_OPENPGM is not set # # openzwave needs a toolchain w/ C++, dynamic library, NPTL, wchar @@ -3101,7 +3423,10 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # ortp needs a toolchain w/ C++, threads # -# BR2_PACKAGE_PAHO_MQTT_C is not set + +# +# paho-mqtt-c needs a toolchain w/ threads +# # # paho-mqtt-cpp needs a toolchain w/ threads, C++ @@ -3127,14 +3452,26 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # restclient-cpp needs a toolchain w/ C++, gcc >= 4.8 # # BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SIPROXD is not set -# BR2_PACKAGE_SLIRP is not set -# BR2_PACKAGE_SLIRP4NETNS is not set + +# +# siproxd needs a toolchain w/ threads +# + +# +# slirp needs a toolchain w/ wchar, threads +# + +# +# slirp4netns needs a toolchain w/ wchar, threads, headers >= 3.17 +# # # snmp++ needs a toolchain w/ threads, C++, dynamic library # -# BR2_PACKAGE_SOFIA_SIP is not set + +# +# sofia-sip needs a toolchain w/ threads +# # BR2_PACKAGE_SSCEP is not set # @@ -3144,10 +3481,9 @@ BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS=y # # thrift needs a toolchain w/ C++, wchar, threads # -# BR2_PACKAGE_USBREDIR is not set # -# wampcc needs a toolchain w/ C++, NPTL, dynamic library, gcc >= 4.9 +# usbredir needs a toolchain w/ threads, gcc >= 4.9 # # @@ -3332,12 +3668,11 @@ BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS=y # gtest needs a toolchain w/ C++, wchar, threads, gcc >= 7 # # BR2_PACKAGE_GUMBO_PARSER is not set +BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y # -# highway needs a toolchain w/ C++, gcc >= 7 +# jemalloc needs a toolchain w/ threads # -BR2_PACKAGE_JEMALLOC_ARCH_SUPPORTS=y -# BR2_PACKAGE_JEMALLOC is not set BR2_PACKAGE_LAPACK_ARCH_SUPPORTS=y # @@ -3398,17 +3733,22 @@ BR2_PACKAGE_LIBEASTL_ARCH_SUPPORTS=y # # libexecinfo needs a musl or uclibc toolchain w/ dynamic library # -# BR2_PACKAGE_LIBFFI is not set # -# libfutils needs a toolchain w/ C++, threads +# libffi needs a toolchain w/ threads +# + +# +# libgee needs a toolchain w/ wchar, threads, gcc >= 4.9 # -# BR2_PACKAGE_LIBGEE is not set # # libgeos needs a toolchain w/ C++, wchar, gcc >= 4.9, threads # -# BR2_PACKAGE_LIBGLIB2 is not set + +# +# libglib2 needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LIBGLOB is not set # @@ -3427,7 +3767,10 @@ BR2_PACKAGE_LIBEASTL_ARCH_SUPPORTS=y # # libloki needs a toolchain w/ C++, threads # -# BR2_PACKAGE_LIBNPTH is not set + +# +# libnpth needs a toolchain w/ threads support +# BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y # @@ -3445,12 +3788,18 @@ BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y # # libpeas needs a glibc toolchain, gcc >= 4.9, host gcc >= 8 # -# BR2_PACKAGE_LIBPFM4 is not set + +# +# libpfm4 needs a toolchain w/ NPTL +# # # libplist needs a toolchain w/ C++, threads # -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set + +# +# libpthread-stubs needs a toolchain w/ threads +# # BR2_PACKAGE_LIBPTHSEM is not set # BR2_PACKAGE_LIBPWQUALITY is not set @@ -3460,10 +3809,6 @@ BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS=y # BR2_PACKAGE_LIBSECCOMP is not set -# -# libshdata needs a toolchain w/ C++, threads -# - # # libsigc++ needs a toolchain w/ C++, gcc >= 7 # @@ -3541,7 +3886,10 @@ BR2_PACKAGE_LLVM_TARGET_ARCH="X86" # BR2_PACKAGE_MSGPACK_C is not set # BR2_PACKAGE_MUSL_FTS is not set # BR2_PACKAGE_NEON_2_SSE is not set -# BR2_PACKAGE_ORC is not set + +# +# orc needs a toolchain w/ threads +# # # p11-kit needs a toolchain w/ threads, dynamic library @@ -3566,7 +3914,10 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y # protozero needs a toolchain w/ C++, gcc >= 4.7 # # BR2_PACKAGE_PSIMD is not set -# BR2_PACKAGE_PTHREADPOOL is not set + +# +# pthreadpool needs a toolchain w/ threads +# # # qhull needs a toolchain w/ C++, gcc >= 4.4 @@ -3575,7 +3926,10 @@ BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS=y # # qlibc needs a toolchain w/ threads, wchar, dynamic library # -# BR2_PACKAGE_REPROC is not set + +# +# reproc needs a toolchain w/ threads, wchar +# # # riemann-c-client needs a toolchain w/ C++, threads, host gcc >= 7 @@ -3590,7 +3944,10 @@ BR2_PACKAGE_RUY_ARCH_SUPPORTS=y # shapelib needs a toolchain w/ C++, threads # # BR2_PACKAGE_SKALIBS is not set -# BR2_PACKAGE_SPHINXBASE is not set + +# +# sphinxbase needs a toolchain with threads +# # # tbb needs a glibc or musl toolchain w/ dynamic library, threads, C++ @@ -3631,7 +3988,10 @@ BR2_PACKAGE_XNNPACK_ARCH_SUPPORTS=y # # Security # -# BR2_PACKAGE_LIBAPPARMOR is not set + +# +# libapparmor needs a toolchain w/ headers >= 3.16, threads +# # # libselinux needs a toolchain w/ threads, dynamic library, gcc >= 5 @@ -3640,7 +4000,10 @@ BR2_PACKAGE_XNNPACK_ARCH_SUPPORTS=y # # libsemanage needs a toolchain w/ threads, dynamic library, gcc >= 5 # -# BR2_PACKAGE_LIBSEPOL is not set + +# +# libsepol needs a toolchain w/ threads, gcc >= 5 +# # BR2_PACKAGE_SAFECLIB is not set # @@ -3730,7 +4093,10 @@ BR2_PACKAGE_READLINE=y # # dovecot needs a toolchain w/ dynamic library # -# BR2_PACKAGE_EXIM is not set + +# +# exim needs a toolchain w/ threads +# # BR2_PACKAGE_FETCHMAIL is not set # @@ -3748,11 +4114,6 @@ BR2_PACKAGE_READLINE=y # # BR2_PACKAGE_AESPIPE is not set # BR2_PACKAGE_BC is not set -BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS=y - -# -# bitcoin needs a toolchain w/ C++, threads, wchar, gcc >= 11 -# # # collectd needs a toolchain w/ threads, dynamic library @@ -3777,7 +4138,10 @@ BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS=y # # gqrx needs qt5 # -# BR2_PACKAGE_GSETTINGS_DESKTOP_SCHEMAS is not set + +# +# gsettings-desktop-schemas needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_HAVEGED is not set # BR2_PACKAGE_LINUX_SYSCALL_SUPPORT is not set # BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set @@ -3790,13 +4154,15 @@ BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS=y # proj needs a toolchain w/ C++, gcc >= 4.7, NPTL, wchar # BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET=y -# BR2_PACKAGE_QEMU is not set # -# qpdf needs a toolchain w/ C++, gcc >= 5 +# QEMU requires a toolchain with wchar, threads, gcc >= 8 # # BR2_PACKAGE_RTL_433 is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set + +# +# shared-mime-info needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_SNOOZE is not set # @@ -3830,23 +4196,42 @@ BR2_PACKAGE_Z3_ARCH_SUPPORTS=y # # alfred needs a toolchain w/ dynamic library, threads # -# BR2_PACKAGE_AOETOOLS is not set + +# +# aoetools needs a toolchain w/ threads +# # # apache needs a toolchain w/ dynamic library, threads # -# BR2_PACKAGE_ARGUS is not set + +# +# argus needs a toolchain w/ threads +# # BR2_PACKAGE_ARP_SCAN is not set # BR2_PACKAGE_ARPTABLES is not set # # asterisk needs a glibc or uClibc toolchain w/ C++, dynamic library, threads, wchar # -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AXEL is not set + +# +# atftp needs a toolchain w/ threads +# + +# +# avahi needs a toolchain w/ threads +# + +# +# axel needs a toolchain w/ threads, gcc >= 4.9 +# # BR2_PACKAGE_BABELD is not set # BR2_PACKAGE_BANDWIDTHD is not set -# BR2_PACKAGE_BATCTL is not set + +# +# batctl needs a toolchain w/ threads +# # # bcusdk needs a toolchain w/ C++ @@ -3860,7 +4245,10 @@ BR2_PACKAGE_Z3_ARCH_SUPPORTS=y # # bluez5-utils needs a toolchain w/ wchar, threads, headers >= 3.4, dynamic library # -# BR2_PACKAGE_BMON is not set + +# +# bmon needs a toolchain w/ threads +# # # bmx7 needs a toolchain with dynamic library support @@ -3886,9 +4274,18 @@ BR2_PACKAGE_Z3_ARCH_SUPPORTS=y # casync needs a glibc toolchain # # BR2_PACKAGE_CASYNC_NANO is not set -# BR2_PACKAGE_CFM is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set + +# +# cfm needs a toolchain w/ threads, kernel headers >= 5.0 +# + +# +# chrony needs a toolchain w/ threads +# + +# +# civetweb needs a toolchain w/ threads +# # BR2_PACKAGE_CLOUDFLARED is not set # @@ -3916,10 +4313,6 @@ BR2_PACKAGE_Z3_ARCH_SUPPORTS=y # cups needs a toolchain w/ C++, threads # -# -# cups-filters needs a toolchain w/ wchar, C++, threads and dynamic library, gcc >= 5 -# - # # cups-pk-helper support needs a toolchain with threads, wchar, dynamic library, gcc >= 7 # @@ -3967,9 +4360,8 @@ BR2_PACKAGE_Z3_ARCH_SUPPORTS=y # # -# gerbera needs a toolchain w/ C++, dynamic library, threads, wchar, gcc >= 8 +# gesftpserver needs a toolchain w/ wchar, threads # -# BR2_PACKAGE_GESFTPSERVER is not set # # gloox needs a toolchain w/ C++ @@ -3988,10 +4380,6 @@ BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS=y # BR2_PACKAGE_HOSTAPD is not set # BR2_PACKAGE_HTPDATE is not set # BR2_PACKAGE_HTTPING is not set - -# -# i2pd needs a toolchain w/ C++, NPTL, wchar -# # BR2_PACKAGE_IANA_ASSIGNMENTS is not set # @@ -4004,11 +4392,20 @@ BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS=y # BR2_PACKAGE_IFENSLAVE is not set # BR2_PACKAGE_IFMETRIC is not set # BR2_PACKAGE_IFPLUGD is not set -# BR2_PACKAGE_IFTOP is not set + +# +# iftop needs a toolchain w/ threads +# # BR2_PACKAGE_IFUPDOWN is not set BR2_PACKAGE_IFUPDOWN_SCRIPTS=y -# BR2_PACKAGE_IGD2_FOR_LINUX is not set -# BR2_PACKAGE_IGH_ETHERCAT is not set + +# +# igd2-for-linux needs a toolchain w/ threads, wchar +# + +# +# igh-ethercat needs a Linux kernel to be built +# # BR2_PACKAGE_IGMPPROXY is not set # @@ -4020,15 +4417,23 @@ BR2_PACKAGE_IFUPDOWN_SCRIPTS=y # # iperf needs a toolchain w/ C++ # -# BR2_PACKAGE_IPERF3 is not set # BR2_PACKAGE_IPROUTE2 is not set # BR2_PACKAGE_IPSET is not set # BR2_PACKAGE_IPTABLES is not set # BR2_PACKAGE_IPTRAF_NG is not set # BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IRSSI is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_IWD is not set + +# +# irssi needs a toolchain w/ wchar, threads +# + +# +# iw needs a toolchain w/ threads +# + +# +# iwd needs a toolchain w/ threads, wchar, headers >= 4.12 +# # # janus-gateway needs a toolchain w/ dynamic library, threads, wchar @@ -4042,7 +4447,10 @@ BR2_PACKAGE_IFUPDOWN_SCRIPTS=y # kismet needs a toolchain w/ threads, C++, gcc >= 5, host gcc >= 7 # # BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_KSMBD_TOOLS is not set + +# +# ksmbd-tools needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_LEAFNODE2 is not set # BR2_PACKAGE_LFT is not set @@ -4062,8 +4470,14 @@ BR2_PACKAGE_IFUPDOWN_SCRIPTS=y # # linphone needs a toolchain w/ threads, C++, dynamic library, wchar, gcc >= 5 # -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LINUXPTP is not set + +# +# linux-zigbee needs a toolchain w/ threads +# + +# +# linuxptp needs a toolchain w/ threads +# # BR2_PACKAGE_LLDPD is not set # @@ -4075,7 +4489,10 @@ BR2_PACKAGE_IFUPDOWN_SCRIPTS=y # # BR2_PACKAGE_LYNX is not set # BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set + +# +# memcached needs a toolchain w/ threads +# # BR2_PACKAGE_MII_DIAG is not set # BR2_PACKAGE_MINI_SNMPD is not set @@ -4102,10 +4519,16 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # BR2_PACKAGE_MOSQUITTO is not set # BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MRP is not set + +# +# mrp needs a toolchain w/ threads, kernel headers >= 5.0 +# # BR2_PACKAGE_MSTPD is not set # BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set + +# +# nbd needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_NCFTP is not set # BR2_PACKAGE_NDISC6 is not set # BR2_PACKAGE_NET_TOOLS is not set @@ -4165,14 +4588,20 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # BR2_PACKAGE_OPEN_PLC_UTILS is not set # BR2_PACKAGE_OPENCONNECT is not set -# BR2_PACKAGE_OPENNTPD is not set + +# +# openntpd needs a toolchain w/ NPTL +# # BR2_PACKAGE_OPENOBEX is not set # BR2_PACKAGE_OPENRESOLV is not set # BR2_PACKAGE_OPENSSH is not set # BR2_PACKAGE_OPENSWAN is not set # BR2_PACKAGE_OPENVPN is not set # BR2_PACKAGE_P910ND is not set -# BR2_PACKAGE_PARPROUTED is not set + +# +# parprouted needs a toolchain w/ threads +# # BR2_PACKAGE_PASST is not set # @@ -4180,7 +4609,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # BR2_PACKAGE_PHYTOOL is not set # BR2_PACKAGE_PIMD is not set -# BR2_PACKAGE_PIXIEWPS is not set + +# +# pixiewps needs a toolchain w/ threads +# # # pound needs a toolchain w/ dynamic library, threads @@ -4190,7 +4622,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # pppd needs a toolchain w/ dynamic library # # BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PRIVOXY is not set + +# +# privoxy needs a toolchain w/ threads +# # # proftpd needs a toolchain w/ dynamic library @@ -4207,13 +4642,19 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # BR2_PACKAGE_PTPD2 is not set # BR2_PACKAGE_PURE_FTPD is not set # BR2_PACKAGE_PUTTY is not set -# BR2_PACKAGE_REAVER is not set + +# +# reaver needs a toolchain w/ threads +# # BR2_PACKAGE_REDIR is not set # # rp-pppoe needs a toolchain w/ dynamic library # -# BR2_PACKAGE_RPCBIND is not set + +# +# rpcbind needs a toolchain w/ threads +# # BR2_PACKAGE_RSH_REDONE is not set # BR2_PACKAGE_RSYNC is not set @@ -4231,8 +4672,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # sconeserver needs a toolchain with dynamic library, C++, NPTL # -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHADOWSOCKS_LIBEV is not set + +# +# shadowsocks-libev needs a toolchain w/ threads +# # # shairport-sync needs a toolchain w/ C++, NPTL @@ -4242,7 +4685,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # shellinabox needs a toolchain w/ dynamic library # # BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SNGREP is not set + +# +# sngrep needs a toolchain w/ threads +# # # snort needs a toolchain w/ wchar, threads, dynamic library @@ -4252,26 +4698,27 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # snort3 needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.9 # # BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SOFTETHER is not set + +# +# socketcand needs a toolchain w/ threads +# + +# +# softether needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_SPAWN_FCGI is not set # # spice server needs a toolchain w/ wchar, threads, C++ # # BR2_PACKAGE_SPICE_PROTOCOL is not set +# BR2_PACKAGE_SSDP_RESPONDER is not set # -# squid needs a toolchain w/ C++, threads, gcc >= 8, host gcc >= 8 +# sshguard needs a toolchain w/ threads # -# BR2_PACKAGE_SSDP_RESPONDER is not set -# BR2_PACKAGE_SSHGUARD is not set # BR2_PACKAGE_SSHPASS is not set # BR2_PACKAGE_SSLH is not set - -# -# strongswan needs a toolchain w/ threads, dynamic library -# # BR2_PACKAGE_STUNNEL is not set # BR2_PACKAGE_TAILSCALE is not set # BR2_PACKAGE_TCPDUMP is not set @@ -4282,10 +4729,16 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # tinc needs a toolchain w/ dynamic library # -# BR2_PACKAGE_TINYPROXY is not set + +# +# tinyproxy needs a toolchain w/ threads, wchar +# # BR2_PACKAGE_TINYSSH is not set # BR2_PACKAGE_TIPIDEE is not set -# BR2_PACKAGE_TOR is not set + +# +# tor needs a toolchain w/ NPTL +# # BR2_PACKAGE_TRACEROUTE is not set # @@ -4297,8 +4750,14 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # tvheadend needs a toolchain w/ NPTL, headers >= 3.2, dynamic library # # BR2_PACKAGE_UACME is not set -# BR2_PACKAGE_UDPCAST is not set -# BR2_PACKAGE_UFTP is not set + +# +# udpcast needs a toolchain w/ threads +# + +# +# uftp needs a toolchain w/ threads, wchar +# # # uhttpd needs a toolchain w/ dynamic library @@ -4349,6 +4808,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # BR2_PACKAGE_WGET is not set # BR2_PACKAGE_WHOIS is not set + +# +# wireguard-linux-compat needs a Linux kernel to be built +# # BR2_PACKAGE_WIREGUARD_TOOLS is not set # BR2_PACKAGE_WIRELESS_REGDB is not set # BR2_PACKAGE_WIRELESS_TOOLS is not set @@ -4357,10 +4820,17 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # wireshark needs a toolchain w/ wchar, threads, dynamic library, C++ # # BR2_PACKAGE_WPA_SUPPLICANT is not set -# BR2_PACKAGE_WPAN_TOOLS is not set + +# +# wpan-tools needs a toolchain w/ threads +# # BR2_PACKAGE_XINETD is not set # BR2_PACKAGE_XL2TP is not set +# +# xtables-addons needs a Linux kernel to be built +# + # # xtables-addons needs a toolchain w/ dynamic library, threads # @@ -4426,10 +4896,6 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # # BR2_PACKAGE_OPKG is not set -# -# opkg-utils needs a toolchain w/ wchar, threads, dynamic library -# - # # rpm needs a toolchain w/ dynamic library, threads and lua >= 5.3 # @@ -4438,7 +4904,10 @@ BR2_PACKAGE_MONGREL2_LIBC_SUPPORTS=y # Real-Time # BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS=y -# BR2_PACKAGE_XENOMAI is not set + +# +# xenomai needs a glibc or uClibc toolchain w/ threads +# # # Security @@ -4456,7 +4925,10 @@ BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS=y # ima-evm-utils needs dynamic library support # # BR2_PACKAGE_LYNIS is not set -# BR2_PACKAGE_OPTEE_CLIENT is not set + +# +# optee-client needs a toolchain w/ threads, headers >= 4.3 +# # # paxtest needs a glibc toolchain @@ -4465,7 +4937,10 @@ BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS=y # # policycoreutils needs a toolchain w/ threads, dynamic library, gcc >= 5 # -# BR2_PACKAGE_REFPOLICY is not set + +# +# refpolicy needs a toolchain w/ threads, gcc >= 5, host gcc >= 5 +# # # restorecond needs a toolchain w/ wchar, threads, dynamic library, gcc >= 5 @@ -4474,7 +4949,10 @@ BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS=y # # selinux-python packages needs a toolchain w/ wchar, threads, dynamic library # -# BR2_PACKAGE_SEMODULE_UTILS is not set + +# +# semodule-utils needs a toolchain w/ threads, gcc >= 5 +# # # setools needs a toolchain w/ threads, wchar, dynamic library, gcc >= 5 @@ -4483,7 +4961,6 @@ BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS=y # # setools needs python3 # -# BR2_PACKAGE_URANDOM_SCRIPTS is not set # # Shell and utilities @@ -4493,9 +4970,9 @@ BR2_PACKAGE_XENOMAI_COBALT_ARCH_SUPPORTS=y # Shells # BR2_PACKAGE_BASH=y -# BR2_PACKAGE_DASH is not set +BR2_PACKAGE_DASH=y # BR2_PACKAGE_MKSH is not set -# BR2_PACKAGE_ZSH is not set +BR2_PACKAGE_ZSH=y # # Utilities @@ -4508,7 +4985,7 @@ BR2_PACKAGE_BASH=y # BR2_PACKAGE_DIALOG is not set # BR2_PACKAGE_DTACH is not set # BR2_PACKAGE_EASY_RSA is not set -# BR2_PACKAGE_FILE is not set +BR2_PACKAGE_FILE=y # BR2_PACKAGE_GNUPG is not set # @@ -4518,7 +4995,10 @@ BR2_PACKAGE_BASH=y # BR2_PACKAGE_LOCKFILE_PROGS is not set # BR2_PACKAGE_LOGROTATE is not set # BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_MINISIGN is not set + +# +# minisign needs a toolchain w/ threads +# BR2_PACKAGE_NEOFETCH=y # BR2_PACKAGE_PDMENU is not set # BR2_PACKAGE_PINENTRY is not set @@ -4530,7 +5010,7 @@ BR2_PACKAGE_NEOFETCH=y # BR2_PACKAGE_RLWRAP is not set # BR2_PACKAGE_RTTY is not set # BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SCREENFETCH is not set +BR2_PACKAGE_SCREENFETCH=y # BR2_PACKAGE_SEXPECT is not set # BR2_PACKAGE_SUDO is not set @@ -4561,8 +5041,14 @@ BR2_PACKAGE_NEOFETCH=y # # BR2_PACKAGE_ACL is not set # BR2_PACKAGE_AMAZON_ECR_CREDENTIAL_HELPER is not set -# BR2_PACKAGE_ANDROID_TOOLS is not set -# BR2_PACKAGE_ATOP is not set + +# +# android-tools needs a toolchain w/ threads +# + +# +# atop needs a toolchain w/ wchar, headers >= 3.14, threads +# # BR2_PACKAGE_ATTR is not set BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y @@ -4576,18 +5062,34 @@ BR2_PACKAGE_AUDIT_ARCH_SUPPORTS=y # # circus needs Python 3 and a toolchain w/ C++, threads # -# BR2_PACKAGE_CONMON is not set + +# +# conmon needs a toolchain w/ threads, wchar +# # BR2_PACKAGE_CONTAINERS_IMAGE_CONFIG is not set -# BR2_PACKAGE_COREUTILS is not set -# BR2_PACKAGE_CPULIMIT is not set +BR2_PACKAGE_COREUTILS=y + +# +# coreutils individual binaries need a toolchain w/ dynamic library +# + +# +# cpulimit needs a toolchain w/ threads +# # BR2_PACKAGE_CPULOAD is not set # BR2_PACKAGE_CRUN is not set # # crun needs a glibc or musl toolchain, gcc >= 4.9 # -# BR2_PACKAGE_DAEMON is not set -# BR2_PACKAGE_DC3DD is not set + +# +# daemon needs a toolchain w/ threads +# + +# +# dc3dd needs a glibc or uClibc toolchain w/ threads +# # BR2_PACKAGE_DCRON is not set # @@ -4606,19 +5108,24 @@ BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS=y # # efivar needs a toolchain w/ dynamic library, threads, headers >= 3.12, gcc >= 4.9 # -# BR2_PACKAGE_EMLOG is not set + +# +# emlog needs a Linux kernel to be built +# # # fluent-bit needs a toolchain w/ threads, dynamic library # # BR2_PACKAGE_FTOP is not set # BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_GKRELLM is not set + +# +# gkrellm needs a toolchain w/ wchar, threads +# # # htop needs a toolchain w/ dynamic library # -# BR2_PACKAGE_HWCLOCK_INITSCRIPT is not set # # ibm-sw-tpm2 needs a toolchain w/ threads, dynamic library @@ -4628,7 +5135,10 @@ BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS=y # iotop depends on python3 # # BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set + +# +# irqbalance needs a toolchain w/ wchar, threads +# # # keyutils needs a toolchain w/ dynamic library @@ -4641,7 +5151,6 @@ BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS=y # # kvmtool needs a glibc or musl toolchain # -# BR2_PACKAGE_LIBOSTREE is not set # # libostree needs a uClibc or glibc toolchain w/ threads, dynamic library, wchar, headers >= 5.8 @@ -4669,7 +5178,10 @@ BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS=y # # mokutil needs a toolchain w/ dynamic library, threads, gcc >= 4.9, headers >= 3.12 # -# BR2_PACKAGE_MONIT is not set + +# +# monit needs a toolchain w/ threads +# # # multipath-tools needs udev and a toolchain w/ threads, dynamic library, C++ @@ -4679,7 +5191,6 @@ BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS=y # # netifrc needs openrc as init system # -# BR2_PACKAGE_NUMACTL is not set # # nut needs a toolchain w/ C++, threads @@ -4709,10 +5220,19 @@ BR2_PACKAGE_OPENVMTOOLS_ARCH_SUPPORTS=y # # qbee-agent needs a toolchain w/ headers >= 4.14, dynamic library # -# BR2_PACKAGE_QUOTA is not set + +# +# quota needs a toolchain w/ wchar, threads +# # BR2_PACKAGE_QUOTATOOL is not set -# BR2_PACKAGE_RAUC is not set -# BR2_PACKAGE_RAUC_HAWKBIT_UPDATER is not set + +# +# rauc needs a toolchain w/ wchar, threads +# + +# +# rauc-hawkbit-updater needs a toolchain w/ wchar, threads +# # # rsyslog needs a toolchain w/ threads, dynamic library @@ -4750,8 +5270,14 @@ BR2_PACKAGE_OPENVMTOOLS_ARCH_SUPPORTS=y # # swupdate needs a toolchain w/ dynamic library, threads # -# BR2_PACKAGE_SYSKLOGD is not set -# BR2_PACKAGE_SYSLOG_NG is not set + +# +# sysklogd needs a toolchain w/ threads +# + +# +# syslog-ng needs a toolchain w/ wchar, threads +# BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y BR2_PACKAGE_SYSTEMD_BOOTCHART_ARCH_SUPPORTS=y # BR2_PACKAGE_TAR is not set @@ -4786,20 +5312,28 @@ BR2_PACKAGE_SYSTEMD_BOOTCHART_ARCH_SUPPORTS=y # BR2_PACKAGE_UTIL_LINUX is not set # BR2_PACKAGE_WATCHDOG is not set # BR2_PACKAGE_WATCHDOGD is not set -# BR2_PACKAGE_XDG_DBUS_PROXY is not set + +# +# xdg-dbus-proxy needs a toolchain w/ wchar, threads +# # # Text editors and viewers # # BR2_PACKAGE_ED is not set # BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_LESS is not set -# BR2_PACKAGE_MC is not set +BR2_PACKAGE_LESS=y + +# +# mc needs a toolchain w/ threads, wchar +# # BR2_PACKAGE_MG is not set # BR2_PACKAGE_MOST is not set -# BR2_PACKAGE_NANO is not set +BR2_PACKAGE_NANO=y +BR2_PACKAGE_NANO_TINY=y # BR2_PACKAGE_UEMACS is not set -# BR2_PACKAGE_VIM is not set +BR2_PACKAGE_VIM=y +# BR2_PACKAGE_VIM_RUNTIME is not set # # Filesystem images @@ -4812,17 +5346,27 @@ BR2_PACKAGE_SYSTEMD_BOOTCHART_ARCH_SUPPORTS=y # BR2_TARGET_ROOTFS_EROFS is not set # BR2_TARGET_ROOTFS_EXT2 is not set # BR2_TARGET_ROOTFS_F2FS is not set -# BR2_TARGET_ROOTFS_INITRAMFS is not set -BR2_TARGET_ROOTFS_ISO9660=y -BR2_TARGET_ROOTFS_ISO9660_GRUB2=y -BR2_TARGET_ROOTFS_ISO9660_BIOS_BOOTLOADER=y -BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="fs/iso9660/grub.cfg" -# BR2_TARGET_ROOTFS_ISO9660_INITRD is not set -# BR2_TARGET_ROOTFS_ISO9660_TRANSPARENT_COMPRESSION is not set + +# +# initramfs needs a Linux kernel to be built +# + +# +# iso image needs a Linux kernel and either grub2 or isolinux to be built +# # BR2_TARGET_ROOTFS_JFFS2 is not set # BR2_TARGET_ROOTFS_OCI is not set # BR2_TARGET_ROOTFS_SQUASHFS is not set -# BR2_TARGET_ROOTFS_TAR is not set +BR2_TARGET_ROOTFS_TAR=y +# BR2_TARGET_ROOTFS_TAR_NONE is not set +BR2_TARGET_ROOTFS_TAR_GZIP=y +# BR2_TARGET_ROOTFS_TAR_BZIP2 is not set +# BR2_TARGET_ROOTFS_TAR_LZ4 is not set +# BR2_TARGET_ROOTFS_TAR_LZMA is not set +# BR2_TARGET_ROOTFS_TAR_LZO is not set +# BR2_TARGET_ROOTFS_TAR_XZ is not set +# BR2_TARGET_ROOTFS_TAR_ZSTD is not set +BR2_TARGET_ROOTFS_TAR_OPTIONS="" # BR2_TARGET_ROOTFS_UBI is not set # BR2_TARGET_ROOTFS_UBIFS is not set # BR2_TARGET_ROOTFS_YAFFS2 is not set @@ -4960,7 +5504,7 @@ BR2_PACKAGE_HOST_QEMU_USER_ARCH_SUPPORTS=y # BR2_PACKAGE_HOST_RAUC is not set # BR2_PACKAGE_HOST_RISCV_ISA_SIM is not set BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS=y -BR2_PACKAGE_HOST_RUSTC_ARCH="i586" +BR2_PACKAGE_HOST_RUSTC_ARCH="i686" # BR2_PACKAGE_HOST_RUSTC is not set BR2_PACKAGE_PROVIDES_HOST_RUSTC="host-rust-bin" # BR2_PACKAGE_HOST_SAM_BA is not set @@ -5243,7 +5787,6 @@ BR2_TARGET_ROOTFS_OCI_ENTRYPOINT_ARGS="" # BR2_PACKAGE_PYTHON_PYCLI is not set # BR2_PACKAGE_LINUX_TOOLS_BPFTOOL is not set # BR2_TARGET_UBOOT_NEEDS_PYTHON2 is not set -# BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS is not set # BR2_PACKAGE_PYTHON_FUNCTOOLS32 is not set # BR2_PACKAGE_PYTHON_ENUM34 is not set # BR2_PACKAGE_PYTHON_ENUM is not set @@ -5781,9 +6324,6 @@ BR2_TARGET_ROOTFS_EXT2_EXTRA_BLOCKS=0 # BR2_GCC_VERSION_4_7_X is not set # BR2_BINUTILS_VERSION_2_24_X is not set # BR2_PACKAGE_WESTON_RPI is not set -# BR2_LINUX_KERNEL_TOOL_CPUPOWER is not set -# BR2_LINUX_KERNEL_TOOL_PERF is not set -# BR2_LINUX_KERNEL_TOOL_SELFTESTS is not set # BR2_GCC_VERSION_4_8_ARC is not set # BR2_KERNEL_HEADERS_4_0 is not set # BR2_KERNEL_HEADERS_3_19 is not set