[PATCH v2 5/5] zynq: switch to kernel 5.10

2021-10-09 Thread Luis Araneda
Use kernel 5.10 by default compile-tested: all devices from target (wth ALL_KMODS) run-tested: Digilent Zybo Z7-20 Signed-off-by: Luis Araneda --- target/linux/zynq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefi

[PATCH v2 4/5] zynq: kernel: update config for 5.10

2021-10-09 Thread Luis Araneda
Update config with make kernel_oldconfig Signed-off-by: Luis Araneda --- target/linux/zynq/config-5.10 | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/target/linux/zynq/config-5.10 b/target/linux/zynq/config-5.10 index 38538789d8..d18bb39d8d 100644

[PATCH v2 1/5] zynq: kernel: refresh config

2021-10-09 Thread Luis Araneda
using "make kernel_oldconfig" Several configs are now part of generic Signed-off-by: Luis Araneda --- target/linux/zynq/config-5.4 | 96 +--- 1 file changed, 2 insertions(+), 94 deletions(-) diff --git a/target/linux/zynq/config-5.4 b/target/linux/zynq/config-5.

[PATCH v2 3/5] zynq: kernel: copy config from 5.4 to 5.10

2021-10-09 Thread Luis Araneda
Signed-off-by: Luis Araneda --- target/linux/zynq/config-5.10 | 550 ++ 1 file changed, 550 insertions(+) create mode 100644 target/linux/zynq/config-5.10 diff --git a/target/linux/zynq/config-5.10 b/target/linux/zynq/config-5.10 new file mode 100644 index 00

[PATCH v2 0/5] zynq: add support for kernel 5.10 and switch to it by default

2021-10-09 Thread Luis Araneda
This series adds support for kernel 5.10 and then switches to it by default. The second patch removes the wireless extensions symbols from the target kernel config to fix the compilation of several wireless drivers that require support for it. As the series is introducing and switching to 5.10, I

[PATCH v2 2/5] zynq: kernel: remove wireless extensions symbols

2021-10-09 Thread Luis Araneda
This fixes compilation of several wireless drivers that require support for the old wireless extension to work. One example is kmod-hermes. The symbols are set to "y" on generic configuration. But they were wrongly disabled on the target-specific configuration. Signed-off-by: Luis Araneda --- t

Re: Release goals for 22.XX

2021-10-09 Thread Sergey Ryazanov
Hello Rui, On Fri, Oct 8, 2021 at 4:40 PM Rui Salvaterra wrote: > On Fri, 8 Oct 2021 at 11:09, Rui Salvaterra wrote: >> Nothing in this target has more than 32 MiB of RAM (most devices have >> 16 MiB) [1]. Just put it out of its misery. :) > > Scratch that. After chatting with dangole, there may

RE: [RFT 5/5] realtek: support Trendnet TPE-082WS V1

2021-10-09 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Dienstag, 5. Oktober 2021 21:40 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser > Subject: [RFT 5/5] realtek: support Trendnet TPE-082WS V1 > > Acc

RE: [RFT 4/5] realtek: support D-Link DGS-1210-10P H/W:R1

2021-10-09 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Dienstag, 5. Oktober 2021 21:40 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser > Subject: [RFT 4/5] realtek: support D-Link DGS-1210-10P H/W:R1 >

RE: [RFT 3/5] realtek: add non-PoE version of DGS-1210-10 F1

2021-10-09 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Dienstag, 5. Oktober 2021 21:40 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser > Subject: [RFT 3/5] realtek: add non-PoE version of DGS-1210-10 F1

RE: [RFT 1/5] realtek: split DGS-1210-10P DTS

2021-10-09 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Dienstag, 5. Oktober 2021 21:40 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser > Subject: [RFT 1/5] realtek: split DGS-1210-10P DTS > > In preparations

RE: [RFT 1/5] realtek: split DGS-1210-10P DTS

2021-10-09 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Fertser > Sent: Dienstag, 5. Oktober 2021 21:40 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Fertser > Subject: [RFT 1/5] realtek: split DGS-1210-10P DTS > > In prepara

[PATCH] gemini: splash banner on framebuffer console

2021-10-09 Thread Linus Walleij
The D-Link DIR-685 has a small screen with a framebuffer console, so if we have this, when we start, display the banner on this framebuffer console so the user know they are running OpenWRT as root filesystem. Signed-off-by: Linus Walleij --- target/linux/gemini/base-files/etc/board.d/03_splash