Changeset 1ebb340 for npl/kernel/linux_src/linux_src.SlackBuild
- Timestamp:
- 10/14/21 20:46:24 (4 years ago)
- Branches:
- master
- Children:
- 7c410f9
- Parents:
- 1bce4e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/kernel/linux_src/linux_src.SlackBuild
r1bce4e1 r1ebb340 14 14 15 15 #unpack basic kernel and apply all incremental patches 16 tar -xf $CWD/linux- 4.14.tar.xz || exit 116 tar -xf $CWD/linux-5.10.tar.xz || exit 1 17 17 cd linux-* || exit 1 18 18 #if you want to create a newer kernel: just download newest patches, and increase patchlevel 19 19 #also increase .major file to trigger rebuilds! 20 PATCHLEVEL= 20621 VER= 4.14.$PATCHLEVEL20 PATCHLEVEL=73 21 VER=5.10.$PATCHLEVEL 22 22 #bunzip2 $CWD/patch-$VER.bz2 || exit 1 23 23 #gunzip $CWD/patch-$VER.gz || exit 1 … … 47 47 #from https://dev.gentoo.org/~mpagano/genpatches/patches-4.9-143.html 48 48 #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 51 patch -p1 < $CWD/fbcondecor-5.10.patch || exit 1 50 52 51 53 … … 58 60 #patch -p1 < $CWD/linux-4.9-imq.diff || exit 1 59 61 #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 64 patch -p1 < $CWD/linux-5.9-imq.patch || exit 1 61 65 62 66
Note: See TracChangeset
for help on using the changeset viewer.