Use the older kernel and uboot for the 351 for now

This commit is contained in:
fewtarius 2022-02-06 15:17:45 -05:00
parent 2cdc512d85
commit 6812105d7c
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 7 additions and 1 deletions

View file

@ -19,6 +19,12 @@ PKG_STAMP="$KERNEL_TARGET $KERNEL_MAKE_EXTRACMD"
PKG_PATCH_DIRS+="${DEVICE}"
GET_HANDLER_SUPPORT="git"
if [[ "${DEVICE}" =~ RG351 ]]
then
PKG_VERSION="83b7412"
PKG_URL="https://github.com/fewtarius/kernel_rg351.git"
fi
PKG_KERNEL_CFG_FILE=$(kernel_config_path) || die
if [ -n "$KERNEL_TOOLCHAIN" ]; then

View file

@ -16,7 +16,7 @@ PKG_GIT_CLONE_DEPTH="1"
if [[ "${DEVICE}" =~ RG351 ]]
then
PKG_VERSION="2b575e133fa1280dcf07f0bc5ebc4e6a48ea7132"
PKG_URL="https://github.com/351ELEC/uboot_rg351.git"
PKG_URL="https://github.com/fewtarius/uboot_rg351.git"
fi
PKG_IS_KERNEL_PKG="yes"