Re: [PATCH] failsafe: run on all consoles listed in /proc/cmdline

2022-06-05 Thread Nathan Lutchansky
On Sun, 5 Jun 2022, Mark Mentovai wrote: By running shells on all consoles listed in /proc/cmdline, failsafe mode will work correctly on devices with a serial console (like apu2), and the same image without any need for reconfiguration can be shared by devices with the more traditional (for

[PATCH] ath79: ag71xx-mdio: remove phy-mask property

2022-06-05 Thread Sander Vanheule
The phy-mask property is read by the ag71xx-mdio driver to set the mii_bus's phy_mask field. On OF platforms, the devicetree is expected to provide all present ethernet phy-s however, so the phy_mask field is later set to all-ones. Having a devicetree override is of no use then, so let's drop it.

[PATCH] failsafe: run on all consoles listed in /proc/cmdline

2022-06-05 Thread Mark Mentovai
On x86, when both CONFIG_GRUB_CONSOLE and CONFIG_GRUB_SERIAL are set (as they are by default), the kernel command line will have two console= entries, such as console=tty0 console=ttyS0,115200n8 Failsafe was only running a shell on the first defined console, the VGA console. This is a

[PATCH v2] failsafe: run on all consoles listed in /proc/cmdline

2022-06-05 Thread Mark Mentovai
On x86, when both CONFIG_GRUB_CONSOLE and CONFIG_GRUB_SERIAL are set (as they are by default), the kernel command line will have two console= entries, such as console=tty0 console=ttyS0,115200n8 Failsafe was only running a shell on the first defined console, the VGA console. This is a

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

2022-06-05 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

Re: [PATCH] nls.mk: clean up INTL flags

2022-06-05 Thread Rosen Penev
On Sun, Jun 5, 2022 at 11:02 AM Sebastian Kemper wrote: > > gettext (libintl-stub) was removed in commit [1], so the libintl-stub > lib and include directories aren't existing anymore. This commit cleans > up the INTL flags for the BUILD_NLS=n case. > > [1]

[PATCH] nls.mk: clean up INTL flags

2022-06-05 Thread Sebastian Kemper
gettext (libintl-stub) was removed in commit [1], so the libintl-stub lib and include directories aren't existing anymore. This commit cleans up the INTL flags for the BUILD_NLS=n case. [1] e6f569406ffe1d9e35b9b9ea36f38cdd5837728d Signed-off-by: Sebastian Kemper --- include/nls.mk | 14