dangole_ has quit [Remote host closed the connection]
raenye has quit [Ping timeout: 480 seconds]
danitool has left #openwrt-devel [Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<Slimey> but like i was asking somewhere else can someone please help me through the process of submitting device(s) support :)
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 100.0% packages reproducible in our current test framework.)
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/126/builds/13) of `openwrt-23.05_bcm47xx/mips74k` completed successfully.
mrnuke has joined #openwrt-devel
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/84/builds/13) of `openwrt-23.05_ipq40xx/generic` completed successfully.
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/100/builds/13) of `openwrt-23.05_ipq40xx/chromium` completed successfully.
rua has quit [Ping timeout: 480 seconds]
tlj has joined #openwrt-devel
rua has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
mcbridematt has quit [Remote host closed the connection]
mcbridematt has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/139/builds/13) of `openwrt-23.05_sunxi/cortexa8` completed successfully.
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
goliath has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
valku has quit [Quit: valku]
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<stintel> Slimey: Duvel or gtfo ;p
tlj has quit [Remote host closed the connection]
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/153/builds/13) of `openwrt-23.05_realtek/rtl930x` completed successfully.
tlj has joined #openwrt-devel
robimarko has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
raenye has joined #openwrt-devel
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/99/builds/13) of `openwrt-23.05_ramips/rt288x` completed successfully.
Tapper has joined #openwrt-devel
<robimarko> Ansuel: You up?
danitool has joined #openwrt-devel
tlj has joined #openwrt-devel
tlj has quit [Ping timeout: 480 seconds]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
robimarko has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/156/builds/14) of `openwrt-23.05_at91/sama7` completed successfully.
tlj has joined #openwrt-devel
raenye has quit [Ping timeout: 480 seconds]
<ynezz> hauke: yup
<hauke[m]> Thanks, would my old credentials still work?
<hauke[m]> I just saw your mail
<\x> dhewg: so is that MT7921U viable for like daily use on that ipq40xx of yours?
<f00b4r0> ynezz: tag builds seem to work :) I see you're not using the "tag_only" property for your extra workers, any particular reason not to?
<ynezz> f00b4r0: I use them those workers sometimes to speedup the feedback for snapshot builds, so it would mean a lot of hassle
<ynezz> f00b4r0: but we can add you workers as tag_only if you want to try that out
bluew has quit [Quit: Leaving]
<ynezz> f00b4r0: BTW https://buildbot.staging.openwrt.org/openwrt-23.05/packages/#/builders/11/builds/14 any idea how to prevent this race conditions? :P
torv has quit [Remote host closed the connection]
<ynezz> f00b4r0: I mean, if I create 8 workers at the same time, there is high probability, that buildbot async foo results in 2 concurrent builds for same builder
torv has joined #openwrt-devel
<ynezz> f00b4r0: which then results in this rsync errors later on, so probably would need to use same ul_lock on all those workers started at the same time?
<ynezz> f00b4r0: OR I could add some random delay at the worker startup phase, so buildbot has enough time to process the async event queue
<f00b4r0> i'm confused
<f00b4r0> I assume that for your speedup workers, adding the property is simply a matter of editing the playbook? This would ensure that your workers only process the tag builds, which AIUI is exactly what you intend for them.
<f00b4r0> for the race I'm even more confused: I don't undrestand what's happening?
<ynezz> as I said, I'm using those workers solely for tagged builds
<ynezz> I'm NOT using :)
<f00b4r0> buildbot will not trigger two concurrent builds for the same "target" (as in bulidbot build artifact), otherwise I suppose it's a bug in buildbot,
<f00b4r0> ?
<f00b4r0> ah ok
<ynezz> concurrent failure happened due to arm_cortex-a9_neon/14 and arm_cortex-a9_neon/13 being built almost at the same time
<ynezz> I've started 8 workers for phase2 openwrt-23.05 build at the same time and thats the result
<f00b4r0> so these are phase2 builds, i see now
<f00b4r0> I'm not familiar with that buildbot setup tbh
<f00b4r0> what puzzles me looking at the build properties for each build, is that they target different repositories
<f00b4r0> so that's not a buildbot bug, more likely a configuration bug
<f00b4r0> ynezz: I guess I'll "fix" that (hopefully) when I rewrite the whole setup (which is the most likely scenario).
<schmars[m]> Yeah, man, my buildbot also sometimes gets confused about repos, although the config is pretty straightforward... Not saying it's the same thing, but bugs are definitely not unheard of
<f00b4r0> meanwhile, lunch. bbl :)
<ynezz> f00b4r0: bon apetit, BTW what do you mean by that different property?
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/106/builds/14) of `openwrt-23.05_ramips/rt3883` failed.
<xback> Does anybody know if it's possible to set module options automatically on autoload? initiated when a certain package gets selected
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/153/builds/14) of `openwrt-23.05_realtek/rtl930x` failed.
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/108/builds/13) of `openwrt-23.05_layerscape/armv8_64b` failed.
<owrt-images-builds> Build [#13](https://buildbot.staging.openwrt.org/images/#/builders/133/builds/13) of `openwrt-23.05_ath79/generic` failed.
<ynezz> rsync: recv_generator: mkdir "/23.05.0-rc1/targets/ath79/generic" (in release-uploads) failed: No space left on device (28)
<ynezz> oops
<Ansuel> i see we have the first rc
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/117/builds/14) of `openwrt-23.05_bmips/bcm6358` failed.
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/132/builds/14) of `openwrt-23.05_realtek/rtl838x` failed.
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/159/builds/15) of `openwrt-23.05_bcm27xx/bcm2708` failed.
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/142/builds/15) of `openwrt-23.05_at91/sam9x` failed.
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/101/builds/14) of `openwrt-23.05_bcm47xx/legacy` failed.
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/123/builds/14) of `openwrt-23.05_gemini/generic` failed.
<f00b4r0> ynezz: I'm sorry I do not understand your question :)
<f00b4r0> as for the buildbot fix, i guess there's no much risk in trying to revert our workaround and see if it works. Push comes to shove we'll just revert the revert :) Also beware that the current git code does not include the "flunkOnFailure=False" bit
<f00b4r0> if you do restart phase1, I know I've been saying this multiple times but please do add 22.03 *without* the rsync urls, so that 1) the databases registers successful builds for the current HEAD, so that new phase1 has the same internal state as old 22.03-phase1; and 2) so we confirm that 22.03 builds fine in Debian 11 (I have no doubt it will, though)
<ynezz> f00b4r0: "what puzzles me looking at the build properties for each build, is that they target different repositories"
tlj has quit [Remote host closed the connection]
<ynezz> I know, but what execatly is weird in there?
<f00b4r0> nothing is. /14 and /13 have different repos. If one clobbers the files of the other, that's a config mistake.
<f00b4r0> the fact that they both ran concurrently is not anormal behaviour.
tlj has joined #openwrt-devel
<ynezz> ah, I see now, indeed
<f00b4r0> i haven't looked at the config but presumably, as far as buildbot is concerned these two builds are completely independent from each other.
<xback> aah, just found MODPARAMS for this purpose. testing .. :-)
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<f00b4r0> out of context I have honestly no idea
<f00b4r0> and I don't have time to dive for context just now sorry ;P
<f00b4r0> i'll rewrite all this anyway, it'll be a better use of my time :)
<ynezz> f00b4r0: Re: 22.03, I don't want to make the decision about the switch myself, planning to write and email about that to discuss it
<f00b4r0> o_O
<f00b4r0> I'm sorry if I'm blunt, what's the big deal?
<ynezz> we've now Debian 10 base for phase1 and phase2 OpenWrt 22.03
<ynezz> we're going to switch phase1 to Debian 11, leaving phase2 on Debian 10
<f00b4r0> we're not supposed to bring anything from the build host into the artifacts. If we do, that's a bug we need to fix :)
<ynezz> there is always some weird possibility, that something might go wrong
<ynezz> but why would I waste time with doing that move and burning resources on the builds, if we're not going to do the switch in the end?
<f00b4r0> on phase1 I can tell you there's no issue. I've been building 22.03, including full buildbot images, forever on debian 11
<f00b4r0> so you plan to keep a separate buildbot running for the rest of 22.03's life? Meaning that 22.03 will still suffer from all the issues that the new system fixes?
<f00b4r0> I'm sorry, that sounds completely absurd to me.
<ynezz> if that is needed, then why not, it works so far, its still going to work
<f00b4r0> yeah well
<f00b4r0> phase2 works so far.
<f00b4r0> phase1 worked so far
<f00b4r0> you saying this really gives me pause about dealing with phase2.
<ynezz> well, this is quite chicken egg problem, isn't it? :)
<f00b4r0> not really no. It's an extreme case of "if it ain't broke don't fix it".
<f00b4r0> if I spend another couple weeks rewriting and testing phase2 (like I did on phase1), only to be then told "well, we're not so sure about this, we might want to have a vote about using the new code"; I'll do the only logical thing: nothing ;P
<Ansuel> mhhh we are doing this discussion about 22.03 while we have 23.05 and master that would still use the new phase2 and that code will be used for anything newer
<Ansuel> ynezz honestly the change from debian 10 to debian 11 can be problematic if we end up with different images.... for phase2 we can accept some funny situation since they are not core packages
tlj has quit [Remote host closed the connection]
<f00b4r0> Ansuel: we have reproducible checking over our shoulder
<ynezz> well, speaking about it, I'm going to switch master and 23.05 to that new Debian 11 base already
<ynezz> once the rc1 is out
<f00b4r0> and the world isn't going to stop if one snapshot 22.03 build fails. We can test it in new phase1, and if shit happens, old phase1 hasn't suddenly vanished into the void, right :P
tlj has joined #openwrt-devel
<ynezz> phase2 packages are used for the stable releases as well
<ynezz> if it was only about snapshots, fine with me as well
<f00b4r0> ok well then it's sorted. I'm not touching phase2 :)
<ynezz> step 1. move phase2 for snapshot to the new Debian 11 base, wait for a feedback and continue with step 2. and bump 23.05 phase2 to new Debian 11 base, ideally before rc2 is out
<dwfreed> f00b4r0: R-B does not consider "I updated the build server to a whole new version of Debian" to be a variant to consider for reproducibility
<dwfreed> you can use R-B tools (like diffoscope) to diff images that should be nominally identical across builds, though
<f00b4r0> that.
<robimarko> If they change then its a bug that needs to fixed anyway as host components are leaking into the build
<f00b4r0> also that.
<dwfreed> also, before putting in all this effort to move to debian 11, why not wait a month or so and move to debian 12 once the post-release dust settles?
<dwfreed> it literally releases in a week
cmonroe has quit [Ping timeout: 480 seconds]
<dwfreed> correction: 3 days
<dwfreed> (barring last minute emergencies, Debian 12 will be released on the 10th)
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<ynezz> dwfreed: I wish you've replied with that proposal https://lists.openwrt.org/pipermail/openwrt-devel/2023-May/041057.html
<dwfreed> I am not subscribed to the ML
<dwfreed> realistically, you could most likely move to debian 12 now
<dwfreed> most of the post release bugs are going to be in desktop, which is obviously not applicable here
<ynezz> IMO the switch is still doable, but I'm not able to participate in the proposal/preparations/discussion around that due to lack of time
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<ynezz> well, I was wrong, we're already using Debian11 for phase2 on snapshot/23.05 as its not about the master, but about the worker container image
<f00b4r0> i am shocked there was no vote on this ;->
<ynezz> so it seems good, we did the switch on master 3 weeks ago and I don't register any complaints so far
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<Ansuel> sooo i guess concern solved ?
<f00b4r0> except for 22.03
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<nbd> Ansuel: i just noticed https://github.com/openwrt/openwrt/issues/12829. i think switching from stack-allocated data to kmalloc in the elf parsing code is a rather heavy hammer considering that it's only for getting rid of a warning (turned error). what do you think about reverting the patch and simply disabling the warning for that one source file instead?
<Slimey> stintel lol, ill have to see if i can get it at the bar some time, google says "Ssh... the best Belgian Blonde beer in the world | Duvel" so we shall see ;)
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/153/builds/15) of `openwrt-23.05_realtek/rtl930x` completed successfully.
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
<Tapper> tlj Hi can you stop jumpping in and out. It's getting a bit spammy
<Tapper> Fuck mist. lol
tlj has joined #openwrt-devel
<Tapper> tlj Hi can you stop jumpping in and out. It's getting a bit spammy
tlj has quit [Remote host closed the connection]
<Ansuel> nbd honestly the idea was to push the patch upstream and the problem in there is just the if condition not updated
<stintel> Slimey: Tripel Karmeliet also very good
<Slimey> hehe
<Slimey> can i pick someones brain for a sec?
<Slimey> a git question
<Slimey> i checked out a new branch from my repo and switch to it on my machine
<Slimey> can i build to test and submit the same branch when its ready?
<Slimey> what i mean by that is pulling in the feeds and packages into the same branch and submitting it
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
<nbd> Ansuel: i think the stack usage in this function is unlikely to cause issues, since (as far as i know) there shouldn't be any deep callstack
<nbd> Ansuel: and the extra kmalloc has a performance impact
<nbd> Ansuel: actually, here's an even simpler and possibly better approach:
<jakllsch> Tapper: /ignore for joins/parts/quits exists
<nbd> we should adjust CONFIG_FRAME_WARN
<nbd> i think 1024 is a rather low limit
<Tapper> I get "/ignore is not a supported command. Type /help to see the list of commands."
<Tapper> I did "/ignore joins"
<jakllsch> might be client-specific, but i didn't give a valid command anyway
<Ansuel> nbd what i don't get is how upstream doesn't have this warning
<robimarko> 1024 is set for most ARCH-s
<robimarko> ARM64 does have 2048 and some others
<nbd> maybe upstream has the warning as well, but it gets ignored
<nbd> either way, i think we should fix it like this: https://nbd.name/p/aec66baf
<nbd> and drop the binfmt_elf patch
<nbd> agree?
<Ansuel> nbd can you create a pr i still would love to see if upstream they have a better solution (if they will answer...) also is the perf hit that bad? that function is used that much on our images?
<nbd> Ansuel: it's an extra kmalloc for every single exec()
<nbd> not sure how much it is in practice, but it doesn't make any sense to me to resolve the stack warning in this manner
<nbd> i can't create PR right now, since i'm on a flakey mobile data connection
<nbd> the extra kmalloc would probably show up on some microbenchmarks used by automated kernel testing
f00b4r0 has quit [Quit: Textual IRC Client: www.textualapp.com]
<owrt-images-builds> Build [#16](https://buildbot.staging.openwrt.org/images/#/builders/159/builds/16) of `openwrt-23.05_bcm27xx/bcm2708` completed successfully.
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/106/builds/15) of `openwrt-23.05_ramips/rt3883` completed successfully.
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/117/builds/15) of `openwrt-23.05_bmips/bcm6358` completed successfully.
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/133/builds/14) of `openwrt-23.05_ath79/generic` completed successfully.
djfe is now known as Guest2421
djfe has joined #openwrt-devel
<mrkiko> jakllsch: that said, one may also like to see joins and quits / parts, so probably a compromise might be needed
Guest2421 has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/123/builds/15) of `openwrt-23.05_gemini/generic` completed successfully.
<Slimey> heh
tlj has joined #openwrt-devel
raenye has joined #openwrt-devel
<Slimey> ath9k 0000:00:00.0: direct firmware load for ath9k-eeprom-pci-0000:00:00.0.bin failed with error -2, the art is in the ART partition and has the correct reference in the dts file, is this a ath9k-owl-loader requirement?
<Slimey> sorry cal data
<owrt-images-builds> Build [#15](https://buildbot.staging.openwrt.org/images/#/builders/132/builds/15) of `openwrt-23.05_realtek/rtl838x` completed successfully.
<jakllsch> mrkiko: it can be nickname-specific
<mrkiko> jakllsch: yeah, that's true
<ynezz> once you enable the debug logging, you'll see why its failing
xback has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
<owrt-images-builds> Build [#14](https://buildbot.staging.openwrt.org/images/#/builders/108/builds/14) of `openwrt-23.05_layerscape/armv8_64b` completed successfully.
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<Slimey> thx ynezz
linaro has quit [Quit: Connection closed for inactivity]
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (95.9% images and 99.9% packages reproducible in our current test framework.)
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<[florian]> Ansuel: ping?
tlj has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schwicht has joined #openwrt-devel
<ukleinek> nbd, robimarko: I already hit that limit and discussed it a bit in #armlinux
<robimarko> ukleinek: What was the conclusion?
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
Borromini has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
goliath has joined #openwrt-devel
<hauke> ynezz: where can I see if all the 23.05.0-rc1 builds were successfull?
<hauke> this only shows the branch builds as far as I see: https://buildbot.staging.openwrt.org/images/#/grid?branch=openwrt-23.05
<hauke> Ansuel: nbd: I agree with adjusting CONFIG_FRAME_WARN
<hauke> We are now using the defaults from the upstream kernel, for 64 bit builds it is already increased to 2048
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tlj has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
<ukleinek> robimarko: let me grep my irc logs, I don't remember
<ukleinek> robimarko: arnd suggested https://www.irccloud.com/pastebin/1ja7hrR8/
<ukleinek> but only informaly
<arnd> I debugged into one of those recently and ended up opening https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110074
<ukleinek> ..ooOO(Oh fine, arnd is also here, didn't notice before and only accidently highlighted him I guess)
<arnd> in an allmodconfig build, you can have UBSAN + GCOV enabled together, which current gcc doesn't handle well, the question is just which of the two to disable for allmodconfig
<arnd> KASAN_STACK is the main culprit, but that is already disabled for allmodconfig because of COMPILE_TEST, iirc
* ukleinek reads backlog here
<Slimey> should make kernel_menuconfig do make menuconfig instead?
<Slimey> or will it ask after configuring that part first at some point
<arnd> nbd: if you increase CONFIG_FRAME_WARN on 32-bit architectures, you should probably increase THREAD_SIZE_ORDER accordingly
<arnd> 32-bit architectures still mostly use 8KB stacks, which is not all that much, especially in configurations where a single function hits that 1KB warning limit
<ukleinek> Ansuel, nbd, robimarko: Do we have UBSAN and GCOV both enabled here, or is this a different problem?
<nbd> arnd: i think increasing CONFIG_FRAME_WARN from 1k to 1.2k shouldn't really need a THREAD_SIZE_ORDER adjustment...
<Slimey> i fucking swear i cant win for losing
<robimarko> ukleinek: I am not really that familiar, just hit similar issues recently
Borromini has quit [Quit: leaving]
<nbd> ukleinek: this is without UBSAN/GCOV
<nbd> ukleinek: parse_elf_properties has a stack variable that's bigger than 1k
<nbd> so it's guaranteed to trip the warning if the limit is 1024
<ukleinek> nbd: but even though -Wframe-larger-than=1024 is in the cmdline the file compiles fine for me?!
<ukleinek> nbd: and that's because only ARCH=arm64 has CONFIG_ARCH_USE_GNU_PROPERTY
<ukleinek> FTR: looking at v6.4-rc1
<nbd> ah
<hauke> on 64 bit systems we set CONFIG_FRAME_WARN to 2038 now
<hauke> 2048
<hauke> Is the patch still needed?
<nbd> i overlooked that the commit that reconfigured CONFIG_FRAME_WARN in openwrt came after the workaround patch
<nbd> so i guess we can simply drop the patch without changing anything else
robimarko has quit [Quit: Leaving]
<Ansuel> nbd fine by me to drop since the error was caused by us setting FRAME_WARN to a non standard value
<Ansuel> in the meantime i will talk with upsteam in search of a solution
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tapper has quit [Ping timeout: 480 seconds]
schwicht has joined #openwrt-devel
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goliath has quit [Quit: SIGSEGV]
rua has quit [Ping timeout: 480 seconds]