Re: [LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Alexander Couzens
On Fri, 13 May 2016 20:12:45 +0800
Ash Benz  wrote:

> Resubmitting with clearer description:
> This is an extra patch for the Archer C2600 v2 series that I
> submitted on May 9th.
> 
> That series adds tplink-safeloader definition to include/image.mk,
> and so this patch removes it from target/linux/ar71xx/image/Makefile.

Hi Ash,

can you please create a v3 of the patch:
[PATCH v2 01/10] include/image.mk: Add TP-Link image safe-loader defintion

which includes this change and a summary like 'include/image.mk: move build 
step tplink-safeloader to image.mk'

best,
lynxis
-- 
Alexander Couzens

mail: lyn...@fe80.eu
jabber: lyn...@fe80.eu
mobile: +4915123277221
gpg: 390D CF78 8BF9 AA50 4F8F  F1E2 C29E 9DA6 A0DF 8604


pgpHlHDBmHGoX.pgp
Description: OpenPGP digital signature
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


[LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Ash Benz
Resubmitting with clearer description:
This is an extra patch for the Archer C2600 v2 series that I submitted on May 
9th.

That series adds tplink-safeloader definition to include/image.mk, and so this 
patch removes it from target/linux/ar71xx/image/Makefile.

Signed-off-by: Ash Benz 
---
 target/linux/ar71xx/image/Makefile | 12 
 1 file changed, 12 deletions(-)

diff --git a/target/linux/ar71xx/image/Makefile 
b/target/linux/ar71xx/image/Makefile
index 3bf005f..a5b1a86 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -74,18 +74,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 Build/loader-common
rm -rf $@.src
$(MAKE) -C lzma-loader \
-- 
2.1.4


___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev