[Buildroot] How to handle custom kernel config

Yegor Yefremov yegorslists at googlemail.com
Tue Jun 17 13:58:24 UTC 2014


On Tue, Jun 17, 2014 at 3:43 PM, Marco Trapanese
<marcotrapanese at gmail.com> wrote:
> Il 17/06/2014 15:40, Yegor Yefremov ha scritto:
>
>> As soon as you're happy with your new .config in the build directory,
>> you just manually overwrite your board/sub_directory/linux.config Yegor
>
>
> Ok, so I should do the following:
>
> 1) copy the custom file to .config

This step will be made by Buildroot, when you first compile the kernel
or perhaps if you invoke make linux-reconfigure. Your custom .config
will be copied to output/build/linux-xxx

> 2) edit that with make linux-menuconfig
> 3) copy back the .config to custom file

Other step are correct.

Yegor


More information about the buildroot mailing list