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:
parent
f1a47904b6
commit
4954b5140e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user