Use the older kernel and uboot for the 351 for now
This commit is contained in:
parent
2cdc512d85
commit
6812105d7c
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue