mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: create images for the WNDR3700, which can be flashed via the factory web interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18571 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -241,6 +241,10 @@ define Image/Build/WNDR3700
|
||||
dd if=$(KDIR)/vmlinux-$(2).uImage.squashfs bs=1M conv=sync; \
|
||||
dd if=$(KDIR)/root.$(1) bs=64k; \
|
||||
) > $(call imgname,$(1),$(2))-sysupgrade.bin
|
||||
$(STAGING_DIR_HOST)/bin/mkdniimg \
|
||||
-B WNDR3700 -v OpenWrt.$(REVISION) \
|
||||
-i $(call imgname,$(1),$(2))-sysupgrade.bin \
|
||||
-o $(call imgname,$(1),$(2))-factory.bin
|
||||
endef
|
||||
|
||||
define Image/Build/Template/Compex
|
||||
|
||||
Reference in New Issue
Block a user