Re: [LEDE-DEV] [PATCH v2 1/2] ar71xx: Add support for TP-Link MR6400

2017-02-11 Thread Filip Moc
Hi, > > huge disclaimer, can you not just use gplv2 ? > > Would the following header be acceptable? > > /* > * TP-LINK TL-MR6400 board support > * > * Copyright (C) 2017 Filip Moc > * > * LICENSE: 3-clause BSD > */ Now when I think about it I guess it violates itself. What about the fol

Re: [LEDE-DEV] [PATCH v2 1/2] ar71xx: Add support for TP-Link MR6400

2017-02-11 Thread Filip Moc
Hi John, thank you for your response. > > +++ b/target/linux/ar71xx/base-files/etc/diag.sh > ... > bad ordering 3 < 6 Could you please explain what should I do to make this right? Should I put it between "tl-wr941nd-v5)" and "archer-c5|\)"? Or should I break all tl-mr34* from the rest just to ma

Re: [LEDE-DEV] [PATCH v2 1/2] ar71xx: Add support for TP-Link MR6400

2017-02-10 Thread John Crispin
Hi, comments inline On 10/02/2017 21:28, Filip Moc wrote: > You can flash via u-boot tftp (serve factory image as /mr6400_tp_recovery.bin > on 192.168.0.66/24, connect to any ethernet port and power on device while > holding the reset button). > > v1->v2: > - Fixed DEVICE_TITLE > - Defined fla

[LEDE-DEV] [PATCH v2 1/2] ar71xx: Add support for TP-Link MR6400

2017-02-10 Thread Filip Moc
You can flash via u-boot tftp (serve factory image as /mr6400_tp_recovery.bin on 192.168.0.66/24, connect to any ethernet port and power on device while holding the reset button). v1->v2: - Fixed DEVICE_TITLE - Defined flash type as "w25q64" (but it's still being misdetected as "s25fl064k")