summaryrefslogtreecommitdiffstats
path: root/configs/qemu_mipsel_malta_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias2012-05-03 17:08:34 +0200
committerPeter Korsgaard2012-05-05 23:15:52 +0200
commitb3a3066869b16baeb03e739bba2527eaa2cc4a3f (patch)
treebe86784e752c75f4b417ec8c21017216194f1e71 /configs/qemu_mipsel_malta_defconfig
parentqemu/arm-versatile: update to use kernel 3.3.4 (diff)
downloadbuildroot-b3a3066869b16baeb03e739bba2527eaa2cc4a3f.tar.gz
buildroot-b3a3066869b16baeb03e739bba2527eaa2cc4a3f.tar.xz
buildroot-b3a3066869b16baeb03e739bba2527eaa2cc4a3f.zip
qemu/mipsel-malta: update to use kernel 3.3.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_mipsel_malta_defconfig')
-rw-r--r--configs/qemu_mipsel_malta_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig
index 99d9cbad4..200b045fb 100644
--- a/configs/qemu_mipsel_malta_defconfig
+++ b/configs/qemu_mipsel_malta_defconfig
@@ -6,10 +6,13 @@ BR2_mips_32r2=y
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set
+# Lock to 3.3 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_3=y
+
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.4"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.3.config"
BR2_LINUX_KERNEL_VMLINUX=y