mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-04 09:01:06 +02:00
ar71xx: fix WNDR3700 firmware images
WNDR3700's U-Boot loads the kernel from a squashfs image, and it does not support squashfs 4.0. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
021f23792f
commit
8b5cfa1fde
@ -241,9 +241,9 @@ define Image/Build/WNDR3700
|
|||||||
$(STAGING_DIR_HOST)/bin/wndr3700 \
|
$(STAGING_DIR_HOST)/bin/wndr3700 \
|
||||||
$(KDIR)/vmlinux-$(2).uImage \
|
$(KDIR)/vmlinux-$(2).uImage \
|
||||||
$(KDIR)/wndr3700/image/uImage
|
$(KDIR)/wndr3700/image/uImage
|
||||||
$(MKSQUASHFS_CMD) \
|
$(STAGING_DIR_HOST)/bin/mksquashfs-lzma \
|
||||||
$(KDIR)/wndr3700 $(KDIR)/vmlinux-$(2).uImage.squashfs.tmp \
|
$(KDIR)/wndr3700 $(KDIR)/vmlinux-$(2).uImage.squashfs.tmp \
|
||||||
-nopad -noappend -root-owned $(SQUASHFS_OPTS)
|
-nopad -noappend -root-owned -be
|
||||||
-rm -rf $(KDIR)/wndr3700
|
-rm -rf $(KDIR)/wndr3700
|
||||||
mkimage -A mips -O linux -T filesystem -C none \
|
mkimage -A mips -O linux -T filesystem -C none \
|
||||||
-a 0xbf070000 -e 0xbf070000 \
|
-a 0xbf070000 -e 0xbf070000 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user