[<<][buildroot][>>][..]
Thu May 3 10:59:39 EDT 2018
Kernel
What I want to know.
I already have defconfig/savedefconfig setup + the possibility to
customize the buildroot archive itself (patches to package Makefiles).
How to create a custom kernel configuration?
https://stackoverflow.com/questions/1414968/how-do-i-configure-the-linux-kernel-within-buildroot
1 configure Linux kernel: make linux-menuconfig
2 After leaving menuconfig your configuration will be stored in file:
output/build/linux-XYZ/.config where XYZ is your kernel version.
3 After that you can copy file output/build/linux-*XYZ*/.config to
board/your_kernel_config/.config
4 later in Buildroot menuconfig you can under kernel settings
configure to use custom kernel config file and enter path:
board/your_kernel_config/.config
[Reply][About]
[<<][buildroot][>>][..]