mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
projects/imx6: use Linux kernel 4.4 by default
to use kernel 3.14 from solidrun use extra build parameter LINUX_VERSION="sr-3.14"
This commit is contained in:
@@ -62,12 +62,12 @@
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user