mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
@@ -3956,7 +3956,7 @@ printf '
|
|||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
CONFIG_IKCONFIG_PROC=y
|
CONFIG_IKCONFIG_PROC=y
|
||||||
' > data/myconfig
|
' > data/myconfig
|
||||||
./build-buildroot --config-fragment 'data/myconfig'
|
./build-linux --config-fragment 'data/myconfig'
|
||||||
....
|
....
|
||||||
|
|
||||||
To use just your own exact `.config` instead of our defaults ones, use:
|
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
|
|||||||
|
|
||||||
We provide the following mechanisms:
|
We provide the following mechanisms:
|
||||||
|
|
||||||
* `./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[].
|
* `./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[].
|
||||||
* `./build-buildroot --config 'BR2_SOME_OPTION="myval"'`: append a single option to a single build.
|
* `./build-buildroot --config 'BR2_SOME_OPTION="myval"'`: append a single option to a single build.
|
||||||
|
|
||||||
For example, if you decide to <<enable-buildroot-compiler-optimizations>> after an initial build is finished, you must <<clean-the-build>> and rebuild:
|
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.
|
|||||||
diff -u .config.olg .config
|
diff -u .config.olg .config
|
||||||
....
|
....
|
||||||
|
|
||||||
Then copy and paste the diff additions to link:br2/default[] to make them permanent.
|
Then copy and paste the diff additions to link:buildroot_config/default[] to make them permanent.
|
||||||
|
|
||||||
=== Change user
|
=== Change user
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user