This patch is part of the Archer C2600 series, it moves tplink-safeloader from target/linux/ar71xx/image/Makefile to include/image.mk
Signed-off-by: Ash Benz <[email protected]> --- include/image.mk | 12 ++++++++++++ target/linux/ar71xx/image/Makefile | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/image.mk b/include/image.mk index 67879b3..b67162d 100644 --- a/include/image.mk +++ b/include/image.mk @@ -326,6 +326,18 @@ define Build/netgear-dni mv [email protected] $@ endef +define Build/tplink-safeloader + -$(STAGING_DIR_HOST)/bin/tplink-safeloader \ + -B $(TPLINK_BOARD_NAME) \ + -V $(REVISION) \ + -k $(word 1,$^) \ + -r $@ \ + -o [email protected] \ + -j \ + $(wordlist 2,$(words $(1)),$(1)) \ + $(if $(findstring sysupgrade,$(word 1,$(1))),-S) && mv [email protected] $@ || rm -f $@ +endef + define Build/fit $(TOPDIR)/scripts/mkits.sh \ -D $(DEVICE_NAME) -o [email protected] -k $@ \ diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4a9378c..19a3df5 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -74,18 +74,6 @@ define Build/mktplinkfw-initramfs @mv [email protected] $@ endef -define Build/tplink-safeloader - -$(STAGING_DIR_HOST)/bin/tplink-safeloader \ - -B $(TPLINK_BOARD_NAME) \ - -V $(REVISION) \ - -k $(word 1,$^) \ - -r $@ \ - -o [email protected] \ - -j \ - $(wordlist 2,$(words $(1)),$(1)) \ - $(if $(findstring sysupgrade,$(word 1,$(1))),-S) && mv [email protected] $@ || rm -f $@ -endef - define Build/loader-common rm -rf [email protected] $(MAKE) -C lzma-loader \ -- 2.1.4 _______________________________________________ Lede-dev mailing list [email protected] http://lists.infradead.org/mailman/listinfo/lede-dev
