diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-07-02 15:11:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-07-02 15:11:55 +0000 |
commit | d8088204a33a0f2ee47c477b34158d0c1fd25d4e (patch) | |
tree | c237c5da1d14124f16e1f1ada3171621fe8ba7ff /openwrt/target/linux | |
parent | 3a09c2404f6a66bbab0ac117b066a105ed13e0fb (diff) | |
download | mtk-20170518-d8088204a33a0f2ee47c477b34158d0c1fd25d4e.zip mtk-20170518-d8088204a33a0f2ee47c477b34158d0c1fd25d4e.tar.gz mtk-20170518-d8088204a33a0f2ee47c477b34158d0c1fd25d4e.tar.bz2 |
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
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/au1000-2.6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |