Odroid XU4: disable NEXT since its identical to default and attach DEV to master (#1531)

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pečovnik 2019-08-26 21:15:50 +02:00 committed by GitHub
parent adef3c10d2
commit 46f70c671e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 437 additions and 256 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -18,18 +18,18 @@ case $BRANCH in
;;
next)
KERNELSOURCE='https://github.com/hardkernel/linux'
KERNELBRANCH='branch:odroidxu4-4.14.y'
LINUXCONFIG='linux-odroidxu4-default'
;;
# next)
#
# KERNELSOURCE='https://github.com/hardkernel/linux'
# KERNELBRANCH='branch:odroidxu4-4.14.y'
# LINUXCONFIG='linux-odroidxu4-default'
#
# ;;
dev)
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
KERNELBRANCH='branch:linux-5.2.y'
KERNELBRANCH='branch:master'
KERNELDIR=$MAINLINE_KERNEL_DIR
;;