Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
[pandora-kernel.git] / scripts / gen_initramfs_list.sh
index f3b5c05..5958fff 100644 (file)
@@ -243,6 +243,7 @@ case "$arg" in
                echo "$output_file" | grep -q "\.gz$" && compr="gzip -9 -f"
                echo "$output_file" | grep -q "\.bz2$" && compr="bzip2 -9 -f"
                echo "$output_file" | grep -q "\.lzma$" && compr="lzma -9 -f"
+               echo "$output_file" | grep -q "\.lzo$" && compr="lzop -9 -f"
                echo "$output_file" | grep -q "\.cpio$" && compr="cat"
                shift
                ;;