Re: Installation error for libncursesw6

2021-04-25 Thread Philip Prindeville
> On Mar 1, 2021, at 10:54 PM, Hannu Nyman wrote: > > Philip Prindeville kirjoitti 2.3.2021 klo 0.37: >>> On Mar 1, 2021, at 7:00 AM, Hannu Nyman wrote: >>> >>> Philip Prindeville philipp_subx at redfish-solutions.com wrote at Mon Mar 1 >>> 02:11:20 EST 2021: Is there a workaround to fo

Re: Brokenness of the OpenWrt "packages" repo

2021-04-25 Thread Bjørn Mork
Etienne Champetier writes: > Are you trying at the same time to complain about not run-tested > updates and possibly having packages not up to date ? No. The package was fine before the version was changed. In fact, it was in much better shape before it was changed to a development version by

[PATCH 19.07] ramips: mt7530 swconfig: fix race condition in register access

2021-04-25 Thread DENG Qingfang
[ Upstream commit f99c9cd9c4d4c49a676d678327546fd41690fe2a ] The mt7530_{r,w}32 operation over MDIO uses 3 mdiobus operations and does not hold a lock, which causes a race condition when multiple threads try to access a register, they may get unexpected results. To avoid this, handle the MDIO loc

[PATCH 2/2] toolchain/binutils: add binutils 2.36.1

2021-04-25 Thread DENG Qingfang
Add binutils version 2.36.1 Signed-off-by: DENG Qingfang --- toolchain/binutils/Config.in | 4 ++ toolchain/binutils/Config.version | 6 ++- toolchain/binutils/Makefile | 4 ++ .../2.36.1/300-001_ld_makefile_patch.patch| 22 +++ .../4

[PATCH 1/2] toolchain/binutils: update to 2.35.2

2021-04-25 Thread DENG Qingfang
Update binutils 2.35 to 2.35.2 Signed-off-by: DENG Qingfang --- toolchain/binutils/Config.in| 6 +++--- toolchain/binutils/Config.version | 4 ++-- toolchain/binutils/Makefile | 4 ++-- .../{2.35.1 => 2.35.

Re: Brokenness of the OpenWrt "packages" repo (was: Re: [PATCH] Revert "dbus: update to 1.13.18")

2021-04-25 Thread Etienne Champetier
Hi Bjørn, Le dim. 25 avr. 2021 à 09:53, Bjørn Mork a écrit : > > Rosen Penev writes: > > > Why was this sent here? dbus is in the packages feed. > > Sorry, I assumed that was obvious. I'll explain > > There is a continous push to move packages from the OpenWrt core repo to > the "packages" repo

RE: [PATCH] ramips: add support for Wavlink WL-WN578A2

2021-04-25 Thread Adrian Schmutzler
Hi, comments inline. Nothing really serious ... > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of dev.aldr...@gmail.com > Sent: Donnerstag, 22. April 2021 21:24 > To: openwrt-devel@lists.openwrt.org > Cc: Thomas Aldrian > Subject:

RE: [PATCH v2] imagebuilder, sdk: unset BINARY_FOLDER and DOWNLOAD_FOLDER in final archives

2021-04-25 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Sven Roederer > Sent: Samstag, 24. April 2021 23:48 > To: openwrt-devel@lists.openwrt.org > Subject: [PATCH v2] imagebuilder, sdk: unset BINARY_FOLDER and > DOWNLOAD_FOLDER in fin

[PATCH] mvebu: LS421DE: improve pin configuration

2021-04-25 Thread Daniel González Cabanelas
The CLK125 output pin at the ethernet PHY is directly connected to AVDD18 and nowhere else. Disable it, also tune the LED masks. The MPP56 and MPP60 pins at the SoC are conected to the μPD720202 USB3.0 chip: - MPP56 is wired to PCIe CLKREQ# (out) - MPP60 is wired to PCIe RESET# (in) Configure

[sdwalker/sdwalker.github.io] b73d21: This week's update

2021-04-25 Thread Stephen Walker 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 --- Branch: refs/heads/master Home

Brokenness of the OpenWrt "packages" repo (was: Re: [PATCH] Revert "dbus: update to 1.13.18")

2021-04-25 Thread Bjørn Mork
Rosen Penev writes: > Why was this sent here? dbus is in the packages feed. Sorry, I assumed that was obvious. I'll explain There is a continous push to move packages from the OpenWrt core repo to the "packages" repo. This would have been fine if both these repos could be trusted. Unfortunate

[PATCH procd v2] inittab: use /dev/console for serial console if exists

2021-04-25 Thread Gaurav Pathak
Use "/dev/console" device node if it is present, before trying "/sys/class/tty/console/active" in case if console kernel command line is not provided during boot and to allow container environment to use it as login PTY console. Signed-off-by: Gaurav Pathak Signed-off-by: Daniel Golle --- Instea

[PATCH] ath79: add missing CONFIG symbol for testing kernel 5.10

2021-04-25 Thread Russell Senior
CONFIG_MFD_RB4XX_CPLD is missing from the testing kernel config, add it disabled Signed-off-by: Russell Senior --- target/linux/ath79/config-5.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10 index 9aa320dcda..d4abddb445 100

Re: [RFC] procd: Use /dev/console for serial console if exists

2021-04-25 Thread Paul Spooren
Apr 25, 2021 8:34:06 AM Gaurav Pathak : inittab.c: Use "/dev/console" character device (5,1) if it is present, before trying "/sys/class/tty/console/active" in case if console kernel command line is not provided during boot and to allow container environment to use it as login PTY console. Sig