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