mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:55:30 +02:00
ar71xx: create smaller sysupgrade images for the WRT400N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b6ea50912a
commit
1bcf4b2473
@ -81,10 +81,9 @@ define Image/Build/WRT400N
|
|||||||
-d $(KDIR)/vmlinux-$(2).bin.lzma $(KDIR)/vmlinux-$(2).uImage; \
|
-d $(KDIR)/vmlinux-$(2).bin.lzma $(KDIR)/vmlinux-$(2).uImage; \
|
||||||
( \
|
( \
|
||||||
dd if=$(KDIR)/vmlinux-$(2).uImage bs=1280k conv=sync; \
|
dd if=$(KDIR)/vmlinux-$(2).uImage bs=1280k conv=sync; \
|
||||||
dd if=$(KDIR)/root.$(1) bs=6336k conv=sync; \
|
dd if=$(KDIR)/root.$(1) \
|
||||||
echo -n $(4); \
|
) > $(call imgname,$(1),$(2))-sysupgrade.bin; \
|
||||||
) > $(call imgname,$(1),$(2)).bin; \
|
wrt400n $(KDIR)/vmlinux-$(2).uImage $(KDIR)/root.$(1) $(call imgname,$(1),$(2))-factory.bin; \
|
||||||
wrt400n $(KDIR)/vmlinux-$(2).uImage $(KDIR)/root.$(1) $(call imgname,$(1),$(2)).webui; \
|
|
||||||
fi; fi
|
fi; fi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user