From: Bernd Kuhls Date: Sat, 5 Jun 2021 09:08:49 +0000 (+0200) Subject: package/efibootmgr: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7d6149b681d4bf4eccdbafe7deee394e075f607;p=buildroot.git package/efibootmgr: fix comment Building efibootmgr with a musl toolchain is possible. Signed-off-by: Bernd Kuhls Signed-off-by: Yann E. MORIN --- diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in index d31f9b13ee..98ff71c996 100644 --- a/package/efibootmgr/Config.in +++ b/package/efibootmgr/Config.in @@ -15,7 +15,7 @@ config BR2_PACKAGE_EFIBOOTMGR https://github.com/rhboot/efibootmgr -comment "efibootmgr needs a glibc or uClibc toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9" +comment "efibootmgr needs a toolchain w/ dynamic library, headers >= 3.12, gcc >= 4.9" depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS depends on BR2_STATIC_LIBS || \ !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \