package/petitboot: fix menu comment

The comment should appear if threads aren't enabled, not when they are.

Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
Reza Arbab 2023-10-09 10:17:22 -05:00 committed by Arnout Vandecappelle
parent f1a47904b6
commit 4954b5140e

View File

@ -25,5 +25,5 @@ comment "petitboot needs a toolchain w/ wchar, dynamic library, threads, udev /d
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_PACKAGE_HAS_UDEV