diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-17 23:22:21 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-17 23:22:21 +0000 |
commit | 5a47ec1835998c7c02a8397a043a83e7fc010096 (patch) | |
tree | abacc6d20e7fb5748a039876242a84d3ac0bb5e2 /conf/machine/chumby.conf | |
parent | 1d9c29e807e87cca8690d1a6515ae03dc2eeb779 (diff) |
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
Diffstat (limited to 'conf/machine/chumby.conf')
-rw-r--r-- | conf/machine/chumby.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |