skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
cmonroe_ has joined #openwrt-devel
cmonroe has quit [Read error: Connection reset by peer]
gromero_ has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
dansan_ has quit [Ping timeout: 480 seconds]
cmonroe_ has quit [Quit: Textual IRC Client: www.textualapp.com]
cmonroe has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
shoragan has quit [Read error: Connection reset by peer]
shoragan has joined #openwrt-devel
shoragan has quit []
shoragan has joined #openwrt-devel
minimal has quit [Quit: Leaving]
skynet2_ has quit []
eluks has quit [Remote host closed the connection]
eluks has joined #openwrt-devel
valku has joined #openwrt-devel
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
mark22k has joined #openwrt-devel
<owrt-images-builds> Build [#55](https://buildbot.openwrt.org/images/#/builders/226/builds/55) of `main_mvebu/cortexa9` completed successfully.
sorinello has joined #openwrt-devel
sorinello has quit [Read error: Connection reset by peer]
sorinello_ has joined #openwrt-devel
sorinello_ is now known as sorinello
valku has quit [Quit: valku]
swalker has quit [Read error: No route to host]
swalker has joined #openwrt-devel
rua has quit [Quit: Leaving.]
sorinello has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
goliath has joined #openwrt-devel
gromero_ has quit [Remote host closed the connection]
gromero_ has joined #openwrt-devel
n3ph has quit [Ping timeout: 480 seconds]
dansan_ has joined #openwrt-devel
rua has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
lucenera has quit [Ping timeout: 480 seconds]
lucenera has joined #openwrt-devel
bookworm has quit []
bookworm has joined #openwrt-devel
dansan_ has quit [Remote host closed the connection]
<owrt-images-builds> Build [#38](https://buildbot.openwrt.org/images/#/builders/260/builds/38) of `main_stm32/stm32mp1` failed: failed GNU tar built and installed (failure)
robimarko has joined #openwrt-devel
Borromini has joined #openwrt-devel
<Borromini> Hey guys. I was wondering if there's a way to differentiate between packages to include in ramdisks and in regular factory/sysupgrade images.
<Borromini> rtl838x has a lot of devices that require ramdisk installations from OEM, but they also have older bootloaders that restrict image size.
<Borromini> which means once you start adding a few packages, sysupgrade images do get built but initramfs ones don't
<Borromini> i've been looking through include/image.mk but DEVICE_PACKAGES obviously lumps everything together.
<robimarko> Not AFAIK
<robimarko> Detangling that would probably mean more work like what was done for generating per device initramfs
<robimarko> As rootfs would need to generated per image instead of per device so that separate initramfs and other images can actually have different packages
<Borromini> thanks robimarko
<Borromini> i was eyeing the per device setting to abuse that indeed.
gromero__ has joined #openwrt-devel
christophe0o has joined #openwrt-devel
gromero_ has quit [Ping timeout: 480 seconds]
Borromini has quit [Quit: Lost terminal]
* f00b4r0 is getting confused: in a multi wan scenario (with different metric), luci correctly reports both wans up, but "network_is_up" from network.sh (which calls ubus network.interface dump) claims one is down
<f00b4r0> also, jow: is there any chance ucode#220 could be included for 24.10.0?
<owrt-images-builds> Build [#52](https://buildbot.openwrt.org/images/#/builders/218/builds/52) of `main_ipq40xx/generic` completed successfully.
<nbd> f00b4r0: i think it makes more sense to keep the curl module outside of the ucode repo
<nbd> since curl is not part of core packages
<nbd> openwrt already has a few ucode module packages
<nbd> so you could just add a ucode-mod-curl package to the packages feed
<f00b4r0> ah ok
<f00b4r0> didn't think of that
<f00b4r0> i guess that also means the modules in packages don't get the nice webdoc treatment though :)
<f00b4r0> nbd: one downside is that any API change (and I suspect there will be, since this ucode is all fresh and new) will be harder to track with module dissemination. Would be nicer imho to have all modules in the main repo, and then build/include as needed
<nbd> jow is careful to avoid any unncessary ABI breakage in ucode
<f00b4r0> famous last words :)
<f00b4r0> this also means that ucode packaged outside of owrt doesn't get said modules, unless the outsider packagers are dedicated enough to handpick them as well
<f00b4r0> can't say I like this idea
<f00b4r0> hmm so I tracked down my discrepancy above: network.interface dump and network.interface.wan dump disagree on the value of "up"
<f00b4r0> isn't that a bug?
<f00b4r0> 'network.interface.wan status', sorry
gromero__ is now known as gromero
christophe0o has quit [Quit: Connection closed for inactivity]
aiyion has quit [Ping timeout: 480 seconds]
lemoer has quit [Ping timeout: 480 seconds]
gromero has quit [Remote host closed the connection]
gromero has joined #openwrt-devel
<schmars[m]> i maintain ucode-mod-wireguard which has worked fine without touching it for >1y
<schmars[m]> i should probably propose it for one of the official feeds
lemoer has joined #openwrt-devel
<schmars[m]> i'm doing it with the netns trick, so the existing stuff (netifd/luci) didnt work for that
aiyion has joined #openwrt-devel
skynet2 has joined #openwrt-devel
skynet2_ has joined #openwrt-devel
skynet2 has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
danitool has joined #openwrt-devel
<efahl> f00b4r0: does ucode#220 do something beyond what's offered in ucode-mod-uclient that you need?
<efahl> I've been using the uclient mod for GET/POST for a while (in owut) and it has worked great for me
<f00b4r0> it's owrt centric
<efahl> ah! got it
<f00b4r0> (i also didn't know about mod-uclient, which goes to show that stuff that's disseminated is less visible)
<f00b4r0> in any case it would be nice to get some form of feedback about this PR. I started it because there was initial interest (from jow) but I don't know if that's still the case
<efahl> yes, that's major issue, the out-of-sight mods don't get documented at all
<f00b4r0> i use ucode inside and outside of openwrt, so I'm interested in things that work either way
<f00b4r0> work out of the box*
<f00b4r0> schmars[m]: out of curiosity, what's the peak number of connected clients per phy that you're seeing on your mt7915e devices?
<schmars[m]> definitely at least 50. i can look for a more precise number if that helps
<f00b4r0> that's ok thanks, I'm curious what's the max "capacity" of these devices tbh
Edu4rdSHL has quit [Quit: Leaving]
sorinello has joined #openwrt-devel
Edu4rdSHL has joined #openwrt-devel
christophe0o has joined #openwrt-devel
totkeks has joined #openwrt-devel
valku has joined #openwrt-devel
sorinello has quit [Quit: Leaving]
sorinello has joined #openwrt-devel
gromero_ has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
totkeks_ has joined #openwrt-devel
totkeks has quit [Ping timeout: 480 seconds]
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
mark22k has joined #openwrt-devel
br0ken has joined #openwrt-devel
<br0ken> any plans for the fritzbox 7530 AX?
dryimpact2 has joined #openwrt-devel
<owrt-images-builds> Build [#50](https://buildbot.openwrt.org/images/#/builders/95/builds/50) of `main_ath79/generic` completed successfully.
dryimpact has quit [Ping timeout: 480 seconds]
dryimpact2 is now known as dryimpact
christophe0o has quit [Quit: Connection closed for inactivity]
caskd has quit [Read error: Connection reset by peer]
caskd has joined #openwrt-devel
totkeks has joined #openwrt-devel
totkeks_ has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<slh> br0ken: afaik that one is Broadcom based? if so, not going to happen, ever
<slh> and yes, https://boxmatrix.info/wiki/FRITZ!Box_7530_AX is Broadcom (there is a QCA based 7530AX v2, which may be a different story)
<slh> apart from that, there are nevery any plans. someone who owns the device has to do the necessary porting work, if you know what you're doing and have a 'simple' case (SOC and everything already having full support) that will take at least an extended long rainy weekend, if not the learning curve is steep and easily takes weeks. so unless you are planning to work on it yourself, it's not all too likely
<slh> that anyone else will - very regional device availability doesn't necessarily help finding other contributors either
<Slimey> and you submit something and might it sit in limbo forever..
efahl is now known as Guest6018
efahl has joined #openwrt-devel
<totkeks> Slimey, the PR?
Guest6018 has quit [Ping timeout: 480 seconds]
<SlimeyX> ya
<slh> having a PR raises the chance of it being merged considerably over there not being any PR at all
<SlimeyX> oh there is a PR
<totkeks> he said considerably, not guarantee :)
<SlimeyX> exactly
<slh> the safe advice would be to only consider devices that are fully supported, everything else if a betting game, with the odds stacked against you
<slh> back on topic, for the 7530 AX (bcm63xx), it's game-over from the start. for the 7530 AX v2 (ipq50xx) it wouldn't be impossible, but pending a lot of work (ipq50xx target support not merged yet, no one at all working on 7530 AX v2 device support so far); for either device, FXS ports unsupported, DECT unsupportable, xDSL maybe (for the v2, hard no for the v1)
<slh> months+ at least
<schmars[m]> if it's ipq50xx then very low chances - everything is missing, same issue with the mikrotik ipq50xx devices
totkeks has quit [Remote host closed the connection]
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
br0ken has quit [Quit: Connection closed for inactivity]
gromero has joined #openwrt-devel
gromero_ has quit [Ping timeout: 480 seconds]
sorinello has quit [Ping timeout: 480 seconds]
gromero_ has joined #openwrt-devel
gromero has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#54](https://buildbot.openwrt.org/images/#/builders/210/builds/54) of `main_mediatek/mt7622` completed successfully.