From 591010ee894e90316c18a45854aae17770c58689 Mon Sep 17 00:00:00 2001 From: jayfan0 <34886607+jayfan0@users.noreply.github.com> Date: Sun, 26 Mar 2023 15:42:06 +0100 Subject: [PATCH 1/2] Update building.md --- en/building.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/building.md b/en/building.md index 2852e21..81ef0c5 100644 --- a/en/building.md +++ b/en/building.md @@ -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 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. ``` @@ -96,10 +96,10 @@ to the firmware. 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 -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. -Just don't forget to contribute your changes back to the upstream so that -everyone could benefit from it. +Just don't forget to contribute your changes back to the upstream repo so that +everyone can benefit from it. 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 @@ -148,7 +148,7 @@ of commands: make -dirclean make -rebuild ``` -where __ is the name of the package you want to recompile. Although, +where _\_ is the name of the package you want to recompile. Although, as Builroot manual states, > While `-rebuild` implies `-reinstall` and `-reconfigure` From 851fc110067a7d88320eebca530f9241f0e4a80f Mon Sep 17 00:00:00 2001 From: jayfan0 <34886607+jayfan0@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:26:36 +0100 Subject: [PATCH 2/2] Update building.md --- en/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/building.md b/en/building.md index 81ef0c5..9c15a9a 100644 --- a/en/building.md +++ b/en/building.md @@ -149,7 +149,7 @@ make -dirclean make -rebuild ``` where _\_ is the name of the package you want to recompile. Although, -as Builroot manual states, +as Buildroot manual states, > While `-rebuild` implies `-reinstall` and `-reconfigure` implies `-rebuild`, these targets as well as `` only act on