diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-02-18 16:30:47 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-19 22:58:26 +0100 |
commit | 03227980a71a2766d8db729a843b2b4f16a58e51 (patch) | |
tree | 9ce83f49459a33763da79b82bab0cf6d1e843999 /configs | |
parent | 53238716fcc33b3923b81e23184020503766a510 (diff) |
qemu/sparc-ss10: update to use kernel 3.2.6
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_sparc_ss10_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig index 834514f45..6d6937916 100644 --- a/configs/qemu_sparc_ss10_defconfig +++ b/configs/qemu_sparc_ss10_defconfig @@ -9,6 +9,6 @@ BR2_TARGET_ROOTFS_EXT2=y # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6" BR2_LINUX_KERNEL_DEFCONFIG="sparc32" BR2_LINUX_KERNEL_ZIMAGE=y |