From 5a47ec1835998c7c02a8397a043a83e7fc010096 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 17 Jan 2008 23:22:21 +0000 Subject: chumby-kernel: Ignore cmdline from bootloader since we can't change it (This is needed to ignore rootfstype=cramfs passed by the bootloader) chumby.conf: Add options for jffs2 generation --- conf/machine/chumby.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/chumby.conf') diff --git a/conf/machine/chumby.conf b/conf/machine/chumby.conf index 0f2ab04651..84fc525b32 100644 --- a/conf/machine/chumby.conf +++ b/conf/machine/chumby.conf @@ -24,4 +24,7 @@ SERIAL_CONSOLE = "38400 ttyS0" # used by opie-collections.inc ROOT_FLASH_SIZE = "22" +# extra jffs2 tweaks +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" + IMAGE_FSTYPES += "cramfs" -- cgit 1.2.3-korg