X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.30%2F998-openwrt_lzma_options.patch;fp=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.30%2F998-openwrt_lzma_options.patch;h=8e05052ea45d8aee76aecd6b15ec260be3631eba;hb=548de949f392049420a6a1feeef118b30ab8ea8c;hp=0000000000000000000000000000000000000000;hpb=ab5199a143cab9686d373ff555afe22eadfbbc7f;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch b/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch new file mode 100644 index 0000000000..8e05052ea4 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch @@ -0,0 +1,8 @@ +--- a/scripts/Makefile.lib ++++ b/scripts/Makefile.lib +@@ -204,4 +204,4 @@ cmd_bzip2 = (bzip2 -9 < $< && $(size_app + # --------------------------------------------------------------------------- + + quiet_cmd_lzma = LZMA $@ +-cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false) ++cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2