summaryrefslogtreecommitdiff
path: root/conf/machine/include
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-11-28 05:35:28 +0000
committerRod Whitby <rod@whitby.id.au>2007-11-28 05:35:28 +0000
commitf19c873a409ab4628ab5db2ddf12827063c0cfe8 (patch)
tree15aa61719bf93176bc3d50d5b1d7a2190a6e4c0c /conf/machine/include
parentebc5a6179a680eadd5e7fc7ca985e2ce63fb90dc (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/machine/include')
-rw-r--r--conf/machine/include/ixp4xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc
index 175ec80e6a..81e2152bdc 100644
--- a/conf/machine/include/ixp4xx.inc
+++ b/conf/machine/include/ixp4xx.inc
@@ -8,7 +8,7 @@ ROOT_FLASH_SIZE ?= "12"
EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
-PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx"
require conf/machine/include/tune-xscale.inc
require conf/machine/include/tune-thumb.inc