linux (Generic): update to linux-4.19-rc8

This commit is contained in:
MilhouseVH 2018-10-15 22:51:56 +01:00
parent 54e2589adc
commit 36d5067108

View File

@ -44,8 +44,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz" PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;; ;;
*) *)
PKG_VERSION="4.19-rc7" PKG_VERSION="4.19-rc8"
PKG_SHA256="b4b6dfa38ec597ff9193c4e2724ef849e9e480062c759d7ebe226ee8b6305072" PKG_SHA256="365e2e43a8377044b3c771b5224ecaf9d80100b9247297ef168b44627f7e88f7"
PKG_URL="https://git.kernel.org/torvalds/t/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://git.kernel.org/torvalds/t/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_PATCH_DIRS="default" PKG_PATCH_DIRS="default"
;; ;;