linux (Generic): update to linux-4.19.30

This commit is contained in:
MilhouseVH 2019-03-19 14:41:02 +00:00 committed by Matthias Reichl
parent 35b334c37b
commit 1d701430f8

View File

@ -44,8 +44,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="4.19.29"
PKG_SHA256="0d09e5c33e724fa0490cd0ec111988d50b5f827001149cb9c7a2041b383fe7f3"
PKG_VERSION="4.19.30"
PKG_SHA256="fe4e0998eb33d7aaf629ce2948e2b34e9156a176aa28b96062304cd6dbea70c2"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default"
;;