From c4b0af9885ab6649aa547aa01943cb1ee2d18f09 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 24 Oct 2011 16:42:09 -0300 Subject: linux: vmlinux target is valid for powerpc too The vmlinux kernel target is valid for powerpc kernels too. In fact this broke the qemu sample config. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/Config.in b/linux/Config.in index 774aaf818..469fd7ca9 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" -- cgit v1.2.3-55-g7522