Getting startedΒΆ

In order to build a kernel, you need to download Buildroot. You also need these dependencies:

sudo apt-get install build-essential ncurses-base ncurses-bin libncurses5-dev dialog gcc-multilib g++ g++-multilib

Make sure to have the Buildroot manual at hand!

Copy the .config file from the Git repo into the location where you have unpacked Buildroot, then run the ncurses configuration program:

make nconfig