diff --git a/projects/Rockchip/packages/linux/package.mk b/projects/Rockchip/packages/linux/package.mk index 77d1dcb5f..61c35448a 100644 --- a/projects/Rockchip/packages/linux/package.mk +++ b/projects/Rockchip/packages/linux/package.mk @@ -21,7 +21,7 @@ GET_HANDLER_SUPPORT="git" if [[ "${DEVICE}" =~ RG552 ]] then PKG_URL="https://github.com/JustEnoughLinuxOS/rockchip-kernel.git" - PKG_VERSION="1a8d74081" + PKG_VERSION="cb0d79995" elif [[ "${DEVICE}" =~ RG351 ]] then PKG_URL="https://github.com/JustEnoughLinuxOS/rg351x-kernel.git"