summaryrefslogtreecommitdiffstats
path: root/configs/qemu_mips64_malta_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-04 09:49:38 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-04 15:06:08 +0200
commit2c859079cd60c3a6b57f87960c5b4823797ce95d (patch)
tree71245e954d8897687c32947062d140b90af7fed4 /configs/qemu_mips64_malta_defconfig
parente92d9d4f22015324bb73a0988f4c04e13d65e081 (diff)
downloadbuildroot-2c859079cd60c3a6b57f87960c5b4823797ce95d.tar.gz
buildroot-2c859079cd60c3a6b57f87960c5b4823797ce95d.zip
configs/qemu: bump relevant config versions
arm_nuri needs some DT fixups to switch to the 3.11.x series since it's now default for that kernel defconfig. [Peter: adjust comment in sparc defconfig to match] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_mips64_malta_defconfig')
-rw-r--r--configs/qemu_mips64_malta_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips64_malta_defconfig
index 61abdcf47d..035cfa1be7 100644
--- a/configs/qemu_mips64_malta_defconfig
+++ b/configs/qemu_mips64_malta_defconfig
@@ -10,16 +10,16 @@ BR2_PREFER_STATIC_LIB=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
-# Lock to 3.10 headers to avoid breaking with newer kernels
+# Lock to 3.11 headers to avoid breaking with newer kernels
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.10.7"
+BR2_DEFAULT_KERNEL_VERSION="3.11.3"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.3"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.10.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.11.config"
BR2_LINUX_KERNEL_VMLINUX=y
# Serial port config
OpenPOWER on IntegriCloud