diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-17 10:06:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-17 10:06:15 +0000 |
commit | 0b27fefa6299eb5ef2e663514226528e4ebbd322 (patch) | |
tree | d24f5520362d42aa7bb4e262a7f7977bf17b3aae /target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch | |
parent | 294551ca73acd677fba4a4fdddd35d6567874dd4 (diff) | |
download | mtk-20170518-0b27fefa6299eb5ef2e663514226528e4ebbd322.zip mtk-20170518-0b27fefa6299eb5ef2e663514226528e4ebbd322.tar.gz mtk-20170518-0b27fefa6299eb5ef2e663514226528e4ebbd322.tar.bz2 |
refresh 2.6.32 patches with -rc7
SVN-Revision: 18440
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch b/target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch index f9108f2..08bb83a 100644 --- a/target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch +++ b/target/linux/generic-2.6/patches-2.6.32/998-openwrt_lzma_options.patch @@ -1,12 +1,14 @@ --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib -@@ -228,5 +228,5 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^) +@@ -228,7 +228,7 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^) quiet_cmd_lzma = LZMA $@ cmd_lzma = (cat $(filter-out FORCE,$^) | \ - lzma -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \ + lzma e -lc1 -lp2 -pb2 -eos -si -so && $(call size_append, $(filter-out FORCE,$^))) > $@ || \ (rm -f $@ ; false) + + quiet_cmd_lzo = LZO $@ --- a/scripts/gen_initramfs_list.sh +++ b/scripts/gen_initramfs_list.sh @@ -225,7 +225,7 @@ cpio_list= |