X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9bdc5b83af7884b197848834833f8751baaed7f9..6e0592661e6ceab82d60fc13aa3d4abc6f089675:/target/linux/ar71xx/image/Makefile diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index f6dc3b01f..900006390 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -371,6 +371,10 @@ define Image/Build/WNDR3700 -B WNDR3700 -v OpenWrt.$(REVISION) \ -i $(call imgname,$(1),$(2))-sysupgrade.bin \ -o $(call imgname,$(1),$(2))-factory.img + $(STAGING_DIR_HOST)/bin/mkdniimg \ + -B WNDR3700 -v OpenWrt.$(REVISION) -r "NA" \ + -i $(call imgname,$(1),$(2))-sysupgrade.bin \ + -o $(call imgname,$(1),$(2))-factory-NA.img endef ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh @@ -590,6 +594,10 @@ define Image/Build/Profile/TLWR741NDV1 $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-wr741nd-v1,board=TL-WR741ND,TL-WR741NDv1) endef +define Image/Build/Profile/TLWR740NV1 + $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-wr740n-v1,board=TL-WR741ND,TL-WR740Nv1) +endef + define Image/Build/Profile/TLWR841NV15 $(call Image/Build/Template/$(fs_squash)/$(1),TPLINK,tl-wr841n-v1.5,board=TL-WR841N-v1.5,TL-WR841Nv1.5) endef @@ -677,6 +685,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLMR3420V1,$(1)) $(call Image/Build/Profile/TLWA901NDV1,$(1)) $(call Image/Build/Profile/TLWR741NDV1,$(1)) + $(call Image/Build/Profile/TLWR740NV1,$(1)) $(call Image/Build/Profile/TLWR841NV15,$(1)) $(call Image/Build/Profile/TLWR841NDV3,$(1)) $(call Image/Build/Profile/TLWR841NDV5,$(1))