linux (Mainline): update to linux-5.2.7

This commit is contained in:
MilhouseVH 2019-08-06 20:32:29 +01:00
parent 05d8b30666
commit 28be49d5dd

View File

@ -29,8 +29,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="5.2.6"
PKG_SHA256="be105afb7394dce98953bcea79c2ce02345587eee4638fce9a5f5a1e7e7b1ff2"
PKG_VERSION="5.2.7"
PKG_SHA256="db3e69936b9a4f2754838086417ab49039807cac6d62cb81bf642fb481835fa9"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default"
;;