From 33345d5bef081fdf912a422cdcd4279b82d34f04 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 18 Jun 2026 21:55:01 +0200 Subject: [PATCH] package/usbutils: fix comment Buildroot commit b94ada76083824475e92c51b14042dc8f2a66717 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 Signed-off-by: Fiona Klute --- package/usbutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/usbutils/Config.in b/package/usbutils/Config.in index fb37b8a9e3..4a54626991 100644 --- a/package/usbutils/Config.in +++ b/package/usbutils/Config.in @@ -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