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

Merge pull request #787 from henrybear327/patch-1

Fix busybox typo
This commit is contained in:
0xAX 2022-02-20 16:18:35 +06:00 committed by GitHub
commit be39f46456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,9 +222,9 @@ $ make menuconfig
$ make -j4 $ make -j4
``` ```
`busybox` is an executable file - `/bin/busybox` that contains a set of standard tools like [coreutils](https://en.wikipedia.org/wiki/GNU_Core_Utilities). In the `busysbox` menu we need to enable: `Build BusyBox as a static binary (no shared libs)` option: `busybox` is an executable file - `/bin/busybox` that contains a set of standard tools like [coreutils](https://en.wikipedia.org/wiki/GNU_Core_Utilities). In the `busybox` menu we need to enable: `Build BusyBox as a static binary (no shared libs)` option:
![busysbox menu](http://i68.tinypic.com/11933bp.png) ![busybox menu](http://i68.tinypic.com/11933bp.png)
We can find this menu in the: We can find this menu in the:
@ -233,7 +233,7 @@ Busybox Settings
--> Build Options --> Build Options
``` ```
After this we exit from the `busysbox` configuration menu and execute following commands for building and installation of it: After this we exit from the `busybox` configuration menu and execute following commands for building and installation of it:
``` ```
$ make -j4 $ make -j4