diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-09-21 04:54:26 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-09-22 21:47:59 +0200 |
commit | 651a95a77f5d9aeea52539b9af7195b0ec8f171b (patch) | |
tree | 4ecb33cafab4119e25dcc78895812f54cb415d9c /configs/qemu_mips_malta_defconfig | |
parent | 058e22e9c9917844e3409ebd702a269d63286640 (diff) | |
download | buildroot-novena-651a95a77f5d9aeea52539b9af7195b0ec8f171b.tar.gz buildroot-novena-651a95a77f5d9aeea52539b9af7195b0ec8f171b.zip |
qemu/mips-malta: update to use kernel 3.5.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_mips_malta_defconfig')
-rw-r--r-- | configs/qemu_mips_malta_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/qemu_mips_malta_defconfig b/configs/qemu_mips_malta_defconfig index f9ec326fb..3bb2a72b4 100644 --- a/configs/qemu_mips_malta_defconfig +++ b/configs/qemu_mips_malta_defconfig @@ -6,15 +6,15 @@ BR2_mips_32r2=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set -# Lock to 3.4 headers to avoid breaking with newer kernels -BR2_KERNEL_HEADERS_3_4=y +# Lock to 3.5 headers to avoid breaking with newer kernels +BR2_KERNEL_HEADERS_3_5=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.4.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.5.config" BR2_LINUX_KERNEL_VMLINUX=y # Serial port config |