===== 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 ==== * [[https://www.suse.com/c/compiling-de-linux-kernel-suse-way/|https://www.suse.com/c/compiling-de-linux-kernel-suse-way/]] * https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/