Changeset efa4154 for npl/kernel/linux_src/linux_src.SlackBuild
- Timestamp:
- 03/06/20 11:28:58 (5 years ago)
- Branches:
- master
- Children:
- e856512
- Parents:
- f6630dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/kernel/linux_src/linux_src.SlackBuild
rf6630dd refa4154 14 14 15 15 #unpack basic kernel and apply all incremental patches 16 tar -xf $CWD/linux-4. 9.tar.xz || exit 116 tar -xf $CWD/linux-4.14.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= 21521 VER=4. 9.$PATCHLEVEL20 PATCHLEVEL=172 21 VER=4.14.$PATCHLEVEL 22 22 #bunzip2 $CWD/patch-$VER.bz2 || exit 1 23 23 #gunzip $CWD/patch-$VER.gz || exit 1 … … 46 46 47 47 #from https://dev.gentoo.org/~mpagano/genpatches/patches-4.9-143.html 48 #https://dev.gentoo.org/~mpagano/genpatches/patches-4.14-182.html 48 49 patch -p1 < $CWD/4200_fbcondecor.patch || exit 1 49 50 … … 55 56 #patch -p1 -F3 < $CWD/linux-3.13.10_hardened_gentoo.diff || exit 1 56 57 #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 60 patch -p1 < $CWD/linux-4.14-imq.diff || exit 1 58 61 59 62
Note: See TracChangeset
for help on using the changeset viewer.