From 3b11319651adacb45056929088f5ee48c92d7620 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 17:37:35 +0000 Subject: - set preferred kernel format to bzImage for i386 family --- target/device/x86/i386/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/device') diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 5711c38e7..0e6ab6148 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -3,5 +3,6 @@ BR2_BOARD_PATH:=target/device/x86/i386 ifndef LINUX26_KCONFIG LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config endif +LINUX26_FORMAT=bzImage TARGETS+=linux26 -- cgit v1.2.3