abyss02 Posted April 13, 2016 Posted April 13, 2016 Hi there, i want to stick to the 4.4 kernel an tried to compile kernel 4.4.7 via: apt-get -y install gitgit clone https://github.com/igorpecovnik/lib--depth 1cp lib/compile.sh .chmod +x compile.sh./compile.sh In compile.sh, i changed: KERNEL_ONLY="yes" and added KERNELTAG="v4.4.7" After selecting the board "cubietruck" and the branch "next", the script always checks out the sources for kernel 4.5.1. What am i doing wrong? Regards, A.
Igor Posted April 13, 2016 Posted April 13, 2016 You have to add parameter KERNELBRANCH to: userpatches/lib.config and it will work.
Recommended Posts