pppoe: add extra padding for the header (useful for drivers that need headroom)
[10.03/openwrt.git] / target / linux / generic-2.6 / patches-2.6.30 / 998-openwrt_lzma_options.patch
1 --- a/scripts/Makefile.lib
2 +++ b/scripts/Makefile.lib
3 @@ -204,4 +204,4 @@ cmd_bzip2 = (bzip2 -9 < $< && $(size_app
4  # ---------------------------------------------------------------------------
5  
6  quiet_cmd_lzma = LZMA    $@
7 -cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
8 +cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2