Added Udoo DEV upstream kernel, tested once ... not booting properly at one test.
This commit is contained in:
parent
65329f652f
commit
8a9922aed8
@ -5,8 +5,8 @@ BOOTCONFIG="udoo_qdl_config"
|
||||
MODULES="bonding"
|
||||
MODULES_NEXT=""
|
||||
#
|
||||
KERNEL_TARGET="default,next"
|
||||
CLI_TARGET="jessie:default,next"
|
||||
KERNEL_TARGET="default,next,dev"
|
||||
CLI_TARGET="xenial,jessie:default,next"
|
||||
DESKTOP_TARGET="xenial:default,next"
|
||||
#
|
||||
RECOMMENDED="Ubuntu_xenial_next_desktop:90,Ubuntu_xenial_next:90"
|
||||
@ -14,4 +14,4 @@ RECOMMENDED="Ubuntu_xenial_next_desktop:90,Ubuntu_xenial_next:90"
|
||||
BOARDRATING=""
|
||||
CHIP="http://docs.armbian.com/Hardware_Freescale-imx6/#udoo-quad"
|
||||
HARDWARE="http://www.udoo.org/docs/Introduction/Introduction.html"
|
||||
FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x/"
|
||||
FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x/"
|
||||
|
||||
4969
config/kernel/linux-udoo-dev.config
Normal file
4969
config/kernel/linux-udoo-dev.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,6 +28,12 @@ case $BRANCH in
|
||||
KERNELBRANCH='branch:4.4-5.0.11.p7.3'
|
||||
KERNELDIR='linux-udoo-next'
|
||||
;;
|
||||
|
||||
dev)
|
||||
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
||||
KERNELBRANCH='branch:master'
|
||||
KERNELDIR=$MAINLINE_KERNEL_DIR
|
||||
;;
|
||||
esac
|
||||
|
||||
CPUMIN=392000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user