From d8088204a33a0f2ee47c477b34158d0c1fd25d4e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 2 Jul 2006 15:11:55 +0000 Subject: Disable the use of lzma since the alchemy images are zlib compressed and there is a lot of space. Fix makefile error when "touching" zImage.flash.srec SVN-Revision: 4108 --- openwrt/target/linux/au1000-2.6/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'openwrt/target/linux') diff --git a/openwrt/target/linux/au1000-2.6/Makefile b/openwrt/target/linux/au1000-2.6/Makefile index a09c029..5d2711c 100644 --- a/openwrt/target/linux/au1000-2.6/Makefile +++ b/openwrt/target/linux/au1000-2.6/Makefile @@ -23,6 +23,5 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked $(LINUX_BUILD_DIR)/zImage.flash.srec: $(LINUX_DIR)/vmlinux $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.flash.srec $(LINUX_DIR)/zImage.flash.srec $(CP) $(LINUX_DIR)/arch/mips/boot/compressed/images/zImage.srec $(LINUX_DIR)/zImage.srec - touch $@ compile: $(LINUX_BUILD_DIR)/zImage.flash.srec -- cgit v1.1