From: Rod Whitby Date: Thu, 8 Feb 2007 14:02:38 +0000 (+0000) Subject: ixp4xx.conf: Removed superfluous --faketime in EXTRA_IMAGECMD_jffs2 X-Git-Tag: Release-2010-05/1~9230^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde5d2142d60a9cd9b1a253fbae6d635ae165db6;p=openembedded.git ixp4xx.conf: Removed superfluous --faketime in EXTRA_IMAGECMD_jffs2 --- 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"