From 3b977a0f4d09203f7f4ee055aa46c1f9731e56df Mon Sep 17 00:00:00 2001 From: Reza Arbab Date: Mon, 9 Oct 2023 10:17:22 -0500 Subject: [PATCH] package/petitboot: fix menu comment The comment should appear if threads aren't enabled, not when they are. Signed-off-by: Reza Arbab Signed-off-by: Arnout Vandecappelle (cherry picked from commit 4954b5140e17f298a32a8537ed2948351dc4f5b1) Signed-off-by: Peter Korsgaard --- package/petitboot/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/petitboot/Config.in b/package/petitboot/Config.in index 0b4dc762bb..b534b4900e 100644 --- a/package/petitboot/Config.in +++ b/package/petitboot/Config.in @@ -26,6 +26,6 @@ comment "petitboot needs a uClibc or glibc toolchain w/ wchar, dynamic library, depends on BR2_PACKAGE_KEXEC_ARCH_SUPPORTS depends on BR2_USE_MMU depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || \ - BR2_TOOLCHAIN_HAS_THREADS || \ + !BR2_TOOLCHAIN_HAS_THREADS || \ !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC) || \ !BR2_PACKAGE_HAS_UDEV