Re: Unpatched DNS bug affects millions of routers and IoT devices

2022-05-04 Thread Jo-Philipp Wich
Hi, > [QUOTE] > > The library uClibc and its fork from the OpenWRT team, uClibc-ng. Both > variants are widely used by major vendors like Netgear, Axis, and > Linksys, as well as Linux distributions suitable for embedded > applications. > > [/QUOTE] > > Does it affect my TP-link AC1200 wireless

Re: [PATCH] base-files: fix sysupgrade with ubi and kernel sharing partition

2022-05-04 Thread Lanchon
On 5/4/22 12:09, Sungbo Eo wrote: On 2022-05-02 17:10, Bjørn Mork wrote: I can understand that. I have not been able to find any other examples, so I have to take full responsibility for this unexpected configuration. I guess I thought it would make sense to have a "Kernel" partition large enou

Re: [PATCH] base-files: fix sysupgrade with ubi and kernel sharing partition

2022-05-04 Thread Bjørn Mork
Sungbo Eo writes: > On 2022-05-02 17:10, Bjørn Mork wrote: > >> Another alternative is of course to add another partition for the >> OpenWrt kernel (pointed to by $CI_KERNPART), keeping the "Kernel" as an >> unused container only. Maybe the safest solution? > > How about using partition nesting h

Unpatched DNS bug affects millions of routers and IoT devices

2022-05-04 Thread Turritopsis Dohrnii Teo En Ming
Subject: Unpatched DNS bug affects millions of routers and IoT devices Good day from Singapore, I have just come across this article. I saw OpenWRT being mentioned, so I thought of sharing this article. Article: Unpatched DNS bug affects millions of routers and IoT devices Link: https://www.ble

Re: [PATCH] base-files: fix sysupgrade with ubi and kernel sharing partition

2022-05-04 Thread Sungbo Eo
On 2022-05-02 17:10, Bjørn Mork wrote: > Lanchon writes: > >> hi, >> >> sorry for the delay. I didn't expect that kind of sharing. > > I can understand that. I have not been able to find any other examples, > so I have to take full responsibility for this unexpected configuration. > I guess I th

Re: OpenWrt 21.02.3 Third service release

2022-05-04 Thread Marcel Telka
On Fri, Apr 22, 2022 at 02:32:09PM +0200, Bas Mevissen via openwrt-devel wrote: > On 2022-04-21 00:21, Hauke Mehrtens wrote: > > Hi, > > > > The OpenWrt community is proud to announce the third service release > > of OpenWrt 21.02. It fixes security issues, improves device support, > > and brings

Re: [PATCH] ath79: consistent network configuration of 2-port APs

2022-05-04 Thread Henrique de Moraes Holschuh 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 --- Em 04/05/2022 06:04, Thibaut VARÈ

[PATCH v2] packages: nvram: add NVRAM quirks for bcm53xx target

2022-05-04 Thread Arınç ÜNAL
Add NVRAM quirks script for the bcm53xx target. Split NVRAM quirks for the bcm47xx and bcm53xx targets. Move clear partialboot NVRAM quirk for Linksys EA9500 here. Add set wireless LED behaviour quirk for Asus RT-AC88U. Use boot() instead of start() as nvram commands are meant to be executed only

Re: [PATCH] packages: nvram: add NVRAM quirks for bcm53xx target

2022-05-04 Thread Arınç ÜNAL
On 04/05/2022 00:55, Jo-Philipp Wich wrote: Hi, I think boot() would look better, but it would be good to keep this consistent with the bcm47xx code. Using boot() or start() does not make a big difference, boot() calls start() anyway. an "/etc/init.d/whatever restart" will not execute boot(),