diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-03 15:08:34 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-05 23:15:52 +0200 |
commit | b3a3066869b16baeb03e739bba2527eaa2cc4a3f (patch) | |
tree | be86784e752c75f4b417ec8c21017216194f1e71 /configs | |
parent | 602fe21792ad6d7f700b5a2fffd90a2886ca5d12 (diff) |
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')
-rw-r--r-- | configs/qemu_mipsel_malta_defconfig | 5 |
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 |