I would like to know how to build a custom kernel defconfig (based on the standard bcmrpi
defconfig as a starting point), using Buildroot's ncurses interfaces.
I currently have Kernel configuration -> Using an in-tree defconfig file
selected in the Buildroot menuconfig, with bcmrpi
as the Defconfig name
.
I have tried making some changes to the kernel with make linux-menuconfig
but when I try to compile it with make clean
the changes are not built, and when I check linux-menuconfig
afterwards they have been reset back to the bcmrpi
settings.
I would like to be change some settings from these defaults, and then save the resulting settings into a new defconfig, similar to how Buildroot does make savedefconfig
, but for the kernel. What command do I use?