You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use just your own exact `.config` instead of our defaults ones, use:
@@ -9886,7 +9886,7 @@ The hard part is dealing with crappy third party build systems and huge dependen
9886
9886
9887
9887
We provide the following mechanisms:
9888
9888
9889
-
* `./build-buildroot --config-fragment data/br2`: append the Buildroot configuration file `data/br2` to a single build. Must be passed every time you run `./build`. The format is the same as link:br2/default[].
9889
+
* `./build-buildroot --config-fragment data/br2`: append the Buildroot configuration file `data/br2` to a single build. Must be passed every time you run `./build`. The format is the same as link:buildroot_config/default[].
9890
9890
* `./build-buildroot --config 'BR2_SOME_OPTION="myval"'`: append a single option to a single build.
9891
9891
9892
9892
For example, if you decide to <<enable-buildroot-compiler-optimizations>> after an initial build is finished, you must <<clean-the-build>> and rebuild:
@@ -9970,7 +9970,7 @@ Save and quit.
9970
9970
diff -u .config.olg .config
9971
9971
....
9972
9972
9973
-
Then copy and paste the diff additions to link:br2/default[] to make them permanent.
9973
+
Then copy and paste the diff additions to link:buildroot_config/default[] to make them permanent.
0 commit comments