linux (Generic): update to linux-4.18.14

This commit is contained in:
MilhouseVH 2018-10-15 17:59:37 +01:00
parent 659bf99345
commit f9d95df782

View File

@ -44,8 +44,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="4.18.12"
PKG_SHA256="846a5ad9cbe576f66aeeb188c9bd45d14eee0783aebfc4ea853dac09a7159fc5"
PKG_VERSION="4.18.14"
PKG_SHA256="36c6d1360db9eab40270db6d292c259dd34d3dc06049d64afe3e4cfafb8562d3"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default"
;;