linux (Generic): update to linux-4.19.25

This commit is contained in:
MilhouseVH 2019-02-23 15:28:29 +00:00 committed by Matthias Reichl
parent 8eb19238e3
commit 17bb43a74b

View File

@ -44,8 +44,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="4.19.24"
PKG_SHA256="3bb1885fabd874b469a8ea19571c5a4ad5b6faa3cca1662137c57b40fcbf8e04"
PKG_VERSION="4.19.25"
PKG_SHA256="7ec71d90d6e96e6f741676d157ac06f30c75be4eaf1649143a3c8b7d4f919731"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default"
;;