Bump RK3566 kernel to add support for Anbernic's v2 devices - thanks to @dexwerks, @macromorgan, and @retrogfx.

This commit is contained in:
fewtarius 2023-03-30 10:11:49 +00:00
parent c471a35ce2
commit a667525536
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -26,7 +26,7 @@ case ${DEVICE} in
;;
RK3566)
PKG_URL="${PKG_SITE}/rk356x-kernel.git"
PKG_VERSION="9e2bb8a85"
PKG_VERSION="2a846969b"
GET_HANDLER_SUPPORT="git"
PKG_GIT_CLONE_BRANCH="main"
;;