Changeset 6936b89 for npl/kernel/linux_src/linux_src.SlackBuild
- Timestamp:
- 01/11/19 22:37:49 (6 years ago)
- Branches:
- master
- Children:
- 94a6f37
- Parents:
- 9b9dbbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/kernel/linux_src/linux_src.SlackBuild
r9b9dbbb r6936b89 14 14 15 15 #unpack basic kernel and apply all incremental patches 16 tar -xf $CWD/linux-4. 4.tar.xz || exit 116 tar -xf $CWD/linux-4.9.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= 7221 VER=4. 4.$PATCHLEVEL20 PATCHLEVEL=149 21 VER=4.9.$PATCHLEVEL 22 22 #bunzip2 $CWD/patch-$VER.bz2 || exit 1 23 23 #gunzip $CWD/patch-$VER.gz || exit 1 … … 43 43 #patch -p1 < $CWD/fbcondecor-3.14b.patch || exit 1 44 44 #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 48 patch -p1 < $CWD/4200_fbcondecor.patch || exit 1 46 49 47 50 … … 51 54 #patch -p1 -F3 < $CWD/linux-3.13-imq.diff || exit 1 52 55 #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 57 patch -p1 < $CWD/linux-4.9-imq.diff || exit 1 54 58 55 59
Note: See TracChangeset
for help on using the changeset viewer.