[Buildroot] [git commit branch/2021.02.x] package/efibootmgr: fix comment

Peter Korsgaard peter at korsgaard.com
Thu Jun 10 20:15:01 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=f92c96915eb70f0aba3a93a153ce916d3ab70762
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Building efibootmgr with a musl toolchain is possible.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit b7d6149b681d4bf4eccdbafe7deee394e075f607)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/efibootmgr/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 || \


More information about the buildroot mailing list