mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
ar71xx: create rescue image for the WZR-HP-G300NH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19223 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ba59661237
commit
fce30da13a
@ -129,6 +129,10 @@ define Image/Build/WZRHPG300NH
|
||||
dd if=$(KDIR)/vmlinux-$(2).uImage bs=1024k conv=sync; \
|
||||
dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
|
||||
) > $(call imgname,$(1),$(2))-sysupgrade.bin; \
|
||||
( \
|
||||
echo -n -e "# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
|
||||
dd if=$(call imgname,$(1),$(2))-sysupgrade.bin; \
|
||||
) > $(call imgname,$(1),$(2))-tftp.bin; \
|
||||
fi; fi
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user