Ignore:
Timestamp:
01/11/19 22:37:49 (6 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
94a6f37
Parents:
9b9dbbb
Message:

majors kernel upgrade from 4.4.x to 4.9.x

File:
1 edited

Legend:

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

    r9b9dbbb r6936b89  
    1414
    1515#unpack basic kernel and apply all incremental patches
    16 tar -xf $CWD/linux-4.4.tar.xz || exit 1
     16tar -xf $CWD/linux-4.9.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=72
    21 VER=4.4.$PATCHLEVEL
     20PATCHLEVEL=149
     21VER=4.9.$PATCHLEVEL
    2222#bunzip2 $CWD/patch-$VER.bz2 || exit 1
    2323#gunzip $CWD/patch-$VER.gz || exit 1
     
    4343#patch -p1 < $CWD/fbcondecor-3.14b.patch || exit 1
    4444#patch -F3 -p1 < $CWD/fbcondecor-3.15.patch || exit 1
    45 patch  -p1 < $CWD/fbcondecor-3.19.patch || exit 1
     45#patch  -p1 < $CWD/fbcondecor-3.19.patch || exit 1
     46
     47#from https://dev.gentoo.org/~mpagano/genpatches/patches-4.9-143.html
     48patch  -p1 < $CWD/4200_fbcondecor.patch || exit 1
    4649
    4750
     
    5154#patch -p1 -F3 < $CWD/linux-3.13-imq.diff || exit 1
    5255#patch -p1 -F3 < $CWD/linux-3.13.10_hardened_gentoo.diff || exit 1
    53 patch -p1  < $CWD/linux-4.4.5-imq.diff || exit 1
     56#patch -p1  < $CWD/linux-4.4.5-imq.diff || exit 1
     57patch -p1  < $CWD/linux-4.9-imq.diff || exit 1
    5458
    5559
Note: See TracChangeset for help on using the changeset viewer.