[Angstrom-devel] [PATCH] Set imagesuffix to .tar.gz when imagetype is sdimg-ubi
Joel A Fernandes
agnel.joel at gmail.com
Mon Jul 18 21:10:42 CEST 2011
Signed-off-by: Joel A Fernandes <agnel.joel at gmail.com>
---
backend.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/backend.php b/backend.php
index f35d096..d9c9edb 100644
--- a/backend.php
+++ b/backend.php
@@ -99,6 +99,9 @@ switch($imagetype) {
case "sdimg":
$imagesuffix = "tar.gz";
break;
+ case "sdimg-ubi":
+ $imagesuffix = "tar.gz";
+ break;
case "ubifs":
$imagesuffix = "ubi";
break;
--
1.7.0.4
More information about the Angstrom-distro-devel
mailing list