From 4bba860ab89c11abb7b81bc3a1bfa414f729d1a6 Mon Sep 17 00:00:00 2001 From: Ash Benz Date: Fri, 24 Jun 2016 08:14:09 +0200 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/linux/ar71xx/image/tp-link.mk') diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 71220f3141..c30ccb1c31 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