From 7eb1a7e9560161a2e0cffcc3298557c5ec6c4099 Mon Sep 17 00:00:00 2001 From: Ash Benz Date: Fri, 27 May 2016 22:26:38 +0800 Subject: include/image.mk: move build step tplink-safeloader to image.mk Move tplink-safeloader from target/linux/ar71xx/image/tp-link.mk to include/image.mk Signed-off-by: Ash Benz --- target/linux/ar71xx/image/tp-link.mk | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'target') diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index a3af519efe..145fa0f0cd 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -35,18 +35,6 @@ define Build/mktplinkfw-initramfs @mv $@.new $@ endef -define Build/tplink-safeloader - -$(STAGING_DIR_HOST)/bin/tplink-safeloader \ - -B $(TPLINK_BOARD_NAME) \ - -V $(REVISION) \ - -k $(word 1,$^) \ - -r $@ \ - -o $@.new \ - -j \ - $(wordlist 2,$(words $(1)),$(1)) \ - $(if $(findstring sysupgrade,$(word 1,$(1))),-S) && mv $@.new $@ || rm -f $@ -endef - define Device/tplink TPLINK_HWREV := 0x1 TPLINK_HEADER_VERSION := 1 -- cgit v1.2.3