diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-06-22 17:16:20 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-06-22 23:03:38 +0200 |
commit | 0767b48c216b8591da3da8c00d7244fc137ef32b (patch) | |
tree | eb20fde887dc4c9194d648f57160f52c95c3c2d3 /configs/qemu_arm_vexpress_defconfig | |
parent | 1b59802dc0dcf1cb9332b2d7f9475343719b1d2c (diff) | |
download | buildroot-0767b48c216b8591da3da8c00d7244fc137ef32b.tar.gz buildroot-0767b48c216b8591da3da8c00d7244fc137ef32b.zip |
qemu/configs: update to latest kernel
Update most of the configs to the latest kernel version (4.1) except for
arm-nuri which is stuck.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_arm_vexpress_defconfig')
-rw-r--r-- | configs/qemu_arm_vexpress_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig index 7c62ebc947..42a506d11a 100644 --- a/configs/qemu_arm_vexpress_defconfig +++ b/configs/qemu_arm_vexpress_defconfig @@ -13,15 +13,15 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 4.0 headers to avoid breaking with newer kernels +# Lock to 4.1 headers to avoid breaking with newer kernels BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="4.0" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y +BR2_DEFAULT_KERNEL_VERSION="4.1" +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.0" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1" BR2_LINUX_KERNEL_DEFCONFIG="vexpress" BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y |