Skip to content

Commit 996e425

Browse files
committed
README: fix some error.
1 parent f06e26f commit 996e425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3956,7 +3956,7 @@ printf '
39563956
CONFIG_IKCONFIG=y
39573957
CONFIG_IKCONFIG_PROC=y
39583958
' > data/myconfig
3959-
./build-buildroot --config-fragment 'data/myconfig'
3959+
./build-linux --config-fragment 'data/myconfig'
39603960
....
39613961

39623962
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
98869886

98879887
We provide the following mechanisms:
98889888

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[].
98909890
* `./build-buildroot --config 'BR2_SOME_OPTION="myval"'`: append a single option to a single build.
98919891

98929892
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.
99709970
diff -u .config.olg .config
99719971
....
99729972

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.
99749974

99759975
=== Change user
99769976

0 commit comments

Comments
 (0)