linux (Generic): update to linux-5.4-rc3

This commit is contained in:
MilhouseVH 2019-11-12 22:40:34 +00:00
parent c0017abd9e
commit e508ea39b2

View File

@ -37,8 +37,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="5.4-rc2"
PKG_SHA256="4c7089427e042f32498f9158ab4e7a892feaf6d74325ffac268c37cfc339d636"
PKG_VERSION="5.4-rc3"
PKG_SHA256="c50d29a05e5d8deea6c6bd3478ca7f13170febe928436e1fad49a11bc359e9c2"
PKG_URL="https://git.kernel.org/torvalds/t/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_PATCH_DIRS="default"
;;