From 5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a Mon Sep 17 00:00:00 2001
From: Otavio Salvador <otavio@ossystems.com.br>
Date: Wed, 20 Feb 2008 21:09:36 -0300
Subject: lh_binary_encryption: add jffs2 as not supported filesystem

---
 helpers/lh_binary_encryption | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption
index 4d9a0e7..6591749 100755
--- a/helpers/lh_binary_encryption
+++ b/helpers/lh_binary_encryption
@@ -68,6 +68,11 @@ case "${LH_CHROOT_FILESYSTEM}" in
 		ROOTFS="ext2"
 		;;
 
+	jffs2)
+		Echo_warning "encryption not yet supported on jffs2 filesystem."
+		exit 0
+		;;
+
 	plain)
 		Echo_warning "encryption not supported on plain filesystem."
 		exit 0
-- 
cgit v1.0