mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Keep next option for odroidxu4 (#1535)
Just use the same parameters as default
This commit is contained in:
committed by
Igor Pečovnik
parent
46f70c671e
commit
c7c66a51de
@@ -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"
|
||||
#
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user