diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-03-16 15:56:54 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-19 14:59:16 +0100 |
commit | 78588a6395d4ab0770b174c5e3db910b1b928016 (patch) | |
tree | 3bf493b6e0fc036684220c24a34131ee0df8825d /configs/nitrogen6sx_defconfig | |
parent | 1e5bc05a04d92ca9351a986da5741971838599e4 (diff) | |
download | buildroot-78588a6395d4ab0770b174c5e3db910b1b928016.tar.gz buildroot-78588a6395d4ab0770b174c5e3db910b1b928016.zip |
configs: nitrogen*: bump kernel version to 3.14.52-1.1.0_ga
Also add device tree of our Nitrogen6_Max QuadPlus version:
https://boundarydevices.com/product/nitrogen6max/
As well as our latest SOM version:
https://boundarydevices.com/product/nit6x-som-v2/
Using the latest commit of our 3.14.52 kernel branch:
https://github.com/boundarydevices/linux-imx6/commits/boundary-imx_3.14.52_1.1.0_ga
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/nitrogen6sx_defconfig')
-rw-r--r-- | configs/nitrogen6sx_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig index fcc74c9ee6..161130e17c 100644 --- a/configs/nitrogen6sx_defconfig +++ b/configs/nitrogen6sx_defconfig @@ -28,8 +28,8 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-bo # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -# Last version of branch boundary-imx_3.14.28_1.0.0_ga -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/f4c8395/linux-imx6-f4c8395.tar.gz" +# Last version of branch boundary-imx_3.14.52_1.1.0_ga +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/linux-imx6/tarball/0d92195d/linux-imx6-0d92195d.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="boundary" BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_INSTALL_TARGET=y |