diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-27 13:24:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-27 13:24:59 +0000 |
commit | bac49d1394d22c9c24bcb475a142d9b9f42d5b29 (patch) | |
tree | ed74d555d78f8a2ad31ef2ef72c451d5e0514723 | |
parent | 92ebb2b6111ffb471dd5eab36bf16270fb73e846 (diff) |
spitz: add tar.gz image fstype instead of ?=
-rw-r--r-- | conf/machine/spitz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 84c340f66e..6b08ec1aa9 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -8,6 +8,6 @@ require conf/machine/include/zaurus-clamshell.conf PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PACKAGE_EXTRA_ARCHS += "iwmmxt" -IMAGE_FSTYPES ?= "tar.gz" +IMAGE_FSTYPES += "tar.gz" ROOT_FLASH_SIZE = "100" |