Hi Ash,

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

> Signed-off-by: Ash Benz <ash.b...@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: lyn...@fe80.eu
jabber: lyn...@fe80.eu
mobile: +4915123277221
gpg: 390D CF78 8BF9 AA50 4F8F  F1E2 C29E 9DA6 A0DF 8604

Attachment: pgpSVrwf7U2C2.pgp
Description: OpenPGP digital signature

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

Reply via email to