aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000-2.6/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-07-02 15:11:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-07-02 15:11:55 +0000
commitba0136b04438acd6ab2443a7c52620d5412b3f1b (patch)
treefee0930a1ad49334c697e9caabfc9805cd5df881 /target/linux/au1000-2.6/Makefile
parent3a73a64d43a26e59d844e59cc51991eadbb9e0eb (diff)
downloadmaster-187ad058-ba0136b04438acd6ab2443a7c52620d5412b3f1b.tar.gz
master-187ad058-ba0136b04438acd6ab2443a7c52620d5412b3f1b.tar.bz2
master-187ad058-ba0136b04438acd6ab2443a7c52620d5412b3f1b.zip
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
Diffstat (limited to 'target/linux/au1000-2.6/Makefile')
-rw-r--r--target/linux/au1000-2.6/Makefile1
1 files changed, 0 insertions, 1 deletions
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