[no subject]

2021-02-16 Thread Sebastian Careba via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Signed-off-by: Sebastian Careba

[no subject]

2021-02-16 Thread Sebastian Careba via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Signed-off-by: Sebastian Careba

Re: kernel 5.10: Wireguard wants some love

2021-02-16 Thread Ilya Lipnitskiy
I hacked on it in https://github.com/openwrt/openwrt/pull/3876, not too pretty, but we can remove the whole thing once 5.4 is gone. On Tue, Feb 16, 2021 at 4:22 PM Ansuel Smith wrote: > > The compat module is no longer required and complains > about wireguard included in kernel from version

Re: [PATCH] mpc85xx-p1010: add Kernel 5.10 support

2021-02-16 Thread David Bauer
Hi Daniel, On 2/17/21 4:21 AM, Daniel Golle wrote: > On Tue, Feb 16, 2021 at 11:48:04PM +0100, David Bauer wrote: >> Tested on: Sophos RED 15W >> >> The TP-Link WL-WDR4900 needs to be disabled when 5.10 becomes the >> default kernel. > > That's sad. Why? See the next sentence ;) as well as this

Re: [PATCH] mpc85xx-p1010: add Kernel 5.10 support

2021-02-16 Thread Daniel Golle
On Tue, Feb 16, 2021 at 11:48:04PM +0100, David Bauer wrote: > Tested on: Sophos RED 15W > > The TP-Link WL-WDR4900 needs to be disabled when 5.10 becomes the > default kernel. That's sad. Why? ___ openwrt-devel mailing list

[PATCH] generic: don't lock when recursively deleting partitions

2021-02-16 Thread David Bauer
When recursively deleting partitions, don't acquire the masters partition lock twice. Otherwise the process endy up in a deadlocked state. Signed-off-by: David Bauer --- ...when-recursively-deleting-partitions.patch | 24 +++ 1 file changed, 24 insertions(+) create mode 100644

[PATCH] openssl: bump to 1.1.1j

2021-02-16 Thread Eneas U de Queiroz
This fixes 4 security vulnerabilities/bugs: - CVE-2021-2839 - SSLv2 vulnerability. Openssl 1.1.1 does not support SSLv2, but the affected functions still exist. Considered just a bug. - CVE-2021-2840 - calls EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate may overflow the output

RE: [PATCH] ramips: mt7621: add TP-Link EAP235-Wall support

2021-02-16 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Sander Vanheule > Sent: Sonntag, 14. Februar 2021 11:03 > To: openwrt-devel@lists.openwrt.org > Cc: Sander Vanheule ; Stijn Segers > > Subject: [PATCH] ramips: mt7621: add

kernel 5.10: Wireguard wants some love

2021-02-16 Thread Ansuel Smith
The compat module is no longer required and complains about wireguard included in kernel from version 5.6. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] rockchip: add Kernel 5.10 support

2021-02-16 Thread David Bauer
Remove all upstreamed patches and add the kernel configuration for version 5.10. The Rock Pi 4 was split in multiple versions. Add a DTS with the old name in order to keep compatibility while having kernel 5.4 and 5.10 in parallel. Switch to the Rock Pi 4A DTS once Kernel 5.4 support is removed.

[PATCH] mpc85xx-p1010: add Kernel 5.10 support

2021-02-16 Thread David Bauer
Tested on: Sophos RED 15W The TP-Link WL-WDR4900 needs to be disabled when 5.10 becomes the default kernel. When building with all kmods enabled, the resulting kernel image exceeds the maximum size the bootloader reads from the flash. For more information, see GitHub issue #1773 Signed-off-by:

RE: [PATCH] ltq-vdsl-app: fix -Wundef warnings

2021-02-16 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Mathias Kresin > Sent: Dienstag, 16. Februar 2021 19:35 > To: openwrt-devel@lists.openwrt.org > Subject: [PATCH] ltq-vdsl-app: fix -Wundef warnings > > The following warnings

RE: [PATCH] lantiq: vr9: set the usb led trigger via devicetree

2021-02-16 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Mathias Kresin > Sent: Dienstag, 16. Februar 2021 19:35 > To: openwrt-devel@lists.openwrt.org > Subject: [PATCH] lantiq: vr9: set the usb led trigger via devicetree > > Assign

[PATCH] lantiq: ARV752DPW22: set the usb led trigger via devicetree

2021-02-16 Thread Mathias Kresin
Assign the usbdev trigger via devicetree and drop the userspace handling of the usb leds Add the PCI attached usb controller as trigger sources for the usb led as well. Signed-off-by: Mathias Kresin --- .../arch/mips/boot/dts/lantiq/danube.dtsi | 7 +

[PATCH] lantiq: vr9: set the usb led trigger via devicetree

2021-02-16 Thread Mathias Kresin
Assign the usbdev trigger via devicetree and drop the userspace handling of the usb leds. Signed-off-by: Mathias Kresin --- .../files/arch/mips/boot/dts/lantiq/vr9.dtsi | 14 ++ .../mips/boot/dts/lantiq/vr9_lantiq_easy80920.dtsi | 12 +++-

[PATCH] ltq-vdsl-app: fix -Wundef warnings

2021-02-16 Thread Mathias Kresin
The following warnings are shown during build: /usr/include/vdsl/cmv_message_format.h:33:6: warning: "MEI_SUPPORT_DEBUG_STREAMS" is not defined, evaluates to 0 [-Wundef] #if (MEI_SUPPORT_DEBUG_STREAMS == 1) ^ /usr/include/vdsl/drv_mei_cpe_interface.h:2256:6:

[PATCH] lantiq: ltq-tapi: disable KPI and QOS

2021-02-16 Thread Mathias Kresin
The QOS feature depends on KPI2UDP which was removed from the tree with commit a95775e4b2a9 ("drop unmaintained packages") in 2012. Since QOS was the last user of the KPI, the feature can be disabled by default. Signed-off-by: Mathias Kresin --- package/kernel/lantiq/ltq-tapi/Config.in | 4

[PATCH] lantiq: set maximum kernel size

2021-02-16 Thread Mathias Kresin
These boards have a fixed size kernel partition but do not limit the kernel size during image building. Disable image building for both boards as well, since the kernel of the last release as well as master are to big to fit into the 2 MByte kernel partition. Signed-off-by: Mathias Kresin ---

Re: [PATCH 21.02] feeds: freifunk: use mirror from openwrt.org

2021-02-16 Thread Perry
Hi, There is an issue on the freifunk repo exactly about this topic. https://github.com/freifunk/openwrt-packages/issues/37 Greets, Perry On 2/16/21 1:54 PM, Adrian Schmutzler wrote: > Hi, > >> -Original Message- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]

Re: [PATCH] build: prereq: drop support for Python 3.5

2021-02-16 Thread Andre Heider
Hi, On 16/02/2021 17:17, Petr Štetiar wrote: Andre Heider [2021-02-16 08:21:08]: Hi, The meson build system bumped their python requirement to 3.6 for the 0.57.0 release. This patch ensures that OpenWrt can update meson while still relying on the host python. Current buildbot images are

Re: [PATCH] build: prereq: drop support for Python 3.5

2021-02-16 Thread Petr Štetiar
Andre Heider [2021-02-16 08:21:08]: Hi, > The meson build system bumped their python requirement to 3.6 for the 0.57.0 > release. This patch ensures that OpenWrt can update meson while still > relying on the host python. Current buildbot images are based on Debian 9, which uses Python 3.5 so

Re: Submitting patches to core services...

2021-02-16 Thread John Crispin
Hi Luka, on this list, just prefix the patches with "ustream-ssl:" (or whatever) that way the according developer can find it     John On 16.02.21 16:20, Luka Logar wrote: Hi, I've implemented LuCI TLS user certificate authentication (instead of standard user/password). How/where do I

Submitting patches to core services...

2021-02-16 Thread Luka Logar
Hi, I've implemented LuCI TLS user certificate authentication (instead of standard user/password). How/where do I submit patches to rpcd, ustream-ssl, uhttpd and luci? Kind regards Luka ___ openwrt-devel mailing list

RE: [PATCH 21.02] feeds: freifunk: use mirror from openwrt.org

2021-02-16 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Petr Štetiar > Sent: Dienstag, 16. Februar 2021 10:31 > To: openwrt-devel@lists.openwrt.org > Cc: Petr Štetiar > Subject: [PATCH 21.02] feeds: freifunk: use mirror from

[PATCH 21.02] feeds: freifunk: use mirror from openwrt.org

2021-02-16 Thread Petr Štetiar
We shouldn't rely on GitHub for anything serious for obvious reasons. References: https://github.com/openwrt/openwrt/pull/3701#issuecomment-770841946 Signed-off-by: Petr Štetiar --- We've recently got following notice from GitHub: "If we determine that a violation has occurred, we may need