Compile Kernel 4.10 on Suse 11 SP3

zypper install ncurses-devel make gcc
wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.10.1.tar.xz
tar -Jxvf linux-4.10.1.tar.xz -C /usr/src
cd /usr/src/linux-4.10.1
make mrproper
cp /boot/config-`uname -r` .config

Edit Makefile

VERSION = 4
PATCHLEVEL = 10
SUBLEVEL = 1
EXTRAVERSION = estebanmonge
NAME = Fearless Coyote

Compile:

make rpm

References

suse_11_compile_kernel.txt · Last modified: 2019/01/30 17:20
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain