diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 01:44:30 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 01:46:21 +0000 |
commit | 37dfde0b4b4aa18bccaee1b2e98ed532bf89e789 (patch) | |
tree | 13b51f8e122730387a428149451725fd61531fa0 /conf/machine/tosa.conf | |
parent | 663ea59ee6f0f361887115f92d117054a78030e2 (diff) |
tosa.conf : clean up kexecboot and enable tar.gz images
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index d3b41cf286..0b86a3c5d4 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -4,11 +4,9 @@ require conf/machine/include/zaurus-2.6.inc require conf/machine/include/tune-xscale.inc - -# uncomment to build initramfs-kexecboot kernel require conf/machine/include/kexecboot.inc -IMAGE_FSTYPES ?= "jffs2" +IMAGE_FSTYPES ?= "jffs2 tar.gz" # wlan-ng Modules # OHCI suspend/resume fixup |