summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias2011-10-24 21:42:09 +0200
committerPeter Korsgaard2011-10-25 08:17:10 +0200
commitc4b0af9885ab6649aa547aa01943cb1ee2d18f09 (patch)
treece3a39337b71f12a441aed01e5632e2bf96c45cf /linux
parentlinux: bump default kernel to version 3.1 (diff)
downloadbuildroot-c4b0af9885ab6649aa547aa01943cb1ee2d18f09.tar.gz
buildroot-c4b0af9885ab6649aa547aa01943cb1ee2d18f09.tar.xz
buildroot-c4b0af9885ab6649aa547aa01943cb1ee2d18f09.zip
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in2
1 files changed, 1 insertions, 1 deletions
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"