X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/680d895a87bfedbfc3220d05496d6070f23154a5..18a076fccdba90cd7bea1dd4cff1b6b0559b75f0:/target/linux/ar71xx/image/Makefile diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4c96a88bc..f6dc3b01f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -373,7 +373,8 @@ define Image/Build/WNDR3700 -o $(call imgname,$(1),$(2))-factory.img endef -define Image/Build/ZyXEL +ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh + define Image/Build/ZyXEL $(call PatchKernelLzma,$(2),$(3)) if [ `stat -c%s "$(KDIR)/vmlinux-$(2).bin.lzma"` -gt 917504 ]; then \ echo "Warning: $(KDIR)/vmlinux-$(2).bin.lzma is too big"; \ @@ -394,7 +395,8 @@ define Image/Build/ZyXEL -r $(call imgname,$(1),$(2))-sysupgrade.bin:0x10000 \ -o $(call imgname,$(1),$(2))-factory.bin; \ fi; fi -endef + endef +endif define Image/Build/WNDR3700/initramfs $(call PatchKernelLzma,$(2),$(3) $(wndr3700_mtdlayout)) @@ -493,6 +495,10 @@ define Image/Build/Profile/EAP7660D $(call Image/Build/Template/$(fs_128k)/$(1),PB4X,eap7660d,board=EAP7660D) endef +define Image/Build/Profile/JA76PF + $(call Image/Build/Template/$(fs_64k)/$(1),PB4X,ja76pf,board=JA76PF) +endef + define Image/Build/Profile/JWAP003 $(call Image/Build/Template/$(fs_64k)/$(1),PB4X,jwap003,board=JWAP003) endef @@ -568,6 +574,10 @@ define Image/Build/Profile/NBG_460N_550N_550NH $(call Image/Build/Template/$(fs_64k)/$(1),ZyXEL,nbg460n_550n_550nh,board=NBG460N,NBG-460N) endef +define Image/Build/Profile/TLMR3220V1 + $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-mr3220-v1,board=TL-MR3220,TL-MR3220v1) +endef + define Image/Build/Profile/TLMR3420V1 $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-mr3420-v1,board=TL-MR3420,TL-MR3420v1) endef @@ -653,6 +663,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/DIR825B1,$(1)) $(call Image/Build/Profile/EAP7660D,$(1)) $(call Image/Build/Profile/FR54RTR,$(1)) + $(call Image/Build/Profile/JA76PF,$(1)) $(call Image/Build/Profile/JWAP003,$(1)) $(call Image/Build/Profile/MZKW04NU,$(1)) $(call Image/Build/Profile/MZKW300NH,$(1)) @@ -662,6 +673,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/PB92,$(1)) $(call Image/Build/Profile/TEW632BRP,$(1)) $(call Image/Build/Profile/TEW652BRP,$(1)) + $(call Image/Build/Profile/TLMR3220V1,$(1)) $(call Image/Build/Profile/TLMR3420V1,$(1)) $(call Image/Build/Profile/TLWA901NDV1,$(1)) $(call Image/Build/Profile/TLWR741NDV1,$(1))