This is a project to help me learn Embedded Linux and Buildroot.
Buildroot is a submodule in this repository, so cloning this repository should be done via:
git clone --recurse-submodules <repo URL>.
If you already have the repository but don't have the submodule, use
git submodule update --init --recursive.