Ignore:
Timestamp:
03/06/20 11:28:58 (5 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
e856512
Parents:
f6630dd
Message:

upgrade to linux kernel 4.14.172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/kernel/linux_src/linux_src.SlackBuild

    rf6630dd refa4154  
    1414
    1515#unpack basic kernel and apply all incremental patches
    16 tar -xf $CWD/linux-4.9.tar.xz || exit 1
     16tar -xf $CWD/linux-4.14.tar.xz || exit 1
    1717cd linux-* || exit 1
    1818#if you want to create a newer kernel: just download newest patches, and increase patchlevel
    1919#also increase .major file to trigger rebuilds!
    20 PATCHLEVEL=215
    21 VER=4.9.$PATCHLEVEL
     20PATCHLEVEL=172
     21VER=4.14.$PATCHLEVEL
    2222#bunzip2 $CWD/patch-$VER.bz2 || exit 1
    2323#gunzip $CWD/patch-$VER.gz || exit 1
     
    4646
    4747#from https://dev.gentoo.org/~mpagano/genpatches/patches-4.9-143.html
     48#https://dev.gentoo.org/~mpagano/genpatches/patches-4.14-182.html
    4849patch  -p1 < $CWD/4200_fbcondecor.patch || exit 1
    4950
     
    5556#patch -p1 -F3 < $CWD/linux-3.13.10_hardened_gentoo.diff || exit 1
    5657#patch -p1  < $CWD/linux-4.4.5-imq.diff || exit 1
    57 patch -p1  < $CWD/linux-4.9-imq.diff || exit 1
     58#patch -p1  < $CWD/linux-4.9-imq.diff || exit 1
     59#from https://raw.githubusercontent.com/imq/linuximq/master/kernel/v4.x/linux-4.14-imq.diff
     60patch -p1  < $CWD/linux-4.14-imq.diff || exit 1
    5861
    5962
Note: See TracChangeset for help on using the changeset viewer.