diff options
Diffstat (limited to 'conf/machine/epia.conf')
-rw-r--r-- | conf/machine/epia.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index 5a3b5875a3..0750e4d646 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -5,6 +5,7 @@ PACKAGE_EXTRA_ARCHS = "i386 i486" PREFERRED_PROVIDER_virtual/kernel = "linux-epia" OLDEST_KERNEL = "2.6.5" +KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" @@ -14,6 +15,4 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" MACHINE_TASK_PROVIDER = "task-base" - -require conf/machine/include/tune-c3.conf - +require conf/machine/include/tune-c3.inc |