Officially, how do I convince my build environment that I still want to use 4.14?   When I just ./compile.sh BOARD=nanopiair BRANCH=next it defaults to 4.17   What I have come up with is: git checkout sunxi-4.14 && touch .ignore_changes   This results in a lot of patches failing  What is the correct way please?