aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-01 11:32:36 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-01 11:32:36 +0000
commit25e595bf24640edb649a70bcd2800abe0232cc4b (patch)
tree2aa60131f5567e0579d19a712789b241aca5b409 /conf/machine
parent9442f6a80f580dd67ce007c47ce16cf7a06c03ac (diff)
downloadopenembedded-25e595bf24640edb649a70bcd2800abe0232cc4b.tar.gz
ixp4xx.conf: Set default kernel and jffs2 command
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/ixp4xx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/ixp4xx.conf b/conf/machine/ixp4xx.conf
index dc174b8e35..6d7fd11a05 100644
--- a/conf/machine/ixp4xx.conf
+++ b/conf/machine/ixp4xx.conf
@@ -7,3 +7,7 @@ MACHINE_FEATURES = "kernel26 usbhost ext2"
include conf/machine/include/ixp4xx.conf
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}"
+
+EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n"
+
+PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"