diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-13 01:25:14 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-14 21:19:41 +0200 |
commit | 7053bb650b7c57de53dd288f31574c3c70410e8d (patch) | |
tree | f9520f8741c007baeb6e3a458bed5ced44a16e56 /configs/qemu_arm_vexpress_defconfig | |
parent | 73e844fe2944b1c0c2e9942a9b7771158e9b0dad (diff) | |
download | buildroot-novena-7053bb650b7c57de53dd288f31574c3c70410e8d.tar.gz buildroot-novena-7053bb650b7c57de53dd288f31574c3c70410e8d.zip |
qemu/configs: update to use kernel 3.3.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_arm_vexpress_defconfig')
-rw-r--r-- | configs/qemu_arm_vexpress_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig index 5f355b842..f103b59cc 100644 --- a/configs/qemu_arm_vexpress_defconfig +++ b/configs/qemu_arm_vexpress_defconfig @@ -17,6 +17,6 @@ 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.5" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.6" BR2_LINUX_KERNEL_DEFCONFIG="vexpress" BR2_LINUX_KERNEL_ZIMAGE=y |