Re: [PATCH] mvebu: cortexa9: fix missing wpad and iwinfo in images

2021-02-13 Thread Petr Štetiar
Tomasz Maciej Nowak [2021-02-13 16:35:29]: Hi, (adding Roman to Cc:) > Seems like Petr has joined the circle of the ones being fooled by [1], > there's also one PR [2] pending because o that. thanks for the info, I've assigned it to myself now and will look into it later. > 1.

Re: [PATCH] mvebu: cortexa9: fix missing wpad and iwinfo in images

2021-02-13 Thread Petr Štetiar
Adrian Schmutzler [2021-02-13 15:49:17]: Hi, > > Seem like I need to prepare v2 as although I now have wpad/iwinfo in the > > image, I'm still missing ath10 and ath9k wireless modules... > > Is this about initramfs or why does it have to be DEFAULT_PACKAGES here? why do you think, that

[no subject]

2021-02-13 Thread Roman Kuzmitskii 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 --- Hello, it would be nice if we

[PATCH] ramips: remove factory image for TP-Link Archer C2 v1

2021-02-13 Thread Stijn Segers
Initial commit 8375623a06 contains detailed installation instructions, which do not mention a factory image. From what I can see, no support to install OpenWrt through the vendor web interface has been added since. The factory image is also conspicuously absent from the device page in the wiki.

[PATCH] ramips: overwrite reset gpio properties in DIR-860L DTS

2021-02-13 Thread Stijn Segers
As suggested by Sergio, this adds GPIOs 19 and 8 explicitly into the DIR-860L DTS, so the PCI-E ports get reset and the N radio (radio1) on PCI-E port 1 comes up reliably. Fixes the following error that popped up in dmesg: [1.638942] mt7621-pci 1e14.pcie: pcie1 no card, disable it

Re: [PATCH] ramips: overwrite reset gpio properties in DIR-860L DTS

2021-02-13 Thread Sergio Paracuellos
On Sat, Feb 13, 2021 at 10:51 AM Stijn Segers wrote: > > As suggested by Sergio, this adds GPIOs 19 and 8 explicitly into the > DIR-860L DTS, so the PCI-E ports get reset and the N radio (radio1) > on PCI-E port 1 comes up reliably. > > Fixes the following error that popped up in dmesg: > > [

Re: [PATCH] ramips: overwrite reset gpio properties in DIR-860L DTS

2021-02-13 Thread Chuanhong Guo
Hi! On Sat, Feb 13, 2021 at 5:55 PM Stijn Segers wrote: > > As suggested by Sergio, this adds GPIOs 19 and 8 explicitly into the > DIR-860L DTS, so the PCI-E ports get reset and the N radio (radio1) > on PCI-E port 1 comes up reliably. > > Fixes the following error that popped up in dmesg: > >

RE: [PATCH] mvebu: cortexa9: fix missing wpad and iwinfo in images

2021-02-13 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Petr Štetiar > Sent: Samstag, 13. Februar 2021 08:26 > To: openwrt-devel@lists.openwrt.org > Cc: Tomasz Maciej Nowak ; Klaus Kudielka > > Subject: Re: [PATCH] mvebu: cortexa9:

Re: [PATCH] ramips: overwrite reset gpio properties in DIR-860L DTS

2021-02-13 Thread Stijn Segers
Hi, Op zaterdag 13 februari 2021 om 18u23 schreef Chuanhong Guo : Hi! On Sat, Feb 13, 2021 at 5:55 PM Stijn Segers wrote: As suggested by Sergio, this adds GPIOs 19 and 8 explicitly into the DIR-860L DTS, so the PCI-E ports get reset and the N radio (radio1) on PCI-E port 1 comes up

Commit e95b1b23f1b6951318d6c6caf3803fb933f71a6c kernel: bump 5.4 to 5.4.97 kills mt7621/dir860l

2021-02-13 Thread Russell Senior
I tried building head a few hours ago and got a boot failure (they vary), bisected it back to this commit. The failure manifests as a lockup about here: [...] [1.141782] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module [1.157487] mtk_soc_eth 1e10.ethernet eth0: mediatek frame

Re: [PATCH] mvebu: cortexa9: fix missing wpad and iwinfo in images

2021-02-13 Thread Tomasz Maciej Nowak
Hi. W dniu 13.02.2021 o 15:49, Adrian Schmutzler pisze: > Hi, > >> -Original Message- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >> On Behalf Of Petr Štetiar >> Sent: Samstag, 13. Februar 2021 08:26 >> To: openwrt-devel@lists.openwrt.org >> Cc: Tomasz Maciej

RE: [PATCH] ramips: overwrite reset gpio properties in DIR-860L DTS

2021-02-13 Thread Adrian Schmutzler
Hi, > { > + pinctrl-names = "default"; > + pinctrl-0 = <_pins>; > + > + reset-gpios = < 19 GPIO_ACTIVE_LOW>, > + < 8 GPIO_ACTIVE_LOW>; > + > status = "okay"; > }; Please add the new content _after_ status=okay and an empty line in your v2. Best Adrian

RE: Commit e95b1b23f1b6951318d6c6caf3803fb933f71a6c kernel: bump 5.4 to 5.4.97 kills mt7621/dir860l

2021-02-13 Thread Adrian Schmutzler
> [1.176208] mt7621-pci 1e14.pcie: Parsing DT failed Is this introduced with the commit or has it been there before on this device? Best Adrian openpgp-digital-signature.asc Description: PGP signature ___ openwrt-devel mailing list

RE: Commit e95b1b23f1b6951318d6c6caf3803fb933f71a6c kernel: bump 5.4 to 5.4.97 kills mt7621/dir860l

2021-02-13 Thread Stijn Segers
Hi, Op zaterdag 13 februari 2021 om 18u05 schreef Adrian Schmutzler : [1.176208] mt7621-pci 1e14.pcie: Parsing DT failed Is this introduced with the commit or has it been there before on this device? This has been around for quite a while on MT7621. See also this comment on the

Re: [PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-13 Thread Philip Prindeville
> On Feb 12, 2021, at 10:52 AM, Ilya Lipnitskiy > wrote: > > Hi Philip, > > On Thu, Feb 11, 2021 at 11:23 PM Philip Prindeville > wrote: >> >> Minor nit, but please combine these into a single line: >> >> >> Please indent nested #if or #ifdef's. >> >> > I can make the style changes,

Re: [PATCH v2] fakeroot: fix to work with glibc 2.33

2021-02-13 Thread Ilya Lipnitskiy
> If they ask you to resubmit with changes, add that too please. Somehow I doubt that the upstream will be quick to respond, but one may hope :) I went ahead and fixed a couple more compiler warnings and an error when building with DEBUG enabled. I have also applied your suggested style changes.

[PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-13 Thread Ilya Lipnitskiy
The following commit removed _STAT_VER definitions from glibc: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e That subsequently broke fakeroot: https://bugs.archlinux.org/task/69572 https://bugzilla.redhat.com/show_bug.cgi?id=1889862#c13