X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9e412c9b2e7bbb65bd62429adee90fd8c6f0831c..6ca8145c37de99e738b693fbe90b2430b17c5db2:/target/linux/ar71xx/image/Makefile diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 8a5dbe6ea..b6012b21b 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -237,8 +237,7 @@ wndr3700_mtdlayout=mtdparts=spi0.0:320k(u-boot)ro,128k(u-boot-env)ro,1024k(kerne define Image/Build/WNDR3700 $(call PatchKernelLzma,$(2),$(3) $(wndr3700_mtdlayout)) $(call MkImageLzma,$(KDIR)/vmlinux-$(2).bin.lzma,$(KDIR)/vmlinux-$(2).uImage) - mkdir $(KDIR)/wndr3700 - mkdir $(KDIR)/wndr3700/image + mkdir -p $(KDIR)/wndr3700/image $(STAGING_DIR_HOST)/bin/wndr3700 \ $(KDIR)/vmlinux-$(2).uImage \ $(KDIR)/wndr3700/image/uImage @@ -402,7 +401,7 @@ define Image/Build/Profile/WP543 endef define Image/Build/Profile/DIR615C1 - $(call Image/Build/Template/Cameo/$(1),dir-615c1,board=TEW-632BRP,"AP81-AR9130-RT-070614-02") + $(call Image/Build/Template/Cameo/$(1),dir-615-c1,board=DIR-615-C1,"AP81-AR9130-RT-070614-02") endef define Image/Build/Profile/TEW632BRP @@ -474,6 +473,10 @@ define Image/Build/Profile/TLWR941NDV2 $(call Image/Build/Template/TPLINK/$(1),tl-wr941ndv2,board=TL-WR941ND,TL-WR941NDv2) endef +define Image/Build/Profile/TLWR1043NDV1 + $(call Image/Build/Template/TPLINK/$(1),tl-wr1043ndv1,board=TL-WR1043ND,TL-WR1043NDv1) +endef + define Image/Build/Profile/WNDR3700 $(call Image/Build/Template/WNDR3700/$(1),wndr3700,board=WNDR3700) endef @@ -483,7 +486,7 @@ define Image/Build/Profile/WRT400N endef define Image/Build/Profile/DIR825B1 - $(call Image/Build/Template/DIR825B1/$(1),dir825b1,board=DIR825B1) + $(call Image/Build/Template/DIR825B1/$(1),dir-825-b1,board=DIR-825-B1) endef define Image/Build/Profile/WRT160NL @@ -503,6 +506,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLWR841NDV3,$(1)) $(call Image/Build/Profile/TLWR841NDV5,$(1)) $(call Image/Build/Profile/TLWR941NDV2,$(1)) + $(call Image/Build/Profile/TLWR1043NDV1,$(1)) $(call Image/Build/Profile/UBNT,$(1)) $(call Image/Build/Profile/WP543,$(1)) $(call Image/Build/Profile/WNDR3700,$(1))