diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-11-28 05:35:28 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-11-28 05:35:28 +0000 |
commit | f19c873a409ab4628ab5db2ddf12827063c0cfe8 (patch) | |
tree | 15aa61719bf93176bc3d50d5b1d7a2190a6e4c0c /conf/distro/include/slugos.inc | |
parent | ebc5a6179a680eadd5e7fc7ca985e2ce63fb90dc (diff) |
linux-ixp4xx: Migration from ixp4xx-kernel. Intended to follow recent OE kernel recipe conventions. Default kernel for slugos distro and ixp4xx machines. ixp4xx-kernel will be removed later once this is well tested.
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a0d238f560..6acb72c345 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -114,7 +114,7 @@ PREFERRED_VERSION_glibc-initial ?= "2.5" # Select the correct versions of the kernel and modules (these are the # defaults, override in the conf/distro top-level distro file). -PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx" PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.21.6" # Select the smallest provider of x11 libraries |