Jump to content

How to compile latest kernel 4.4.7


Recommended Posts

Hi there,

i want to stick to the 4.4 kernel an tried to compile kernel 4.4.7 via:

 

apt-get -y install git
git clone https://github.com/igorpecovnik/lib--depth 1
cp 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.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines