From fde5d2142d60a9cd9b1a253fbae6d635ae165db6 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Thu, 8 Feb 2007 14:02:38 +0000 Subject: [PATCH] ixp4xx.conf: Removed superfluous --faketime in EXTRA_IMAGECMD_jffs2 --- conf/machine/include/ixp4xx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5