diff options
author | Nikolay Dimitrov <picmaster@mail.bg> | 2015-03-26 23:52:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-27 17:49:59 +0100 |
commit | d13aa2f9e0c33c573fcf9d998475271910e73207 (patch) | |
tree | cd544b4615ead9e5ebbe829dbe449c0c15c6c651 /configs | |
parent | 6d05b4fb18859c7cc54517d63fe40f10815c2ca1 (diff) | |
download | buildroot-d13aa2f9e0c33c573fcf9d998475271910e73207.tar.gz buildroot-d13aa2f9e0c33c573fcf9d998475271910e73207.zip |
configs/riotboard: bump kernel to version 3.19
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/riotboard_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 034bf40312..fc25249cd3 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -20,13 +20,13 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y # kernel headers BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.18" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y +BR2_DEFAULT_KERNEL_VERSION="3.19" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.18" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19" BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7" BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y |