From: Felix Fietkau Date: Sun, 29 May 2005 11:27:13 +0000 (+0000) Subject: add some options to the lzma kernel compressor for smaller size X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f62d569addc64d427489217df44b59df1459226e;p=15.05%2Fopenwrt.git add some options to the lzma kernel compressor for smaller size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1098 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 9b2f007767..263339f359 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/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