From ba0136b04438acd6ab2443a7c52620d5412b3f1b 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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4108 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/au1000-2.6/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/au1000-2.6/Makefile') diff --git a/target/linux/au1000-2.6/Makefile b/target/linux/au1000-2.6/Makefile index a09c029d22..5d2711cb30 100644 --- a/target/linux/au1000-2.6/Makefile +++ b/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.2.3