gromero__ has quit [Ping timeout: 272 seconds]
adrianschmutzler has quit [Read error: Connection reset by peer]
<philipp64> Is CI/CD just getting more and more broken, or is that my imagination?
Huntereb has joined #openwrt-devel
<philipp64> now I can't build strongswan tests because ca-certifications has "No download method available" or some such.
shibboleth has quit [Quit: shibboleth]
Grommish[m] has joined #openwrt-devel
Grommish[m]_ has joined #openwrt-devel
Grommish[m] has quit [Ping timeout: 264 seconds]
Grommish[m]_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<mangix> philipp64: wouldn't doubt it
<owrt-snap-builds> build #684 of octeon/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/octeon%2Fgeneric/builds/684 blamelist: David Bauer <mail@david-bauer.net>, Tom St?veken <tom@naaa.de>, Jason A. Donenfeld <Jason@zx2c4.com>, Lech Perczak <lech.perczak@gmail.com>, Jeff Collins
<owrt-snap-builds> <jeffcollins9292@gmail.com>, Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>, Daniel Gonz?lez Cabanelas <dgcbueu@gmail.com>
<mangix> yeah i don't know what the issue is
<philipp64> who's the contact for CI issues?
<mangix> aparcar[m]: ^^
<lipnitsk> he has said that he has nothing to do with circle ci if I remember right...
<lipnitsk> hmm
<lipnitsk> mangix: I might take a stab at gettext - it is so painfully slow
<lipnitsk> mangix: buildroot seems to have a saner way of handling it - https://github.com/buildroot/buildroot/blob/master/package/gettext-gnu/gettext-gnu.mk
<zx2c4> lipnitsk: oh its awesome this is added to all the autobuilders now. way better this way than hoping for random people to show up in the PR :)
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
<zx2c4> thanks for fixing that so quickly
<lipnitsk> yeah I think I fixed it, but maybe there is still something lurking
lucenera has joined #openwrt-devel
<lipnitsk> now just need somebody to push that fix :)
<lipnitsk> zx2c4: I think it's still better not to break the build as much as possible, but it is hard to test every target locally. I wonder if there is a simple ./checkbuild.sh script or something you can just run overnight
<owrt-snap-builds> build #790 of lantiq/ase is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fase/builds/790 blamelist: David Bauer <mail@david-bauer.net>, Tom St?veken <tom@naaa.de>, Jason A. Donenfeld <Jason@zx2c4.com>, Lech Perczak <lech.perczak@gmail.com>, Jeff Collins <jeffcollins9292@gmail.com>,
<owrt-snap-builds> Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>, Daniel Gonz?lez Cabanelas <dgcbueu@gmail.com>
<zx2c4> Bah. I hope someone merges that patch ..
mgiganto has quit [Ping timeout: 240 seconds]
Tapper has quit [Ping timeout: 276 seconds]
hbug__ has joined #openwrt-devel
Darkmatter66 has quit [Ping timeout: 265 seconds]
hbug_ has quit [Ping timeout: 268 seconds]
<mangix> lipnitsk: the best solution is to completely remove gettext-full. unfortunately it's needed in some cases...
<lipnitsk> mangix: then we are left with doing nothing or speeding it up, right?
<lipnitsk> mangix: or do you foresee it being removed
<lipnitsk> zx2c4: if you are still awake.. Looks like we got more
<lipnitsk> modules/crypto.mk:587: recipe for target '/builder/shared-workdir/build/bin/targets/octeon/generic/packages/kmod-crypto-lib-poly1305_5.4.100-1_mips64_octeonplus.ipk' failed
<lipnitsk> make[2]: *** [/builder/shared-workdir/build/bin/targets/octeon/generic/packages/kmod-crypto-lib-poly1305_5.4.100-1_mips64_octeonplus.ipk] Error 1
<lipnitsk> ERROR: module '/builder/shared-workdir/build/build_dir/target-mips64_octeonplus_64_musl/linux-octeon/linux-5.4.100/arch/mips/crypto/poly1305-mips.ko' is missing.
<rr123> somehow I feel the lua-based luci is easier to use and it's faster enough for the 'mainstream' 16M/64~128MB routers, hope someone will keep lua-compat up-to-date in the future
<lipnitsk> not sure why that fail didn't get reported in the channel
<rr123> luci is 'resource intensive' probably for low-end routers, but routers are getting a little more resource-rich these years
<mangix> lipnitsk: I do not. If you can speed it up, go ahead.
<zx2c4> Im basically asleep right now but
<zx2c4> lipnitsk:
<zx2c4> select CRYPTO_POLY1305_MIPS if CPU_MIPS32 || (CPU_MIPS64 && 64BIT)
<zx2c4> How is it possible that the octeonplus doesnt hit that?
<mangix> zx2c4: that CPU is a nightmare
<lipnitsk> somehow it doesn't set CPU_MIPS64?
<lipnitsk> zx2c4: target/linux/octeon/config-5.4
<lipnitsk> if it is MIPS, but doesn't set CPU_MIPS32 or CPU_MIPS64, then what the hell is it? It sets CONFIG_CPU_MIPSR2=y, though
<lipnitsk> go figure
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<mangix> hmmm fedora's nano doesn't work right through ssh
<mangix> have to use nvim
<zx2c4> lipnitsk: that seems like an... Error
<zx2c4> It should set cpu mips64
<zx2c4> I wonder how it's possible it gets neither
<lipnitsk> Digging through history "gitk target/linux/octeon/config\*", nothing yet. maybe it was just never set
<lipnitsk> err, gitk target/linux/octeon/config\*
<lipnitsk> any reason why octeon may not support poly1305-mips?
<mangix> check the generated config file in target-octeon/linux-x/.config
<zx2c4> lipnitsk: no, it def supports it
<zx2c4> Im on my phone. If you see a gend config, mind paste binning?
<lipnitsk> mangix: you mean tmp/.kconfig-octeon ?
<mangix> no
<mangix> build_dir/target-mips64-xxx/linux_xxx/linux-xxx/.config
<mangix> that's the final linux config
<lipnitsk> zx2c4: let me get that
<lipnitsk> building.... let me pastebin the less final one from tmp/
<zx2c4> I found the issue
<zx2c4> It's a mips kconfig problem
<mangix> i find it interesting that issues can be found on a phone :)
<lipnitsk> missing a case?
<zx2c4> Needs CPU_CAVIUM_OCTEON
<zx2c4> In that link i pasted above
<zx2c4> Im so tired i cam barely keep my eyes open
<zx2c4> Ill play with a patch tomorrow
<lipnitsk> default y if CPU_MIPS64_R1 || CPU_MIPS64_R2 || CPU_MIPS64_R5 || CPU_MIPS64_R6 || CPU_CAVIUM_OCTEON ?
<lipnitsk> zx2c4: go to bed
sbrown__ has joined #openwrt-devel
<mangix> /usr/bin/install: cannot stat '.libs/libffi.so.7.1.0': No such file or directory
<mangix> what the hell is wrong with glibc...
sbrown has quit [Read error: Connection reset by peer]
<mangix> package/feeds/base/ca-certificates failed to build.
<mangix> incredible
<mangix> no download method available?
<mangix> blocktrron: ^^
<lipnitsk> zx2c4: https://pastebin.com/adFZAAPX when you wake up - that's the octeon .config from linux
<mangix> why is sane-backends compiling for three hours?
<mangix> patch sent
<mangix> let's see what happens
mangix has quit [Remote host closed the connection]
mangix has joined #openwrt-devel
victhor has quit [Ping timeout: 256 seconds]
snh has quit [Read error: Connection reset by peer]
<owrt-snap-builds> build #626 of bcm47xx/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fgeneric/builds/626 blamelist: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>, David Bauer <mail@david-bauer.net>, Daniel Gonz?lez Cabanelas <dgcbueu@gmail.com>, Jason A. Donenfeld <Jason@zx2c4.com>
koniu has quit [Remote host closed the connection]
snh has joined #openwrt-devel
koniu has joined #openwrt-devel
snh has quit [Read error: Connection reset by peer]
snh has joined #openwrt-devel
snh has quit [Read error: Connection reset by peer]
snh has joined #openwrt-devel
snh has quit [Read error: Connection reset by peer]
<pkgadd_> rr123: luci is being refactored to javascript in place, so the lua dependency will disappear altogether (although that might take time), large parts of luci don't even use it at all anymore (and lua-compat merely serves as bridge between old- and new). keep in mind that this refactoring /also/ side-steps updating luci to lua >=5.3, which is rather non-trivial as well
snh has joined #openwrt-devel
snh has quit [Read error: Connection reset by peer]
snh has joined #openwrt-devel
snh has quit [Read error: Connection reset by peer]
snh has joined #openwrt-devel
<owrt-snap-builds> build #575 of bcm63xx/smp is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fsmp/builds/575 blamelist: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>, David Bauer <mail@david-bauer.net>, Daniel Gonz?lez Cabanelas <dgcbueu@gmail.com>, Jason A. Donenfeld <Jason@zx2c4.com>
snh has quit [Quit: ZNC - http://znc.in]
snh has joined #openwrt-devel
snh has quit [Quit: ZNC - http://znc.in]
snh has joined #openwrt-devel
snh has quit [Client Quit]
snh has joined #openwrt-devel
Tapper has joined #openwrt-devel
Namidairo has quit [Quit: ZNC - https://znc.in]
Namidairo has joined #openwrt-devel
<Grommish> Evening/Morning all. How is everyone? I can finally turn my attention back to the bricked Shield :D
noltari has quit [Quit: Bye ~ Happy Hacking!]
noltari has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
<blocktrron> mangix: I'll have a look
valku1 has quit [Quit: valku1]
<blocktrron> do you have a faillog? Works here
<blocktrron> lipnitsk: where should this emailed patch be?
<lipnitsk> blocktrron: openwrt devel list
<lipnitsk> It fixes everything except for octeon
<lipnitsk> zx2x4 will look at octeon today
<mangix> blocktrron: using the SDK
<blocktrron> Seems to work
<blocktrron> lipnitsk: found it.
<blocktrron> Will to a build test for ath25 + ath79 and push afterwards
<blocktrron> ping me once you have a strategy for octeon
<lipnitsk> Will do
Tapper1 has joined #openwrt-devel
Tapper has quit [Ping timeout: 276 seconds]
Tapper1 is now known as Tapper
rmilecki has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
mangix has quit [Remote host closed the connection]
mangix has joined #openwrt-devel
feriman has joined #openwrt-devel
feriman has quit [Quit: WeeChat 3.0.1]
Tapper has quit [Ping timeout: 276 seconds]
grift has quit [Ping timeout: 246 seconds]
grift has joined #openwrt-devel
ivanich has joined #openwrt-devel
grift_ has joined #openwrt-devel
grift has quit [Ping timeout: 240 seconds]
Grommish[m] has joined #openwrt-devel
grift_ has quit [Client Quit]
grift has joined #openwrt-devel
<Grommish[m]> Oops.. kernel panic on this test 5.10 build. damex lemmi could you look at the PR for the log?
<Grommish[m]> but, i'm now in a position to actually recover from testing easily, so..
Grommish[m] is now known as Grommish_
Borromini has joined #openwrt-devel
Tapper has joined #openwrt-devel
Grommish__ has joined #openwrt-devel
Grommish_ has quit [Ping timeout: 264 seconds]
Grommish_ has joined #openwrt-devel
Grommish__ has quit [Ping timeout: 264 seconds]
Grommish_ has quit [Ping timeout: 264 seconds]
Grommish_ has joined #openwrt-devel
damex has quit [Ping timeout: 265 seconds]
Grommish_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
zkrx has quit [Ping timeout: 240 seconds]
gladiac133779 has joined #openwrt-devel
blb4393 has joined #openwrt-devel
danitool has joined #openwrt-devel
<mangix> Grommish: kernel panic on malta or device?
<Grommish> mangix: device
zkrx has joined #openwrt-devel
adrianschmutzler has joined #openwrt-devel
victhor has joined #openwrt-devel
koniu has quit [Ping timeout: 268 seconds]
koniu has joined #openwrt-devel
blb4393 has quit [Quit: ChatZilla 0.9.93 [Waterfox 56.3/MOZ_BUILDID]]
luz_ has joined #openwrt-devel
luz_ has quit [Quit: Textual IRC Client: www.textualapp.com]
<Borromini> Grommish: so 5.10 is breaking your shield right?
<Borromini> will give it a shot on my erlite.
<Grommish> Borromini: yes, I'm going to try another version for testing
<Borromini> different from adrian's PR?
<adrianschmutzler> note that there might be essentially three causes: 1. 5.4 refresh, 2. the erpro symbol added back, 3. the 5.10 bump
<Borromini> :P
<Borromini> adrianschmutzler: and these are all three bundled in your pr?
<Borromini> i saw a separate pr for that erpro symbol, so probably no
<adrianschmutzler> I made the 5.10 first, and then got confronted with the erpro situation again
<Borromini> ok
<adrianschmutzler> but since I looked closer now, I came to a different conclusion when I realized that this was removed in 4.19 bump due to a mistake
<adrianschmutzler> so, I created the erpro commit and then came to the conclusion that the diff for 5.10 might be much simpler when we put the 5.4 refresh in front of it
<adrianschmutzler> and the erpro fix has higher priority for me anyway, since I want to fix support for that also in 21.02
<Grommish> I need to go thru the 5.10 kernel and see what is missing
<adrianschmutzler> Grommish: I just read ehci everywhere
<Grommish> Yeah
<Grommish> I was testing if it was missing, but I was in a bad place recovery wise on it
<Grommish> That has been fixed at least
dedeckeh has quit [Quit: Connection closed]
dedeckeh has joined #openwrt-devel
Tapper has quit [Ping timeout: 276 seconds]
csrf has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
csrf has joined #openwrt-devel
snh has quit [Read error: Connection reset by peer]
snh has joined #openwrt-devel
Immanuel has quit [Quit: Connection reset by reptilians]
Immanuel has joined #openwrt-devel
goliath has joined #openwrt-devel
Guest85397 has quit [Read error: Connection reset by peer]
<zx2c4> lipnitsk: just sent a patch to lkml
Guest85397 has joined #openwrt-devel
<zx2c4> waiting for it to show up on the archives now to give you a link
snh has quit [Read error: Connection reset by peer]
snh has joined #openwrt-devel
<zx2c4> blocktrron: lipnitsk: sent patch to openwrt-devel, CC'd ya
<blocktrron> zx2c4:
<blocktrron> thanks
<zx2c4> I havent tested this with octeonplus yet but i'm 90% sure it'll work...
<zx2c4> kicking off a build now
jschwart has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<Borromini> guys can somebody tell me what secsize represents in uboot-envtools?
<Borromini> i'm looking at the gs108t v3 and it has slightly different namings for its u-boot/system settings partitions, but i'm only getting the u-boot one to work with fw_printenv, fw_printsys doesn't work for the system settings one
dxld has quit [Quit: Bye]
jschwart has joined #openwrt-devel
muhaha has joined #openwrt-devel
<plntyk> Borromini, tech spec - see sector size mt25q_qlkt_u_512_abb_0.pdf (google that filename /datasheet)
<plntyk> in u-boot it might be possible to just dd if=/dev/mtd<part> | strings
<plntyk> for u-boot firmware environtment
<owrt-snap-builds> build #627 of bcm47xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Fgeneric/builds/627
dedeckeh has quit [Ping timeout: 240 seconds]
<grift> since recently pppd writes the routing table, so i was looking for that change upstream and i stumbled upon this: https://github.com/ppp-project/ppp/commit/c3120199a30977a4da12fd031c1df4a95dec417a
<grift> hmm i guess that even though nodefaultroute6 should be set, nodefaultroute is still unset
<owrt-snap-builds> build #576 of bcm63xx/smp is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fsmp/builds/576
<grift> confusing ... i guess eventhough nodefaultroute6 should be the default, it seems to not be others why set it explicitly in the sample config, and then makes me wonder whether openwrt should add this explicitly to its ppp config file
yoook has joined #openwrt-devel
Tapper has joined #openwrt-devel
Borromini has quit [Ping timeout: 264 seconds]
Night-Shade has joined #openwrt-devel
Night-Shade has quit [Read error: Connection reset by peer]
Night-Shade has joined #openwrt-devel
PaulFertser has quit [Ping timeout: 260 seconds]
yoook has quit [Quit: Connection closed]
black_ant has quit [Ping timeout: 264 seconds]
ericzolf has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
PaulFertser has joined #openwrt-devel
erg has joined #openwrt-devel
erg has quit [Quit: Connection closed]
valku has joined #openwrt-devel
ericzolf has quit [Remote host closed the connection]
Tost has joined #openwrt-devel
Tapper has quit [Ping timeout: 276 seconds]
rotanid_ is now known as rotanid
<zx2c4> blocktrron: it works
<zx2c4> (tested)
<lipnitsk> zx2c4: are there any loongson64 targets in openwrt?
<SwedeMike> for IPv6, it'd be better to follow the guidance in the pppd commit. The default should not be to blindingly install an ipv6 default route to the ipv6 interface. It's fine to keep the option in case the user needs it, but it shouldn't be the default.
<SwedeMike> to the ppp interface, I mean
<SwedeMike> the standard according to RFC7084 is for the ISP upstream to send an RA
<grift> SwedeMike, yes its probably not related to the change in behavior ive been seeing either
<grift> not sure what changed in the latest pppd release and if that is an issue
<grift> but yes thing i noticed after updating pppd is that it started to write the routing table
nathanielcwm has joined #openwrt-devel
danitool has joined #openwrt-devel
blb4393 has joined #openwrt-devel
nathanielcwm has quit [Quit: Connection closed]
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
Tapper has joined #openwrt-devel
dxld has joined #openwrt-devel
valku has quit [Quit: valku]
<owrt-snap-builds> build #558 of bcm47xx/legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm47xx%2Flegacy/builds/558
philipp64 has quit [Quit: philipp64]
<zx2c4> lipnitsk: no. Richard Stallman uses a loongson laptop though!
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
<lipnitsk> zx2c4: now he can use accelerated WireGuard!
luke-jr has joined #openwrt-devel
<blocktrron> zx2c4: done
<guidosarducci> ldir: ping
<guidosarducci> Is anyone working on updating x86_64 to 5.10?
<guidosarducci> Are you running into libelf issues?
dengqf6 has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
dengqf6 has joined #openwrt-devel
<owrt-snap-builds> build #550 of bcm63xx/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fgeneric/builds/550
philipp64 has joined #openwrt-devel
philipp64 has quit [Quit: philipp64]
tobleminer-tSYS has quit [Ping timeout: 265 seconds]
tobleminer-tSYS has joined #openwrt-devel
philipp64 has joined #openwrt-devel
shibboleth has joined #openwrt-devel
black_ant has quit [Ping timeout: 256 seconds]
muhaha has quit [Quit: Connection closed]
Tost has quit [Quit: Nettalk6 - www.ntalk.de]
MarioH_ has quit [Read error: Connection reset by peer]
MarioH has joined #openwrt-devel
<owrt-snap-builds> build #852 of ath25/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/ath25%2Fgeneric/builds/852
<Tapper> Hi does it matter that the /etc/rc.common has an out of date Copyright line?
<Tapper> For OpenWrt not my router.
<pkgadd_> Tapper: no, it should reflect when it was last (significantly) changed, you don't just bump it because
<Tapper> OK
<Tapper> It was just somthing I spotted and wanted to ask about.
blb4393 has quit [Quit: ChatZilla 0.9.93 [Waterfox 56.3/MOZ_BUILDID]]
ivanich has quit [Quit: Konversation terminated!]
ivanich has joined #openwrt-devel
koniu has quit [Remote host closed the connection]
koniu has joined #openwrt-devel
Borromini has joined #openwrt-devel
<russell--> guidosarducci: why include/iproute2/ instead of just include/ ?
<guidosarducci> russell--: because that's the standard include path used in the upstream software, and also in packaging that I've seen e.g. Ubuntu 20 LTS.
<guidosarducci> russell--: so I imagine users normally include "iproute2" from CLI includes.
<Borromini> plntyk: ok, thanks
<guidosarducci> russell--: I just saw Hauke was asking too..
<russell--> yeah, i'm following up on Hauke's question
<russell--> the iproute2 makefile uses that path in HDRDIR
<russell--> HDRDIR?=$(PREFIX)/include/iproute2
dirkSt has joined #openwrt-devel
DirkS has quit [Ping timeout: 240 seconds]
dirkSt has quit [Client Quit]
DirkS has joined #openwrt-devel
<guidosarducci> russell--: right, I saw that too. And since it's in some distro packaging as well (Ubuntu/Alpine/Arch), it should be OK for users to expect it there, no?
Darkmatter66 has joined #openwrt-devel
<owrt-snap-builds> build #685 of octeon/generic is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/octeon%2Fgeneric/builds/685
rmilecki has quit [Ping timeout: 264 seconds]
finsternis has joined #openwrt-devel
skrzyp1 is now known as skrzyp
<russell--> guidosarducci: what else uses that header?
<guidosarducci> russell--: what do you mean? it's only for BPF programs loaded with iproute2 (and so compiled with clang).
<russell--> i mean, what other packages rely on it?
<guidosarducci> russell--: no current packages use it, otherwise they'd have been broken before. But any new packages that compiled BPF programs could use it.
<guidosarducci> russell--: since we don't include clang as a prerequisite, those would probably just be local packages.
<russell--> * Below ELF section names and bpf_elf_map structure definition
<russell--> * are not (!) kernel ABI. It's rather a "contract" between the
<russell--> * application and the BPF loader in tc. For compatibility, the
<russell--> explaining all that to the commenters on the pull request will probably expedite merging
<guidosarducci> russell--: well, I'll try... not sure in the current TL;DR society however.. :) Let me re-check the PR to see what happened.
<guidosarducci> russell--: was your concern it may be unneeded, or could be in the wrong place?
<russell--> when people ask questions, they want reassuring, reliable answers where they don't need to exhaustively re-solve the problem
<russell--> the patch made it look like you were moving the include directory, that was my reading (after Hauke asked)
<russell--> i can't speak for him, but i wondered "what else is using whatever headers were installed before and did moving it break them?"
<guidosarducci> russell--: oh, you're talking about the change to $(INSTALL_DIR)? That doesn't move anything, just creates the extra subdir, so I didn't follow you.
<guidosarducci> russell--: I'll clarify that too for clarity, thanks.
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (53.8% images and 98.4% packages reproducible in our current test framework.)
Borromini has quit [Quit: Lost terminal]
manawyrm has quit [Quit: Read error: 2.99792458 x 10^8 meters/second (Excessive speed of light)]
manawyrm has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
<owrt-snap-builds> build #791 of lantiq/ase is complete: Success [build successful] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fase/builds/791
tmn505 has quit [Ping timeout: 246 seconds]
tmn505 has joined #openwrt-devel
Tapper1 has joined #openwrt-devel
Tapper has quit [Ping timeout: 276 seconds]
Tapper1 is now known as Tapper
Tapper1 has joined #openwrt-devel
Tapper has quit [Ping timeout: 245 seconds]
Tapper1 is now known as Tapper
inkblotadmirer has joined #openwrt-devel
inkblotadmirer has quit [Client Quit]