summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-17 22:16:31 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-17 22:16:31 +0000
commitb76687c0dcfaae05983282bf75fe2d7e7d36a306 (patch)
tree824b01120b7c37964be7f3f067db2bd6ae5ea463 /target/linux
parentc64ffe5a1afe410a107b090975a5a793863284f0 (diff)
Fix lzma cmd args.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/998-openwrt_lzma_options.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/998-openwrt_lzma_options.patch b/target/linux/generic-2.6/patches-2.6.31/998-openwrt_lzma_options.patch
index e6eb30a70..f9108f271 100644
--- a/target/linux/generic-2.6/patches-2.6.31/998-openwrt_lzma_options.patch
+++ b/target/linux/generic-2.6/patches-2.6.31/998-openwrt_lzma_options.patch
@@ -5,7 +5,7 @@
quiet_cmd_lzma = LZMA $@
cmd_lzma = (cat $(filter-out FORCE,$^) | \
- lzma -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
-+ lzma -lc1 -lp2 -pb2 -eos -si -so && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
++ lzma e -lc1 -lp2 -pb2 -eos -si -so && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
(rm -f $@ ; false)
--- a/scripts/gen_initramfs_list.sh
+++ b/scripts/gen_initramfs_list.sh