diff options
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/998-openwrt_lzma_options.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 8e05052ea4..e7b6b3d4c0 100644 --- 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 @@ -5,4 +5,4 @@ quiet_cmd_lzma = LZMA $@ -cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false) -+cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 ++cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos |