<ynezz>
makes me wonder if we should remove support for JFFS2_NAND completely as there seems to be no users and folks should be using UBI for NAND flashes
<stintel>
KanjiMonster: I see you're already reviewing PR from the Apple / CSA guy, cool!
<ynezz>
ugh that rabbit hole is so deep, now I'm wondering if anyone is actually using mediatek/mt7629 devices, seems like the WiFi is crippled from the start? :P I cant see wpad-basic nor mt76 kernel drivers being included
<stintel>
hehe
goliath has quit [Quit: SIGSEGV]
goliath has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
robimarko has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
<stintel>
closing in on the hostapd commit that causes #13156
<stintel>
after this I might have a go at sending BSS Transition Request with BSS Termination bit set to all stations when doing sysupgrade for example
<stintel>
beats manually constructing the ubus call to send the BSS Transition Request
schwicht has joined #openwrt-devel
schwicht has quit []
dangole has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
schwicht has joined #openwrt-devel
<stintel>
e978072baaca886943c391b9a99066771ddc01a8 is the first bad commit
<stintel>
ynezz: do you want me to CC you in the mail I'm sending to hostap ML ?
<ynezz>
stintel: yep, thanks, nice catch
<stintel>
doesn't revert cleanly unfortunately
<stintel>
ugh, moderator approval
<stintel>
oh well I CC'd the person who introduced the bug, let's hope they come up with a fix soon
<stintel>
because this bug is seriously annoying
<stintel>
happens all the time
<stintel>
I suspect prune_associations will need to be updated
dangole has joined #openwrt-devel
<stintel>
dangole: xdp-utils fails to build for me because bfpeb doesn't support -stack-protector-strong, even if I disable stack protector completely in menuconfig, for both userspace and kernel... any ideas ?
<stintel>
something must be leaking that but I fail to figure out what
<hauke>
ynezz: I think we do not support the wifi included in mt7629
<dangole>
stintel: hm, haven't tried xdp-utils in a while, but will get there soon when it comes to support XDP with MT7988. Can you give me a hint on how to reproduce this? @PolynomialDivision may have done something with xdp-utils more recently than me, maybe ping as well...
<dangole>
hauke, ynezz: correct. we don't support mt7629 wifi at all.
<stintel>
dangole: I just enabled xdp-utils (as I'm working on suricata 7 which support af_xdp which requires libxdp), I am using host clang 16, might be related to that too
<stintel>
last change was remove autorelease, then your bump to 1.2.9
<fda>
jow: the overview page is broken: https://ibb.co/kBCVzmp for avm7320 - but NOT for rpi2, e8450, avm1200
<fda>
"TypeError" - "stats is undefined"
<fda>
maybe this is because avm7320 has 2 lan ports, but only 1 works with openwrt. and this 1 then only supports 1gbit and no 10/100
<fda>
on the other 3 devices i noticed the new (and ugly) "Port status"
<stintel>
nbd: so basically you're suggesting I do merge https://git.openwrt.org/?p=openwrt/staging/stintel.git;a=commitdiff;h=7a02662469e72fde013fd7fd8e9b56f63e3d4665 ?
<stintel>
if you confirm, I'll update the commit message in the patch to explain a few things, including what you said about mt7915
<fda>
jow: workaround: "rm /www/luci-static/resources/view/status/include/29_ports.js" and it overview works again: https://ibb.co/VN3k71x
<fda>
please highlight if i should test something
<fda>
btw, why does openwrt cripple the js files??? file system with compression dont need much space for space/tab/newline but edit such file is a pain
<stintel>
dangole: looks like I found a solution for the xdp-tools stack protector issue