mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
15 lines
256 B
Markdown
15 lines
256 B
Markdown
# Maintainers
|
|
|
|
## How to add new Buildroot options?
|
|
|
|
cd buildroot/output.x86_64~
|
|
make menuconfig
|
|
|
|
Hit `/` and search for the settings.
|
|
|
|
Save and quit.
|
|
|
|
diff .config.olg .config
|
|
|
|
Copy and paste the diff additions to `buildroot_config_fragment`.
|