Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] linux: vmlinux target is valid for powerpc too
@ 2011-10-24 19:42 Gustavo Zacarias
  2011-10-24 19:42 ` [Buildroot] [PATCH 2/6] qemu_arm_versatile: use kernel 3.1 and add readme Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Gustavo Zacarias @ 2011-10-24 19:42 UTC (permalink / raw)
  To: buildroot

The vmlinux kernel target is valid for powerpc kernels too.
In fact this broke the qemu sample config.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 774aaf8..469fd7c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -146,7 +146,7 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
 
 config BR2_LINUX_KERNEL_VMLINUX
 	bool "vmlinux"
-	depends on BR2_mips || BR2_mipsel
+	depends on BR2_mips || BR2_mipsel || BR2_powerpc
 
 config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
 	bool "custom target"
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-10-25 12:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 19:42 [Buildroot] [PATCH 1/6] linux: vmlinux target is valid for powerpc too Gustavo Zacarias
2011-10-24 19:42 ` [Buildroot] [PATCH 2/6] qemu_arm_versatile: use kernel 3.1 and add readme Gustavo Zacarias
2011-10-25  6:20   ` Peter Korsgaard
2011-10-24 19:42 ` [Buildroot] [PATCH 3/6] qemu_mipsel_malta: update to kernel 3.1 Gustavo Zacarias
2011-10-25  6:21   ` Peter Korsgaard
2011-10-24 19:42 ` [Buildroot] [PATCH 4/6] qemu_x86: update to kernel 3.1 and add readme Gustavo Zacarias
2011-10-25  6:27   ` Peter Korsgaard
2011-10-25  9:52     ` Gustavo Zacarias
2011-10-25 10:30       ` Peter Korsgaard
2011-10-25 10:38         ` Gustavo Zacarias
2011-10-24 19:42 ` [Buildroot] [PATCH 5/6] qemu_sh4_r2d: update to kernel 3.1 and update readme Gustavo Zacarias
2011-10-25  6:24   ` Peter Korsgaard
2011-10-25  9:53     ` Gustavo Zacarias
2011-10-25 10:30       ` Peter Korsgaard
2011-10-25 12:10         ` Gustavo Zacarias
2011-10-24 19:42 ` [Buildroot] [PATCH 6/6] qemu_ppc_g3beige: update to kernel 3.1 Gustavo Zacarias
2011-10-25  6:27   ` Peter Korsgaard
2011-10-25  6:20 ` [Buildroot] [PATCH 1/6] linux: vmlinux target is valid for powerpc too Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox