reproduce (this is a W=1 build):
        # https://github.com/frank-w/BPI-R2-4.14/commit/dabd02495f84488ea48192d40aa013f3749c1bc1
        git remote add frank-w-bpi-r2-4.14 https://github.com/frank-w/BPI-R2-4.14
        git fetch --no-tags frank-w-bpi-r2-4.14 5.4-main
        git checkout dabd02495f84488ea48192d40aa013f3749c1bc1
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=um olddefconfig
        make W=1 O=build_dir ARCH=um SHELL=/bin/bash