readme: explain what Buildroot provides in more detail

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-15 01:18:50 +01:00
parent 02f7d2946b
commit f75bf6fe4f

View File

@ -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.