diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-02-06 08:49:39 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-06 22:48:05 +0100 |
commit | b5baf9cbb267e5973be02524bd1f0538d5e3b186 (patch) | |
tree | f53beabecda37b5133aea7ef7d66323dee14beba /configs/qemu_ppc_virtex_ml507_defconfig | |
parent | 1975bbf11ea108411380af81c6823c0feedb7d02 (diff) | |
download | buildroot-novena-b5baf9cbb267e5973be02524bd1f0538d5e3b186.tar.gz buildroot-novena-b5baf9cbb267e5973be02524bd1f0538d5e3b186.zip |
configs/qemu: update to use latest kernels
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/qemu_ppc_virtex_ml507_defconfig')
-rw-r--r-- | configs/qemu_ppc_virtex_ml507_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_ppc_virtex_ml507_defconfig b/configs/qemu_ppc_virtex_ml507_defconfig index 59812c93e..9dfbe5245 100644 --- a/configs/qemu_ppc_virtex_ml507_defconfig +++ b/configs/qemu_ppc_virtex_ml507_defconfig @@ -15,7 +15,7 @@ BR2_SOFT_FLOAT=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.1" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.7.6" BR2_LINUX_KERNEL_DEFCONFIG="44x/virtex5" BR2_LINUX_KERNEL_VMLINUX=y BR2_LINUX_KERNEL_DTS_SUPPORT=y |