diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-05-11 02:56:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-11 21:44:43 +0200 |
commit | 12fafd0c3116e328572c203edf96bcf5ffa7e456 (patch) | |
tree | a36f4f37c6386325ec92dc116ee27de8d4054207 /configs/qemu_x86_64_defconfig | |
parent | 0a442d05cf994cd3ad3b107964feec1ffccef0b8 (diff) | |
download | buildroot-novena-12fafd0c3116e328572c203edf96bcf5ffa7e456.tar.gz buildroot-novena-12fafd0c3116e328572c203edf96bcf5ffa7e456.zip |
configs/qemu: bump relevant configs to kernel version 3.9.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_x86_64_defconfig')
-rw-r--r-- | configs/qemu_x86_64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig index 084306284..70322211c 100644 --- a/configs/qemu_x86_64_defconfig +++ b/configs/qemu_x86_64_defconfig @@ -15,6 +15,6 @@ BR2_KERNEL_HEADERS_3_9=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.9" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.9.1" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.9.config" |