Does anyone know if it's possible to use the docker-shell to patch linux and compile, but NOT make the .img file?
Maybe something like
./compile.sh unpack-linux
./compile.sh apply-patches ALL=THE_SETTINGS
./compile.sh build-kernel
but not make .img
I'm trying to change some network driver settings and want to just copy the new kernel module to my target board instead of flashing the entire SD card.