bluew has quit [Ping timeout: 480 seconds]
cmonroe_ has quit [Quit: Textual IRC Client: www.textualapp.com]
minimal has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
bluew has joined #openwrt-devel
fda has quit [Quit: ZNC - https://znc.in]
fda has joined #openwrt-devel
fda has quit []
fda has joined #openwrt-devel
fda has quit []
fda has joined #openwrt-devel
cmonroe has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
mangix_ has joined #openwrt-devel
mangix has quit [Ping timeout: 480 seconds]
mangix_ has quit []
mangix has joined #openwrt-devel
<mangix> sight
<mangix> need to open up router again to see why it's failing
valku has quit [Quit: valku]
philipp64 has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
<neggles> stintel / hurricos: I have a better snic10e DTS
<neggles> with proper sfp support and everything
<neggles> took ages to work out the mappings
<neggles> definitely missing some bits
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
ekathva has joined #openwrt-devel
<mrnuke> hurricos: I have to send these commands to the PoE ctrlr on the EWS2910P switch: https://paste.debian.net/1241353/
guidosarducci has joined #openwrt-devel
* enyc meeps
aiyion_ has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
guidosarducci_ has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
kenny has quit [Ping timeout: 480 seconds]
kenny has joined #openwrt-devel
danitool has joined #openwrt-devel
matteo has quit [Ping timeout: 480 seconds]
ekathva has quit [Ping timeout: 480 seconds]
pony has quit [Quit: Konversation terminated!]
Tapper has quit [Ping timeout: 480 seconds]
ekathva has joined #openwrt-devel
wjow has joined #openwrt-devel
Tapper has joined #openwrt-devel
matteo has joined #openwrt-devel
ekathva has quit [Ping timeout: 480 seconds]
merbanan has joined #openwrt-devel
wjow has quit [Remote host closed the connection]
ekathva has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
robimarko has joined #openwrt-devel
bluew has quit [Quit: Leaving]
robimarko_ has joined #openwrt-devel
ekathva has quit [Ping timeout: 480 seconds]
<robimarko_> f00b4r0: And we did it, dynamic BDF is in the master
robimarko has quit [Ping timeout: 480 seconds]
robimarko_ is now known as robimarko
<f00b4r0> robimarko_: I just saw that, yay! thanks hauke
<f00b4r0> robimarko: john is also refreshing his minor erasesize PR
<f00b4r0> there's hope :)
<robimarko> Yeah, got the notification
<robimarko> He even said to send it upstream
<f00b4r0> he grabbed the code I suggested, I think it'll make things easier upstream
<grift> do we have any packages that depend on (lib)pcre (other than libselinux)?
rua has quit [Ping timeout: 480 seconds]
<grift> yes there is still some stuff that depends on legacy pcre seemingly
<grift> and it turns out pcre2 is actually already packaged
rua has joined #openwrt-devel
<grift> so yes, if understand correctly then:
<grift> 1. move pcre2 from packages to base
<grift> 2. move pcre from base to packages
<grift> but theres a chicken and egg there because libselinux 3.3 depends on pcre and libselinux 3.4 depends on pcre2
<grift> so i guess that needs to be updated in the same transaction
<grift> either that or leave pcre in base for a while
<grift> so my question to chan is: what would it take for me to move pcre2 from packages to base?
<grift> i dont have commit access and this transcends two repositories
<stintel> just git send-email or PR it
<stintel> clearly stating the why in the commit message
<stintel> once it's accepted, PR removal from packages
<grift> so i guess two patches where one removes it from packages and the other adds it to base?
<grift> o ok
<grift> right
<grift> or just wait for daniel to return from where ever he is hiding ...
Tapper has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
goliath has joined #openwrt-devel
<f00b4r0> robimarko: do you plan to get the BDF patch backported to 22.03?
<robimarko> f00b4r0: Thats a good idea
<f00b4r0> that'd be nice yeah
<robimarko> I can see whether it applies today and make a PR
<f00b4r0> 👍
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_sunxi.html has been updated. (0% images and 99.9% packages reproducible in our current test framework.)
<owrt-snap-builds> Build [#555](https://buildbot.openwrt.org/master/images/#builders/37/builds/555) of `sunxi/cortexa7` completed successfully.
srslypascal is now known as Guest915
srslypascal has joined #openwrt-devel
srslypascal is now known as Guest916
srslypascal has joined #openwrt-devel
rua has joined #openwrt-devel
srslypascal is now known as Guest917
srslypascal has joined #openwrt-devel
Guest915 has quit [Ping timeout: 480 seconds]
Guest916 has quit [Ping timeout: 480 seconds]
Guest917 has quit [Ping timeout: 480 seconds]
robimarko_ has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#96](https://buildbot.openwrt.org/master/images/#builders/77/builds/96) of `realtek/rtl839x` completed successfully.
danitool_ has joined #openwrt-devel
csrf has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
<csrf> is it always necessary to rebuild the bootloader when upgrading the flash chip size?
<csrf> or, can I simply copy the old bootloader to the new flash chip?
danitool_ has quit [Read error: No route to host]
danitool has joined #openwrt-devel
<owrt-snap-builds> Build [#557](https://buildbot.openwrt.org/master/images/#builders/39/builds/557) of `ath79/nand` completed successfully.
<PaulFertser> csrf: unless you're using bootloader for flashing it should be able to work with any flash IC.
<csrf> PaulFertser, so u-boot needs to know the flash size in order to deal with uploads & flashing images?
<PaulFertser> csrf: for uploading of larger images, probably.
<csrf> ok
<PaulFertser> csrf: I can imagine issues with erasing e.g. if u-boot is using 4K sectors but your new flash IC doesn't support it.
minimal has joined #openwrt-devel
<csrf> PaulFertser, this is for a tp link WR840N, upgrading from 4MB to 8MB (W25Q64 flash)
<PaulFertser> csrf: I would expect that to be not problematic. Keep "art" partition at the very end.
<grift> any proven packagers willing to help out with getting this ball rolling?: https://lists.openwrt.org/pipermail/openwrt-devel/2022-May/038687.html
<stintel> I'd personally take it from packages as-is, then bump in a separate commit, also indent the changes list with a space or 2
<grift> i did take it from packages as is (to the extent possible)
<grift> i had to make some changes for libselinux
<grift> so one could diff the two and see what i changed
<stintel> it's nicer if that can be done in a separate commit, so one doesn't have to use trickery to compare
<grift> yes but give me some slack?
<grift> theres a bunch of stuff going on anyways, need mirror, new release
<grift> i could split it in like 3 patches
<grift> s/need/new/
<stintel> ehr, got one commit wrong there
<stintel> similar to what you're doing
<stintel> hence my "personally I'd do ..." comment
<stintel> nothing to do with cutting slack, it's just best practice
<grift> yes except that youre not changing the upstream
<grift> i would have to:
<grift> 1. move it as is
<grift> 2. change upstream mirror
<grift> 3. bump release
<grift> 4. make changes for libselinux
<stintel> change mirror and bump release could be combined, as the new version is probably not available on the old mirror ?
<grift> and then i have like 6 patches pending not counting remove this from packages feeds and then remove pcre from base and adding it to packages
<grift> true
valku has joined #openwrt-devel
<grift> i get your point, but i personally think one can take the splitting everything into separate commit too far. All these steps have be build tested individually so that easy change builds
<grift> i will see if this gets flat out rejected, if it does then i guess i wont have a choice
<grift> s/easy/every/
ptudor_ has joined #openwrt-devel
<stintel> remind me not to waste my time on reviewing things anymore next time
<grift> i do appreciate it ...
<grift> I guess i will do it, youre right
ptudor has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 99.9% packages reproducible in our current test framework.)
<hurricos> mrnuke: Interesting, I will have to look at how that decodes.
<hurricos> mrnuke: realtek-poe does not continue to send configuration after the initial setup, so you can actually send these frames using realtek-poe
<hurricos> mrnuke: You should use my patches in my tree: https://github.com/hurricos/openwrt/tree/realtek-poe
<hurricos> Then, rework this into e.g. `ubus call poe sendframe '{"frame": "0x09 0x01"}'` -- that's the first frame, you are skipping the frame number, padding and checksum at the end.
<hurricos> PLEASE let me know if this works after compiling my `realtek-poe` for your system.
<hurricos> I would be VERY interested to hear if this DOES NOT work; in particular, you can stop the `realtek-poe` service on your own and run `/etc/bin/realtek-poe -d` and collect the output.
<hauke> wigyori: does wigyori/kitchensink-202204b-5.15 contain your most recent risc-v code?
<hurricos> mrnuke: I will let others that have had intermittent issues driving 8-port broadcom/realtek PoE switches
<hauke> wigyori: I would like to hack on top of it
<hauke> would be nice to have supprot for some risc-v baords in master soon
<mrnuke> hurricos: I have cherry-picked the last two patches on your realtek-poe branch. I have expereienced some crashes in realtek-poe, and I didn't debug much farther than that
<hurricos> mrnuke: You just compiled just now
<hurricos> ?
<mrnuke> last night
<hurricos> Got it. Did you happen to get the output of `logread~/
<hurricos> ?
<hurricos> I may have misused `MAX_PORTS` here actually
<mrnuke> oops, I forgot about logread
<hurricos> Yes, I believe I did.
<hurricos> Old iteration checked config over 8 ports
<hurricos> new one should check config over how many ports there are, not MAX_PORTS
<hurricos> See if you can paste what error `realtek-poe` is sending back upstream to `logread`. You should get an error in e.g. `ubus` or `libubus`
<hurricos> seeing as that's the code that actually executes things and would segfault if you go out of bounds in certain cases
<hurricos> be back later
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<csrf> what's the purpose of the 'compatible' section in a dts file?
merbanan has quit [Remote host closed the connection]
<karlp> (section 2.2)
danitool has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
shibboleth has joined #openwrt-devel
Grommish_ has joined #openwrt-devel
Grommish__ has joined #openwrt-devel
Grommish has quit [Ping timeout: 480 seconds]
Grommish_ has quit [Ping timeout: 480 seconds]
Grommish__ is now known as Grommish
Borromini has joined #openwrt-devel
minimal has quit [Quit: Leaving]
sodo has joined #openwrt-devel
<sodo> porting wl to recent arm kernel
<sodo> (probably idk) almost done on wl and porting emf and igs now
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_lantiq.html has been updated. (96.2% images and 99.9% packages reproducible in our current test framework.)
srslypascal has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
sodo has quit [Remote host closed the connection]
cbeznea has quit [Quit: Leaving.]
<Lechu> Just now I learned, that ath10k on PCI can function as GPIO controller. How much is the GPIO mapping dependent on stuff like caldata? I'm trying to get the dreaded Wi-Fi LED working on ZTE MF286, but the GPIO controller part won't even probe.
<Lechu> I wonder if splicing in board-2.bin from stock FW could help here, I've seen a bunch of devices using Wi-Fi chip GPIOs for LEDs, even multiple ones, so there are plenty of examples in the device trees.
<Lechu> I think pinctrl has something to do with that as well, but I have yet to extract it from stock FW.
<robimarko_> Its probably set in the BDF
Tapper has joined #openwrt-devel
<mangix> ffs
<mangix> I can't compile a toolchain anymore
<hauke> Mangix: the build bot are still able to do so
shibboleth has quit [Quit: shibboleth]
<xdarklight> hauke: https://github.com/xdarklight/linux/commits/lantiq-gswip-fixes-20220519 - it would be great if you could take a look at https://github.com/xdarklight/linux/commit/14d09247f8aad1c540c2709937828ce71aa8f61d (especially the comment in there) as I am planning to send this during the weekend/early next week. the four other patches are still WiP as I need to test them with 5.18-rc (as they depend on recent upstream changes). early feedback
<xdarklight> is appreciated but not of high priority at the moment
<mangix> hauke: the problem is the same as https://github.com/openwrt/openwrt/commit/fc093c3f9cce80ea60e3752f6629f999ec186765 . GCC is impacted now.
<mangix> I have no idea how to pass that var to GCC
<hauke> Mangix: stintel did some changes yesterday to the build
<hauke> probably he didn't test ccache
<hauke> I have no idea how to fix it
<mangix> hm? I don't see toolchain changes
bluew has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<hauke> xdarklight: hmm I have to think about the fid handling a bit
robimarko_ has quit [Quit: Leaving]
<xdarklight> hauke: do you mean in https://github.com/xdarklight/linux/commit/14d09247f8aad1c540c2709937828ce71aa8f61d or any of the other commits?
Tapper has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_bcm47xx.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
minimal has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]