target/linux: default to bzImage for i386/x86_64

This commit is contained in:
Peter Korsgaard 2009-03-24 08:28:04 +00:00
parent 0fadec67a8
commit 3803dc14e4

View File

@ -433,6 +433,8 @@ endmenu
choice
prompt "kernel binary format"
depends on BR2_PACKAGE_LINUX
default BR2_LINUX_BIN_BZIMAGE if BR2_i386
default BR2_LINUX_BIN_BZIMAGE if BR2_x86_64
default BR2_LINUX_BIN_UIMAGE
help
Select the specific Linux binary type you want to use