1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Fix a typo "bysybox" -> "busybox"

This commit is contained in:
Sebastien Bourdelin 2015-09-22 16:00:53 -04:00
parent bd6493bad5
commit c406ee9d4b

View File

@ -222,7 +222,7 @@ $ make menuconfig
$ make -j4 $ make -j4
``` ```
The `bysybox` is an executable file - `/bin/busybox` that contains a set of standard tools like [coreutils](https://en.wikipedia.org/wiki/GNU_Core_Utilities) and etc. In the `busysbox` menu we need to enable: `Build BusyBox as a static binary (no shared libs)` option: The `busybox` is an executable file - `/bin/busybox` that contains a set of standard tools like [coreutils](https://en.wikipedia.org/wiki/GNU_Core_Utilities) and etc. In the `busysbox` menu we need to enable: `Build BusyBox as a static binary (no shared libs)` option:
![busysbox menu](http://s18.postimg.org/sj92uoweh/busybox.png) ![busysbox menu](http://s18.postimg.org/sj92uoweh/busybox.png)