mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
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:
parent
adef3c10d2
commit
46f70c671e
3 changed files with 437 additions and 256 deletions
|
@ -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
|
@ -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
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue