swissbyte Posted January 31, 2020 Posted January 31, 2020 Hi There I'm trying to compile a new image with armbians build environment. Basically the process works as expected, as long as i recompile everything. But i want to make some changes to the KERNEL source before compiling. Therefore i have enabled the following flags: CREATE_PATCHES="yes" KERNEL_ONLY="yes" # build kernel only SOURCE_COMPILE="yes" # force source compilation KERNEL_CLEAN="yes" # MAKE clean before compilation CLEAN_LEVEL="sources" But, it does not clean the Kernel and it does not recompile it. Do you have any advice for me? Thanks
Recommended Posts