linux (Generic/Allwinner): update to linux-5.3.5

This commit is contained in:
MilhouseVH 2019-10-08 03:44:18 +01:00
parent 7e5ad4c900
commit 457717d572

View File

@ -37,8 +37,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="5.3.4"
PKG_SHA256="19541dbb3e0e6ca3acb4e7d6bb95a0af44a9607d2cb3e50c2d3f8894d95b246e"
PKG_VERSION="5.3.5"
PKG_SHA256="80ed8c5cfc298fdbccbd69f8b919c12b11d8b54d8c20f08fc8c3b1840d1e53f0"
PKG_URL="https://www.kernel.org/pub/linux/kernel/v5.x/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_PATCH_DIRS="default"
;;