Changeset 1bce4e1 for npl/kernel/linux_src/linux_src.SlackBuild
- Timestamp:
- 10/14/21 17:36:20 (4 years ago)
- Branches:
- master
- Children:
- 1ebb340
- Parents:
- 62266ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/kernel/linux_src/linux_src.SlackBuild
r62266ed r1bce4e1 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= 17220 PATCHLEVEL=206 21 21 VER=4.14.$PATCHLEVEL 22 22 #bunzip2 $CWD/patch-$VER.bz2 || 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 - p1 < $CWD/4200_fbcondecor.patch || exit 149 patch -F3 -p1 < $CWD/4200_fbcondecor.patch || exit 1 50 50 51 51
Note: See TracChangeset
for help on using the changeset viewer.