Keep next option for odroidxu4 (#1535)

Just use the same parameters as default
This commit is contained in:
Tim Clephas
2019-08-27 10:48:55 +02:00
committed by Igor Pečovnik
parent 46f70c671e
commit c7c66a51de
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ BOOTCONFIG_DEV="odroid-xu4_defconfig"
MODULES="bonding"
MODULES_NEXT=""
#
KERNEL_TARGET="default,dev"
KERNEL_TARGET="default,next,dev"
CLI_TARGET="buster,bionic:default,next"
DESKTOP_TARGET="buster,bionic:default,next"
#

View File

@@ -11,7 +11,7 @@ KERNELDIR='linux-odroidxu4'
case $BRANCH in
default)
default | next)
KERNELSOURCE='https://github.com/hardkernel/linux'
KERNELBRANCH='branch:odroidxu4-4.14.y'