Bump kernel to correct exfat on the 351.

This commit is contained in:
fewtarius 2022-03-30 07:36:06 -04:00
parent 83e8adade5
commit 5b3e2f77e4
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -23,7 +23,7 @@ GET_HANDLER_SUPPORT="git"
if [[ "${DEVICE}" =~ RG351 ]]
then
PKG_URL="https://github.com/JustEnoughLinuxOS/rg351x-kernel.git"
PKG_VERSION="6207f5aa7"
PKG_VERSION="ee077e2b2"
fi
PKG_KERNEL_CFG_FILE=$(kernel_config_path) || die