From: Gabor Juhos Date: Sat, 19 Dec 2009 18:10:41 +0000 (+0000) Subject: ar71xx: fix WNDR3700 firmware images X-Git-Tag: reboot~21627 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a46ab2f9721a2473ee8782d074fb28d3c6e3ea3;p=oweals%2Fopenwrt.git ar71xx: fix WNDR3700 firmware images WNDR3700's U-Boot loads the kernel from a squashfs image, and it does not support squashfs 4.0. SVN-Revision: 18851 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 92f698a35c..b6012b21b8 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -241,9 +241,9 @@ define Image/Build/WNDR3700 $(STAGING_DIR_HOST)/bin/wndr3700 \ $(KDIR)/vmlinux-$(2).uImage \ $(KDIR)/wndr3700/image/uImage - $(MKSQUASHFS_CMD) \ + $(STAGING_DIR_HOST)/bin/mksquashfs-lzma \ $(KDIR)/wndr3700 $(KDIR)/vmlinux-$(2).uImage.squashfs.tmp \ - -nopad -noappend -root-owned $(SQUASHFS_OPTS) + -nopad -noappend -root-owned -be -rm -rf $(KDIR)/wndr3700 mkimage -A mips -O linux -T filesystem -C none \ -a 0xbf070000 -e 0xbf070000 \