Skip to content

ubuntu 14.04 kernel version 4.2.0-27 source code and patch

Notifications You must be signed in to change notification settings

CheAnLee/ubuntu_linux_4.2.0-27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu_linux_4.2.0-27

ubuntu 14.04 kernel version 4.2.0-27 source code and patch

Reference

refer to Ubuntu website

Build Steps

Download source code:

  git clone https://github.com/CheAnLee/ubuntu_linux_4.2.0-27.git

Add Ubuntu Kernel Patch

  cd ubuntu_linux_4.2.0-27
  patch -p1 < linux_4.2.0-27.32.diff.gz

Build

  cp /root/config-$(uname -r) .config
  make

Common errors

Q: The modules cannot install after finish to build the kernel
A: make sure the kernel version downloaded is same as host kernel version

About

ubuntu 14.04 kernel version 4.2.0-27 source code and patch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published