Browse Source

target/linux: default to bzImage for i386/x86_64

Peter Korsgaard 16 years ago
parent
commit
3803dc14e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/Config.in.advanced

+ 2 - 0
target/linux/Config.in.advanced

@@ -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