Files
linux-kernel-module-cheat/maintainers.md
2017-11-16 23:59:08 +00:00

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