From 21e96269bce9de9ee8f6559750e6e5f3dce63e9a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 22 Aug 2007 16:11:00 +0000 Subject: KERNEL_IMAGETYPE cleanup Proper place for KERNEL_IMAGETYPE is machine config as there is no machine which use miscelanous types of kernel. Moved found occurences. --- conf/machine/alix.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/alix.conf') diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf index adb8f23fa3..77312791dc 100644 --- a/conf/machine/alix.conf +++ b/conf/machine/alix.conf @@ -22,3 +22,5 @@ IMAGE_FSTYPES += "tar.gz" MACHINE_EXTRA_RRECOMMENDS = "\ kernel-modules \ " + +KERNEL_IMAGETYPE = "bzImage" -- cgit 1.2.3-korg