summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xopkg-build6
1 files changed, 5 insertions, 1 deletions
diff --git a/opkg-build b/opkg-build
index 69e3f40..122a91f 100755
--- a/opkg-build
+++ b/opkg-build
@@ -179,6 +179,10 @@ compressor_ext() {
xz)
echo xz
;;
+ lz4)
+ echo lz4
+ ;;
+
*)
echo "*** Error: unsupported compression scheme: $1" >&2
exit 1
@@ -346,7 +350,7 @@ Stop with an error if any files ending with B<~> are found. The default behaviou
=item B<-Z> I<compressor>
-Specify which compression type to use when building a package. Allowed values are B<gzip>, B<pigz>, B<bzip2> and B<xz> (default is B<gzip>).
+Specify which compression type to use when building a package. Allowed values are B<gzip>, B<pigz>, B<bzip2>, B<lz4> and B<xz> (default is B<gzip>).
=item B<-a> I<compressor-args>