[LEDE-DEV] [PATCH 01/10] include/image.mk: Add TP-Link image safe-loader defintion

Alexander Couzens lynxis at fe80.eu
Sat May 7 15:37:12 PDT 2016


Hi Ash,

On Sat,  7 May 2016 23:41:10 +0800
Ash Benz <ash.benz at bk.ru> wrote:

> Signed-off-by: Ash Benz <ash.benz at bk.ru>
> ---
>  include/image.mk | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/include/image.mk b/include/image.mk
> index 9e342e0..4ec6387 100644
> --- a/include/image.mk
> @@ -325,6 +325,17 @@ define Build/netgear-dni
>  	mv $@.new $@
>  endef
>  
> +define Build/tplink-safe
> +	$(STAGING_DIR_HOST)/bin/tplink-safeloader \
> +		-B $(TPLINK_BOARD_ID) -V LEDE.$(REVISION) \
> +		-k $(word 1,$^) \
> +		-r $(word 2,$^) \
> +		-j \
> +		$(if $(findstring sysupgrade,$1),-S) \
> +		-o $@.new
> +	mv $@.new $@
> +endef
> +

can you use the ar71xx's tplink-safeloader version and move
it to include/image.mk?

Best,
lynxis
-- 
Alexander Couzens

mail: lynxis at fe80.eu
jabber: lynxis at fe80.eu
mobile: +4915123277221
gpg: 390D CF78 8BF9 AA50 4F8F  F1E2 C29E 9DA6 A0DF 8604
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/lede-dev/attachments/20160508/fd0fef52/attachment.sig>


More information about the Lede-dev mailing list