From 4bcc767170867495a170f365d58d98d7bf075618 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 28 Nov 2009 09:28:25 +0000 Subject: 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 --- target/linux/ar71xx/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ar71xx') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4c88a85e6..04629ffd5 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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 -- cgit v1.2.3