diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-29 11:27:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-29 11:27:13 +0000 |
commit | 2c655618a56ddcc00405b04790ef2aacdaa3e4ed (patch) | |
tree | 99d7afe121ea7bbf19f31090ad57edd844e09a86 /target/linux/linux-2.4/Makefile | |
parent | aececf0fddc59ce52585223c3fb2944499d38d19 (diff) | |
download | upstream-2c655618a56ddcc00405b04790ef2aacdaa3e4ed.tar.gz upstream-2c655618a56ddcc00405b04790ef2aacdaa3e4ed.tar.bz2 upstream-2c655618a56ddcc00405b04790ef2aacdaa3e4ed.zip |
add some options to the lzma kernel compressor for smaller size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/Makefile')
-rw-r--r-- | target/linux/linux-2.4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 9b2f007767..263339f359 100644 --- a/target/linux/linux-2.4/Makefile +++ b/target/linux/linux-2.4/Makefile @@ -193,7 +193,7 @@ $(LINUX_KERNEL): $(LINUX_DIR)/$(LINUX_BINLOC) touch -c $(LINUX_KERNEL) $(LINUX_IMAGE): $(LINUX_KERNEL) - cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos > $@ || (rm -f $@ && false) + cat $^ | $(BUILD_DIR)/lzma/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false) $(LINUX_DIR)/.modules_done: $(LINUX_KERNEL) $(LINUX_IMAGE) rm -rf $(LINUX_BUILD_DIR)/modules |