package/usbutils: fix comment

Buildroot commit b94ada7608 added "wchar,
dynamic library" to the package comment displayed when the package is not
available although the package does not depend on these features.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
This commit is contained in:
Bernd Kuhls
2026-06-18 21:55:01 +02:00
committed by Fiona Klute
parent d06e45b67b
commit 33345d5bef

View File

@@ -12,7 +12,7 @@ config BR2_PACKAGE_USBUTILS
http://linux-usb.sourceforge.net/
comment "usbutils needs libudev and a toolchain w/ threads, wchar, dynamic library, gcc >= 4.9"
comment "usbutils needs libudev and a toolchain w/ threads, gcc >= 4.9"
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_PACKAGE_HAS_LIBUDEV || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9