mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #320 from vpeter4/imx6-7.0
projects/imx6: use Linux kernel 4.4 by default (backport)
This commit is contained in:
commit
cd53af9643
@ -62,15 +62,14 @@
|
||||
# Additional kernel make parameters (for example to specify the u-boot loadaddress)
|
||||
KERNEL_MAKE_EXTRACMD=""
|
||||
|
||||
# Kernel to use. values can be:
|
||||
# default: default mainline kernel
|
||||
if [ -z "$LINUX_VERSION" ]; then
|
||||
LINUX="imx6"
|
||||
else
|
||||
# Kernel to use.
|
||||
# default is 4.4 from xbian
|
||||
if [ -z "$LINUX_VERSION" -o "$LINUX_VERSION" != "sr-3.14" ]; then
|
||||
LINUX="imx6-4.4-xbian"
|
||||
else
|
||||
LINUX="imx6"
|
||||
fi
|
||||
|
||||
|
||||
################################################################################
|
||||
# setup build defaults
|
||||
################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user