Re: Compile only root filesystem like Buildroot

2023-01-08 Thread Arınç ÜNAL
Quoting me and Luiz's message. On 9.01.2023 05:17, Luiz Angelo Daros de Luca wrote: Hi Arınç, Is it possible to create a root filesystem archive? CONFIG_TARGET_ROOTFS_TARGZ ? Ah, of course. Thanks. OpenWrt filesystem hasn’t got /init. I get this error when I link the filesystem with

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-08 Thread Brian Norris
On Sun, Jan 8, 2023 at 1:37 PM Thibaut wrote: > > Le 8 janv. 2023 à 21:53, Christian Marangi a écrit : > > > > On Sun, Jan 08, 2023 at 09:00:58PM +0100, Petr Štetiar wrote: > >> Brian Norris [2023-01-06 23:49:44]: > >> > >> Hi Brian, > >> > >>> I need to express a per-target dependency on the

OpenWrt 22.03.3 third service release

2023-01-08 Thread Hauke Mehrtens
Hi, The OpenWrt community is proud to announce the newest stable release of the OpenWrt 22.03 stable version series. It fixes security issues, improves device support, and brings a few bug fixes. Download firmware images using the OpenWrt Firmware Selector: *

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

2023-01-08 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 v2 6/7] coreutils: Import from packages feed

2023-01-08 Thread Thibaut
> Le 8 janv. 2023 à 21:53, Christian Marangi a écrit : > > On Sun, Jan 08, 2023 at 09:00:58PM +0100, Petr Štetiar wrote: >> Brian Norris [2023-01-06 23:49:44]: >> >> Hi Brian, >> >>> I need to express a per-target dependency on the 'base64' utility, and >>> that's seemingly impossible to do

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-08 Thread Christian Marangi
On Sun, Jan 08, 2023 at 09:00:58PM +0100, Petr Štetiar wrote: > Brian Norris [2023-01-06 23:49:44]: > > Hi Brian, > > > I need to express a per-target dependency on the 'base64' utility, and > > that's seemingly impossible to do for busybox. > > --- a/target/linux/ipq806x/Makefile >

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-08 Thread Petr Štetiar
Brian Norris [2023-01-06 23:49:44]: Hi Brian, > I need to express a per-target dependency on the 'base64' utility, and > that's seemingly impossible to do for busybox. --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -15,6 +15,11 @@

Compile only root filesystem like Buildroot

2023-01-08 Thread Arınç ÜNAL
Is it possible to create a root filesystem archive? Is there a directory where the final filesystem is extracted before turned to a squashfs image? I know there's buildroot for this but I want to use LuCI, buildroot seems to only have uci. Arınç

Re: [PATCH v4] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-08 Thread Arınç ÜNAL
On 8.01.2023 19:03, Harm Berntsen wrote: The Arcadyan WE420223-99 is a WiFi AC simultaneous dual-band access point distributed as Experia WiFi by KPN in the Netherlands. It features two ethernet ports and 2 internal antennas. Specifications -- SOC : Mediatek MT7621AT ETH : Two 1

[PATCH v4] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-08 Thread Harm Berntsen 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 --- The Arcadyan WE420223-99 is a

Re: [PATCH v2 6/7] coreutils: Import from packages feed

2023-01-08 Thread edgar . soldin
On 08.01.2023 00:02, Thibaut wrote: Le 7 janv. 2023 à 22:41, Robert Marko a écrit : On Sat, 7 Jan 2023 at 16:26, Thibaut VARÈNE wrote: Le 7 janv. 2023 à 15:06, Christian Marangi a écrit : On Fri, Jan 06, 2023 at 11:49:44PM -0800, Brian Norris wrote: I need to express a per-target

Re: [PATCH] archs38: mark as source-only

2023-01-08 Thread Robert Marko
On Thu, 29 Dec 2022 at 19:23, Robert Marko wrote: > > archs38 seems to be pretty much unused, usually only treewide changes or > kernel bumps in order to branch off new stable are done to it. > > Considering that target only support some Synopsis HS38 ARC reference > boards and no consumer

Re: BCM53xx on D-Link DIR-890L - 2MB max problem

2023-01-08 Thread Linus Walleij
On Sun, Jan 8, 2023 at 9:48 AM Arınç ÜNAL wrote: > Then why is it CFE that tries to decompress the image in this case? This > is what I understand when I look at the log Linus put. The CFE on BCM53xx always expects an LZMA object inside a SEAMA container I think, we take the already compressed

Re: BCM53xx on D-Link DIR-890L - 2MB max problem

2023-01-08 Thread Arınç ÜNAL
Funny Linus thought to mention me since I've been working on booting stuff on arm and mips boards very recently. On 8.01.2023 06:18, Chuanhong Guo wrote: Hi! On Sun, Jan 8, 2023 at 7:38 AM Linus Walleij wrote: I guess trying to figure out what lzma-loader does and implement the same for ARM