diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-08 14:02:38 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-08 14:02:38 +0000 |
commit | fde5d2142d60a9cd9b1a253fbae6d635ae165db6 (patch) | |
tree | a7866f41b0bbff24871add42b723a345d5db883b /conf/machine/include | |
parent | bdbe41f45ef7a63096790b770a484c8a61c53241 (diff) |
ixp4xx.conf: Removed superfluous --faketime in EXTRA_IMAGECMD_jffs2
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/ixp4xx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ixp4xx.conf b/conf/machine/include/ixp4xx.conf index 0558e03e35..bc4e29b0e1 100644 --- a/conf/machine/include/ixp4xx.conf +++ b/conf/machine/include/ixp4xx.conf @@ -4,7 +4,7 @@ MACHINE_FEATURES = "kernel26 usbhost ext2" -EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 --faketime -n" +EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" |