[OpenWrt-Devel] [PATCH 1/2] tools: mktplinkfw2: add split-uboot layout

2018-12-03 Thread David Bauer
This commit adds the split-uboot partition layout used by the Archer C50 v4 to mktplinkfw2. Signed-off-by: David Bauer --- tools/firmware-utils/src/mktplinkfw2.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw2.c

[OpenWrt-Devel] [PATCH 2/2] ramips: add support for Archer C50 v4

2018-12-03 Thread David Bauer
This adds support for the TP-Link Archer C50 v4. It uses the same hardware as the v3 variant, sharing the same FCC-ID. CPU: MediaTek MT7628 (580MHz) RAM: 64M DDR2 FLASH: 8M SPI WiFi: 2.4GHz 2x2 MT7628 b/g/n integrated WiFI: 5GHz 2x2 MT7612 a/n/ac ETH: 1x WAN 4x LAN LED: Power, WiFi2,

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread Karl Palsson
John Crispin wrote: > > On 03/12/2018 19:04, Henrique de Moraes Holschuh wrote: > > (openwrt-adm dropped from this subthread) > > > > Em 03/12/2018 15:29, Stijn Segers escreveu: > >> Op ma, 3 dec 2018 om 5:51 , schreef John Crispin : > >>> The idea was to fade out ar71xx after the next release

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread David Bauer
Hello Henrique, On 03.12.18 19:04, Henrique de Moraes Holschuh wrote: > Is there a viable way to "sysupgrade" from ar71xx to ath79? > > Even if it would require a model-by-model "update map" for the > lower-level stuff (LEDs, switch ports?, etc), that would be valuable. > Otherwise, it will be

Re: [OpenWrt-Devel] [PATCH] jffs2: Fix use of uninitialized delayed_work, lockdep breakage

2018-12-03 Thread John Crispin
On 03/12/2018 23:56, Daniel Santos wrote: On 11/24/18 8:05 AM, Hauke Mehrtens wrote: On 10/19/18 10:59 AM, Daniel Santos wrote: [snip] We would like to reduce the number of patches we ship in OpenWrt on top of the mainline Linux kernel. Please send this to the upstream Maintainer of the jffs

Re: [OpenWrt-Devel] [PATCH] jffs2: Fix use of uninitialized delayed_work, lockdep breakage

2018-12-03 Thread Daniel Santos
On 11/24/18 8:05 AM, Hauke Mehrtens wrote: > On 10/19/18 10:59 AM, Daniel Santos wrote: > [snip] > We would like to reduce the number of patches we ship in OpenWrt on top > of the mainline Linux kernel. > > Please send this to the upstream Maintainer of the jffs driver in the > mainline Linux

Re: [OpenWrt-Devel] [PATCH] build: depend on host zip tool

2018-12-03 Thread Daniel Engberg
On 2018-12-03 23:05, Paul Oranje wrote: Op 3 dec. 2018, om 10:57 heeft Daniel Engberg het volgende geschreven: Hi, Perhaps its worth considering adding bsdtar / libarchive (https://www.libarchive.org/) instead which handles various formats including zip (via zlib) and is still active?

Re: [OpenWrt-Devel] [PATCH] build: depend on host zip tool

2018-12-03 Thread Paul Oranje
> Op 3 dec. 2018, om 10:57 heeft Daniel Engberg > het volgende geschreven: > > Hi, > > Perhaps its worth considering adding bsdtar / libarchive > (https://www.libarchive.org/) instead which handles various formats including > zip (via zlib) and is still active? Another possible benefit would

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread Kevin 'ldir' Darbyshire-Bryant
> On 3 Dec 2018, at 18:23, Petr Štetiar wrote: > > On December 3, 2018 6:04:28 PM UTC, Henrique de Moraes Holschuh > wrote: >> (openwrt-adm dropped from this subthread) >> >> Is there a viable way to "sysupgrade" from ar71xx to ath79? > > Have you tried it? It didn't work for you? > >>

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread John Crispin
On 03/12/2018 19:50, Henrique de Moraes Holschuh wrote: Apparently I was working on outdated information (likely from the early days of ath79).  Likely I got it from the ML archive or an older forum post.  Sorry about the noise (and happy it is supposed to just work!). all cool, this is

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread Henrique de Moraes Holschuh
Em 03/12/2018 16:23, Petr Štetiar escreveu: On December 3, 2018 6:04:28 PM UTC, Henrique de Moraes Holschuh wrote: (openwrt-adm dropped from this subthread) Is there a viable way to "sysupgrade" from ar71xx to ath79? Have you tried it? It didn't work for you? Even if it would require a

Re: [OpenWrt-Devel] ar71xx Vs ath79

2018-12-03 Thread David Bauer
Hello John, > The idea was to fade out ar71xx after the next release and only accept > new boards for ath79. However i'd been fine taking that step as of now. > i have noticed that the ath79 patches far out number the ar71xx ones. we > have lots of patches that migrate boards and i have seen a

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread Petr Štetiar
On December 3, 2018 6:04:28 PM UTC, Henrique de Moraes Holschuh wrote: >(openwrt-adm dropped from this subthread) > >Is there a viable way to "sysupgrade" from ar71xx to ath79? Have you tried it? It didn't work for you? >Even if it would require a model-by-model "update map" for the

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread John Crispin
On 03/12/2018 19:04, Henrique de Moraes Holschuh wrote: (openwrt-adm dropped from this subthread) Em 03/12/2018 15:29, Stijn Segers escreveu: Op ma, 3 dec 2018 om 5:51 , schreef John Crispin : The idea was to fade out ar71xx after the next release and only accept new boards for ath79.

Re: [OpenWrt-Devel] ar71xx Vs ath79 -- sysupgrade

2018-12-03 Thread Henrique de Moraes Holschuh
(openwrt-adm dropped from this subthread) Em 03/12/2018 15:29, Stijn Segers escreveu: Op ma, 3 dec 2018 om 5:51 , schreef John Crispin : The idea was to fade out ar71xx after the next release and only accept new boards for ath79. However i'd been fine taking that step as of now. i have noticed

Re: [OpenWrt-Devel] ar71xx Vs ath79

2018-12-03 Thread Stijn Segers
Op ma, 3 dec 2018 om 5:51 , schreef John Crispin : On 03/12/2018 16:56, Petr Štetiar wrote: > Hi, > > I'm just going through the oldest PRs on GitHub, and I've noticed, that ath79 > submissions are being more preferred between maintainers and that ar71xx PRs > are basically stalled, there

Re: [OpenWrt-Devel] OpenWrt Roadmap

2018-12-03 Thread Fernando Frediani
Has this discussion gone anywhere ? Are we keeping LEDE 17.01 for a little while under these conditions or not ? Regards Fernando On 12/11/2018 18:57, Fernando Frediani wrote: Totally agree with Luiz. That was the idea behind this proposal and you managed to even easier words. Alberto, the

Re: [OpenWrt-Devel] ar71xx Vs ath79

2018-12-03 Thread John Crispin
On 03/12/2018 16:56, Petr Štetiar wrote: Hi, I'm just going through the oldest PRs on GitHub, and I've noticed, that ath79 submissions are being more preferred between maintainers and that ar71xx PRs are basically stalled, there are 24 open PRs for ar71xx Vs 14 open PRs for ath79. So I'm

Re: [OpenWrt-Devel] ar71xx Vs ath79

2018-12-03 Thread Hannu Nyman
Petr Štetiar kirjoitti 3.12.2018 klo 17:56: I'm just going through the oldest PRs on GitHub, and I've noticed, that ath79 submissions are being more preferred between maintainers and that ar71xx PRs are basically stalled, there are 24 open PRs for ar71xx Vs 14 open PRs for ath79. So I'm

[OpenWrt-Devel] ar71xx Vs ath79

2018-12-03 Thread Petr Štetiar
Hi, I'm just going through the oldest PRs on GitHub, and I've noticed, that ath79 submissions are being more preferred between maintainers and that ar71xx PRs are basically stalled, there are 24 open PRs for ar71xx Vs 14 open PRs for ath79. So I'm wondering, what's the plan, is ar71xx being

[OpenWrt-Devel] [PATCH] fstools: add middle layer (original root overlay) to overlayfs when pivot the /overlay to the USB disk.

2018-12-03 Thread Andrzej Lossowsk
Currently after pivot to the USB disk (extroot), configuration and data from original root overlay are gone. Still accessible, but all previous configuration steps must be repeated (or data from original root overlay must be copied to new USB disk overlay). The idea is to "merge" original root

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: add DT binding support to AVM EVA parser

2018-12-03 Thread David Bauer
Hello John, On 03.12.18 07:24, John Crispin wrote: @@ -79,9 +80,19 @@ static int mtdsplit_parse_eva(struct mtd_info *master,   return EVA_NR_PARTS;   } +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0) Hi, the kernel version check is not required and can be dropped i believe    John

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: enable LEDS_TRIGGER_MTD support

2018-12-03 Thread John Crispin
On 03/12/2018 09:37, Florian Eckert wrote: Hello John this is a very specific feature and I dont see any devices in tree using the driver. it'll increase the image size and we have several small flashed units in the target. cant you simplly make it AutoProbe during preinit ? there is next to

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: enable LEDS_TRIGGER_MTD support

2018-12-03 Thread Florian Eckert
Hello John this is a very specific feature and I dont see any devices in tree using the driver. It is also correct that no image use this trigger per default. But it is still possible for someone to put this trigger on a user defined LED if he wants. it'll increase the image size and we

Re: [OpenWrt-Devel] Add support for kernel 4.19

2018-12-03 Thread Daniel Engberg
Hi Hauke! First of all, great work and also thanks to the others who contributed! I gave this a try on my Orange Pi PC (Allwinner H3) and it seems to run fine overall. Ethernet TX is a bit slow (~65mbit using iperf3) while RX does full line speed (~94mbit) more or less and USB also seems to

Re: [OpenWrt-Devel] [PATCH] build: depend on host zip tool

2018-12-03 Thread Daniel Engberg
Hi, Perhaps its worth considering adding bsdtar / libarchive (https://www.libarchive.org/) instead which handles various formats including zip (via zlib) and is still active? Another possible benefit would be that you would consolidate a few more tools into one. Best regards, Daniel

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: enable LEDS_TRIGGER_MTD support

2018-12-03 Thread Florian Eckert
Hello John this is a very specific feature and I dont see any devices in tree using the driver. it'll increase the image size and we have several small flashed units in the target. cant you simplly make it AutoProbe during preinit ? there is next to no flash activity until preinit anyway.