From 5e6513dbe3d37dbe3a6860d2770b906e42ffdb37 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 24 Oct 2005 18:17:21 +0000 Subject: h2200.conf: change jffs2 pagesize to 4k to have more space in flashi --- conf/machine/h2200.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 5f5b0ce7b9..973364ebf7 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -9,7 +9,7 @@ IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa h2200" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" -EXTRA_IMAGECMD_jffs2 = "--pad --no-cleanmarkers --pagesize=512 --eraseblock=16384" +EXTRA_IMAGECMD_jffs2 = "--pad --no-cleanmarkers --pagesize=4096 --eraseblock=16384" ROOT_FLASH_SIZE = "32" -- cgit v1.2.3