X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ebeffb64e9a53c0146857d500ff27eb2be4d5901..f59b34bf027b120847fc9d4192914d03f9d06d64:/target/linux/ar71xx/image/Makefile?ds=sidebyside diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index f7df1026a..8fcaa08d1 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -299,6 +299,7 @@ define Image/Build/Planex/loader endef define Image/Build/Planex + [ -e "$(KDIR)/loader-$(2).gz" ] $(call MkuImage,gzip,,$(KDIR)/loader-$(2).gz,$(KDIR_TMP)/vmlinux-$(2).uImage) $(call MkuImageOKLI,$(2)) ( \ @@ -338,6 +339,7 @@ define Image/Build/TPLINKOLD/loader endef define Image/Build/TPLINKOLD + [ -e "$(KDIR)/loader-$(2).gz" ] $(call MkuImageOKLI,$(2)) ( \ dd if=$(KDIR)/loader-$(2).gz bs=7680 count=1 conv=sync; \ @@ -368,6 +370,7 @@ define Image/Build/TPLINK/loader endef define Image/Build/TPLINK + [ -e "$(KDIR)/loader-$(2).gz" ] $(call MkuImageOKLI,$(2)) ( \ dd if=$(KDIR)/loader-$(2).gz bs=7680 count=1 conv=sync; \