diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 08:52:06 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-01-29 08:52:06 +0000 |
commit | 7c823edcc811077836155878e889ac7a8ca09fc0 (patch) | |
tree | e786a980f4c3e0dd60d70d0170d50bd19336aa20 /conf/machine | |
parent | 49a00bcd3e83a5fcd76baa9960688e627684cd3a (diff) |
tosa.conf : add to IMAGE_FSTYPES instead of just setting it
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/tosa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 0b86a3c5d4..edea47a2d4 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -6,7 +6,7 @@ require conf/machine/include/zaurus-2.6.inc require conf/machine/include/tune-xscale.inc require conf/machine/include/kexecboot.inc -IMAGE_FSTYPES ?= "jffs2 tar.gz" +IMAGE_FSTYPES += "jffs2 tar.gz" # wlan-ng Modules # OHCI suspend/resume fixup |