From f75bf6fe4f648c5fcd09d4232faa528a55d4e60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sat, 15 Sep 2018 01:18:50 +0100 Subject: [PATCH] readme: explain what Buildroot provides in more detail --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index c7836972..70661e93 100644 --- a/README.adoc +++ b/README.adoc @@ -291,8 +291,8 @@ link:https://en.wikipedia.org/wiki/Buildroot[Buildroot] is a set of `make` scrip * GCC * Linux kernel -* glibc -* link:https://en.wikipedia.org/wiki/BusyBox[BusyBox] +* C standard library: Buildroot supports several implementations, we use link:https://en.wikipedia.org/wiki/GNU_C_Library[glibc] by default +* link:https://en.wikipedia.org/wiki/BusyBox[BusyBox]: provides the shell and basic command line utilities It therefore produces a pristine, blob-less, debuggable setup, where all moving parts are configured to work perfectly together.