Update building.md

pull/80/head
jayfan0 2023-03-26 15:42:06 +01:00 committed by GitHub
parent a2a8be10fd
commit 591010ee89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ The very first run is the longest as the script will download every source
bundle required for successful compilation. Consequent runs will take a little bundle required for successful compilation. Consequent runs will take a little
less time. less time.
After the compilation is done, you'll find the final binary kernel and footfs After the compilation is done, you'll find the final binary kernel and rootfs
image in `output/images/` directory. image in `output/images/` directory.
``` ```
@ -96,10 +96,10 @@ to the firmware.
You can add drivers or software not included in the our official releases, you You can add drivers or software not included in the our official releases, you
can remove unneeded drivers or software that you're not going to use, to free can remove unneeded drivers or software that you're not going to use, to free
up some space in the firmware. You can change default settings to better suite up some space in the firmware. You can change default settings to better suit
your needs. The beauty of open source is that anyone can improve it, anytime. your needs. The beauty of open source is that anyone can improve it, anytime.
Just don't forget to contribute your changes back to the upstream so that Just don't forget to contribute your changes back to the upstream repo so that
everyone could benefit from it. everyone can benefit from it.
Please note that OpenIPC uses a slightly outdated version of Buildroot. As of Please note that OpenIPC uses a slightly outdated version of Buildroot. As of
today, it is Buildroot [2021.02.12][3], so you might need to check out the today, it is Buildroot [2021.02.12][3], so you might need to check out the
@ -148,7 +148,7 @@ of commands:
make <package>-dirclean make <package>-dirclean
make <package>-rebuild make <package>-rebuild
``` ```
where _<package>_ is the name of the package you want to recompile. Although, where _\<package>_ is the name of the package you want to recompile. Although,
as Builroot manual states, as Builroot manual states,
> While `<package>-rebuild` implies `<package>-reinstall` and `<package>-reconfigure` > While `<package>-rebuild` implies `<package>-reinstall` and `<package>-reconfigure`