Skip to content

Commit

Permalink
Update kernel to 5.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Aug 15, 2022
1 parent 653d9d7 commit b850801
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 82 deletions.
2 changes: 1 addition & 1 deletion build/conf.d/2_kernel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# kernel build environment variables

# kernel version
KVERS="5.18.16"
KVERS="5.19.1"

# kernel archive and get script
KDIR="linux-$KVERS"
Expand Down
10 changes: 6 additions & 4 deletions build/conf.d/8_r8168
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# r8168 build environment

R81NAME="r8168"
# module source
R81URL="https://github.com/mtorromeo/r8168.git"
R81DIR="$SRC/$R81NAME"
R81DIR="$SRC/r8168"
R81SRCDIR="$R81DIR/src"
R81MOD="$R81SRCDIR/r8168.ko"
# kernel 5.18 compatibility patch (https://github.com/mtorromeo/r8168/issues/40)
R81PATCH="$BUILDPATCHES/r8168_5.18.patch"

# patches
R81DKMSURL="https://aur.archlinux.org/r8168-dkms.git"
R81DKMSDIR="$SRC/r8168-dkms"
Loading

0 comments on commit b850801

Please sign in to comment.