Re: [LEDE-DEV] [PATCH] ar71xx: add support for RB-941-2nD

2017-01-09 Thread Thibaut
> Le 9 janv. 2017 à 20:18, Felix Fietkau a écrit : > > On 2017-01-04 23:04, "Thibaut VARENE > "@vps.slashdirt.org wrote: >> From e55aa1ddff1563d582b456807f20c0457fcaed77 Mon Sep 17 00:00:00 2001 >> From: Thibaut VARENE >> Date: Wed, 4 Jan 2017 22:44:

Re: [LEDE-DEV] [PATCH] This patch adds support for the Netgear WN3000RPv3 N300 repeater.

2017-01-18 Thread Thibaut
Hi, > Le 18 janv. 2017 à 09:05, Mathias Kresin a écrit : > > Hey Thibaut, > > see my comment inline. > > Mathias > > 17.01.2017 23:12, ha...@slashdirt.org: >> --- a/target/linux/ramips/base-files/etc/diag.sh >> +++ b/target/linux/ramips/b

Re: [LEDE-DEV] [PATCH 1/3] ar71xx: add support for RB mAP L-2nD

2017-02-07 Thread Thibaut
ha...@slashdirt.org a écrit : > > From: Thibaut VARENE > > This patch adds support for the MikroTik RouterBOARD mAP lite > https://routerboard.com/RBmAPL-2nD > > Specifications: > - SoC: Qualcomm QCA9533 (650MHz) > - RAM: 64MB > - Storage: 16MB NOR SPI flash >

Re: [LEDE-DEV] [PATCH 1/3] ar71xx: add support for RB mAP L-2nD

2017-02-07 Thread Thibaut
Hi, This series has been resubmitted as PR #800. HTH, T. > Le 7 févr. 2017 à 11:10, Thibaut a écrit : > > Hi, > > Please ignore this series for now: since there are SPI-NOR devices which are > not wireless APs that could be supported with the same code base, I’m going &

[LEDE-DEV] [RFC] Need help to support CPU frequency setting on Mikrotik RB devices

2017-02-27 Thread Thibaut
partition. Please provide this output at least once, even if there’s no frequency setting. 5. Finally, which frequency setting is the factory default one We already have the data for the RB mAP lite and hAP lite. I think that covers it! Thanks in advance, Thibaut

[LEDE-DEV] Untangling 4K to 64K EB size JFFS2 migration

2017-11-14 Thread Thibaut VARÈNE
probably start from a clean slate instead of totally corrupting the partition? - To LEDE devs: in the latter case, is it okay to break config preservation this one time? Note: 17.01 has 4K sectors enabled since 925e63e Thanks, Thibaut PS: I’m not subscribed

[LEDE-DEV] [RFC] filesystem-agnostic sysupgrade backup system

2017-11-16 Thread Thibaut VARÈNE
Hi, Following up on [1], I propose a different way of handling sysupgrade backups that would no longer rely on a filesystem stub (jffs2, ubifs or otherwise). Note: the following elements describe squashfs with jffs2 overlay images, but I suspect they apply to more cases (ubifs…). Current statu

Re: [LEDE-DEV] [RFC] filesystem-agnostic sysupgrade backup system

2017-11-16 Thread Thibaut VARÈNE
> On 16 Nov 2017, at 14:05, Thibaut VARÈNE wrote: > > Notes: > - The proposed system does put more strain on the RAM usage during upgrade > than the existing system. does *not* put more strain, sorry. T. PS: I’m not subscribed _

[LEDE-DEV] [PATCH] ar71xx: add support for RB-941-2nD

2017-01-04 Thread Thibaut VARENE
>From e55aa1ddff1563d582b456807f20c0457fcaed77 Mon Sep 17 00:00:00 2001 From: Thibaut VARENE Date: Wed, 4 Jan 2017 22:44:54 +0100 Subject: [PATCH] ar71xx: add support for RB-941-2nD Add full support for Mikrotik RB-941-2nD (hAP lite) Original patch by Sergey Sergeev and more information

Re: [LEDE-DEV] [PATCH] ar71xx: add support for RB-941-2nD

2017-01-06 Thread Thibaut VARENE
I’m sorry, I’ve just realized there’s one change that I missed in the patch I sent, which is necessary for it to work: Signed-off-by: Thibaut VARENE --- include/image.mk |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/image.mk b/include/image.mk index 93c3bbd..1405f46