Ignore:
Timestamp:
10/14/21 20:46:24 (4 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
7c410f9
Parents:
1bce4e1
Message:

kernel 5.10

File:
1 edited

Legend:

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

    r1bce4e1 r1ebb340  
    1414
    1515#unpack basic kernel and apply all incremental patches
    16 tar -xf $CWD/linux-4.14.tar.xz || exit 1
     16tar -xf $CWD/linux-5.10.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=206
    21 VER=4.14.$PATCHLEVEL
     20PATCHLEVEL=73
     21VER=5.10.$PATCHLEVEL
    2222#bunzip2 $CWD/patch-$VER.bz2 || exit 1
    2323#gunzip $CWD/patch-$VER.gz || exit 1
     
    4747#from https://dev.gentoo.org/~mpagano/genpatches/patches-4.9-143.html
    4848#https://dev.gentoo.org/~mpagano/genpatches/patches-4.14-182.html
    49 patch  -F3 -p1 < $CWD/4200_fbcondecor.patch || exit 1
     49#patch  -F3 -p1 < $CWD/4200_fbcondecor.patch || exit 1
     50#from https://raw.githubusercontent.com/jirka-grunt/fbcondecor/master/fbcondecor-5.10.patch
     51patch   -p1 < $CWD/fbcondecor-5.10.patch || exit 1
    5052
    5153
     
    5860#patch -p1  < $CWD/linux-4.9-imq.diff || exit 1
    5961#from https://raw.githubusercontent.com/imq/linuximq/master/kernel/v4.x/linux-4.14-imq.diff
    60 patch -p1  < $CWD/linux-4.14-imq.diff || exit 1
     62#patch -p1  < $CWD/linux-4.14-imq.diff || exit 1
     63#from https://raw.githubusercontent.com/imq/linuximq/master/kernel/v5.x/linux-5.9-imq.patch
     64patch -p1 < $CWD/linux-5.9-imq.patch || exit 1
    6165
    6266
Note: See TracChangeset for help on using the changeset viewer.