diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-07 23:17:47 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-06-07 23:17:47 +0000 |
commit | f1c504011efaead0b7a46c179cbb5a5361c1d1ff (patch) | |
tree | d2061ba559ffc5d3b9f94de9317c92506b142280 /conf | |
parent | 30832e01f31200726a14c500d870e7da96b3431e (diff) |
patched conf/machine/i686-generic.conf : remove tune includes
Set oldest kernel to 2.6.20
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/i686-generic.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index 21549653f6..1f91f89281 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -9,7 +9,7 @@ TARGET_ARCH = "i686" PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" -OLDEST_KERNEL = "2.6.18" +OLDEST_KERNEL = "2.6.20" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" @@ -19,6 +19,3 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" MACHINE_TASK_PROVIDER = "task-base" - -#tune for the i686 cpu -require conf/machine/include/tune-i686.conf |