<nbd>
seems to me like the dev that copied the package to tools/ may have had it as an uncommitted private patch or something like that
<nbd>
either way, it's a pointless patch and we should just delete it
<robimarko_>
Yeah, I am cleaning up e2fsprogs other patches, so with this one gone there are none left
<nbd>
cool
gromero has joined #openwrt-devel
<mrkiko>
nbd: I had to disable 2.4 ghz on mt7996, since it prevented FaceTime / Apple iPhones to work correctly, no problems in 5 ghz. I can tell you it's not related to the mt7996 firmware updates, but didn't bisect it
<mrkiko>
duplicate, but seems to contain some network stuff
<cmonroe>
mrkiko: any chance your client is/was using 11n rates at the time you had issues on 2.4G w/MT7996? depending on iPhone model, if it does not support 11ax then it was most certainly using 11n rates.. if it is newer and supports 11ax you'd have to check iw/iwinfo at the time of the issue to see.
<robimarko_>
mrkiko: Its as broken as previous ones
<robimarko_>
Just another half-baked push
<robimarko_>
They just included interface config but there is no drivers for it at all being enabled
<mrkiko>
cmonroe: thanks for the hint! I guess both iPhones do support AX; one is iPhone SE 2020, the other iPhone SE 2022
<mrkiko>
robimarko_: uhmmm... wondering what they are trying to achieve here
<robimarko_>
I have no idea, but I am not wasting time reviewing that to see them abandon it like the 2 previous ones
<robimarko_>
Mangix: I get the change, but it effectively changes the behaviour as now it doesnt really try and link against libuuid to check if symbol is valid
<Mangix>
autotools doesn't really support that
<robimarko_>
That sucks
<Mangix>
In any case, uuid.pc is provided by util-linux only.
<robimarko_>
If only AC_CHECK_LIB actually used pkg-config
<Mangix>
pkg-config is something that is just tacked on in autotools. It's not a first class citizen like in meson
* Mangix
spent hours yesterday trying to get this stuff working
<Mangix>
I tried combining AC_CHECK_LIB and AC_SEARCH_LIB with pkgconfig. Didn't work well.
<ryanrsrs>
I got the ambient light sensor working on the TP-Link/Google OnHub. It's an analog photodiode connected to the interrupt pin of the RGB LED driver. The LED driver has a test mode that can measure the voltage on the INT pin, ha ha.
<JiiPee>
Hello. I have been unable to find any guide to make isolated wireguard vpn server setup. And what I mean by isolated: lan have network 10.10.10.0/24, wireguard have network 10.10.11.0/24 and I do not want that wireguard network have access to lan