Commit 3803dc14 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

target/linux: default to bzImage for i386/x86_64

parent 0fadec67
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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