xback has quit [Remote host closed the connection]
xback has joined #openwrt-devel
minimal has quit [Quit: Leaving]
philipp64 has joined #openwrt-devel
philipp64 has quit [Ping timeout: 480 seconds]
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
Mangix has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Mangix has joined #openwrt-devel
madwoota has quit [Ping timeout: 480 seconds]
madwoota has joined #openwrt-devel
philipp64 has joined #openwrt-devel
philipp64 has quit [Ping timeout: 480 seconds]
jeff___m has quit [Remote host closed the connection]
mcbridematt has quit [Read error: Connection reset by peer]
goliath has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
robimarko has joined #openwrt-devel
<linusw> It's a first DSA module as loadable so wanted to send it separately.
Borromini has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
<f00b4r0> there's no way to version dependencies in package makefiles, correct?
Grommish has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
blocktrron has quit [Ping timeout: 480 seconds]
Borromini has quit [Ping timeout: 480 seconds]
Znevna has quit [Quit: ZNC 1.8.1+deb1~bpo10+1 - https://znc.in]
Znevna has joined #openwrt-devel
goliath is now known as Guest2749
goliath has joined #openwrt-devel
Guest2749 has quit [Ping timeout: 480 seconds]
<ynezz> f00b4r0: AFAIK there is for example "EXTRA_DEPENDS:=ucode (>= 2022-03-22)" in firewall4
<f00b4r0> oh, neat
<f00b4r0> that's exactly what I need, thx
<f00b4r0> i was looking at packages in the packages/net/ folder and couldn't find such examples (despite many ones where it seems they would be most needed)
kapcom01 has joined #openwrt-devel
<kapcom01> hello, I am experimenting with openwrt on qemu and I would like to have the root filesystem to be mounted as overlayfs so that when I reboot the VM all changes will be lost. Is there a config that I can use to enable overlayfs? I am using this rootfs image: https://archive.openwrt.org/releases/19.07.3/targets/armvirt/64/openwrt-19.07.3-armvirt-64-root.ext4.gz
<kapcom01> thanks
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
shoragan has quit [Read error: Network is unreachable]
shoragan has joined #openwrt-devel
shoragan has quit [Read error: Network is unreachable]
shoragan has joined #openwrt-devel
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
<ynezz> kapcom01: IIUC 19.07 images wouldn't work out of the box, you need to pad them with `dd` for example to create a space for rootfs overlay
<ynezz> kapcom01: why don't you use armsr available in 23.05?
<ynezz> it should work out of the box and should be maintained/supported for quite some time (year?) as that 19.07 is EOLed already
kapcom01 has quit [Remote host closed the connection]
goliath is now known as Guest2758
goliath has joined #openwrt-devel
Guest2758 has quit [Ping timeout: 480 seconds]
DLange has quit [Quit: reboooooot]
DLange has joined #openwrt-devel
sa7mfo has quit [Remote host closed the connection]
vincejv has quit [Quit: Bye bye! Leaving for now...]
vincejv has joined #openwrt-devel
<rmilecki> does anyone around have MT7988 datasheet?
<rmilecki> i need to know if PWM on MT7988 has PWM_CK_26M_SEL register
<Namidairo> bananapi have them, also no it seems
<rmilecki> ah, found them, thank you
<Namidairo> check the platform registers part 1 doc, pages... 8-10
<Namidairo> MODULE_CLK_SEL_0_SET/CLR/STATUS is what you want?
micw has quit [Read error: Connection reset by peer]
<owrt-images-builds> Build [#65](https://buildbot.openwrt.org/images/#/builders/115/builds/65) of `master_x86/64` failed.
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
mark22k has quit [Quit: Ping timeout (120 seconds)]
mark22k has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
quinq has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#69](https://buildbot.openwrt.org/images/#/builders/45/builds/69) of `master_sunxi/cortexa7` failed.
quinq has joined #openwrt-devel
<f00b4r0> hard chuckle
goliath has quit []
<f00b4r0> i wonder if we can do this with the phy-led driver ;->
rz has joined #openwrt-devel
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
mark22k has joined #openwrt-devel
minimal has joined #openwrt-devel
<f00b4r0> nbd: it seems something really wrong is happening at the test location. I noticed frequent spikes of "system" cpu time on collectd and now that I logged into the device dmesg is completely spammed with
<f00b4r0> [92632.805643] ieee80211 phy0: WM: (2365.095842:65:MURU-E)[MuruMumGetGrpIdxByPfid]No Group searched, MumNum=1,Pfid0-3=4/00/0
<f00b4r0> [92632.816752] ieee80211 phy0: WM: (2365.095873:66:MURU-E)[MuruMumGetGrpIdxByPfid]No Group searched, MumNum=1,Pfid0-3=4/2550/0
<f00b4r0> happening every 10ms afaict
<f00b4r0> judging by the current size of slab_unreclaimed and the telltale gap in measurements I think the bug occured again. Only debug is lost due to current MURU-E spam
<f00b4r0> there are no client associated anymore as you'd expect
<f00b4r0> anything I should collect to help debugging?
kapcom01 has joined #openwrt-devel
<kapcom01> ynezz: thank you. i cant use any other version other than 19.07 because i want to emulate a device with this specific version. can you help me with padding the rootfs with dd? can you guide me or give a link with details on how to do that?
<f00b4r0> nbd: in case that's relevant, napi/phy0-8 is eating 24% cpu sustained
<nbd> thx. i think i might have an idea on what's going on
<nbd> will take a look
<nbd> yes, i found an issue in the code
<nbd> going to test a fix now
<nbd> f00b4r0: new 23.05 backport commit: https://nbd.name/p/d340e0fe
<nbd> should hopefully fix this issue
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
<f00b4r0> nbd: deployed, I'll keep you posted
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
jeff___m has joined #openwrt-devel
kapcom01 has quit [Ping timeout: 480 seconds]
jeff___m has quit [Ping timeout: 480 seconds]
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
xback has quit [Ping timeout: 480 seconds]
zkrx has quit []
xback has joined #openwrt-devel
zkrx has joined #openwrt-devel
cmonroe has joined #openwrt-devel
goliath has joined #openwrt-devel
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jeff___m has joined #openwrt-devel
jeff___m has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
mcbridematt has joined #openwrt-devel
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
cmonroe has joined #openwrt-devel
xback has quit [Remote host closed the connection]
xback has joined #openwrt-devel
jeff___m has joined #openwrt-devel