Ansuel_ has quit [Quit: Probably my PC crashed or time to sleep.]
Tusker has quit [Ping timeout: 480 seconds]
Tusker has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
aiyion has quit [Remote host closed the connection]
aiyion has joined #openwrt-devel
floof58 has joined #openwrt-devel
* Slimey divides Tusker by zero.
<Tusker> much appreciated :)
<Slimey> dont listen to me im drunk
<Slimey> tomorrow is my day to work from home, yay
<Tusker> nice
<Slimey> i fixed the old adtran bsap-1925 target thanks to Ansuel
<Slimey> need to sort out the ethernet led but other then that its good
<Tusker> performence is good ?
<Slimey> its a clone of pcs cap324 but with more memory and flash
<Slimey> AR9344 32M flash 128M ram
<Slimey> https://openwrt.org/toh/powercloud_systems/cap324 but with external antennas
<Tusker> *nods*
clayface_ has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
<rmilecki> mangix: i see that in 17.01 times it was missing
<rmilecki> mangix: from 17.01 (LibreSSL 2.5.4): Libs.private: -lresolv
<rmilecki> so in master it looks alright as we have Libs.private: -lresolv -lpthread
victhor has quit [Ping timeout: 480 seconds]
<rmilecki> ok, I think I found the source of problem
<rmilecki> it's hidden in the: $(shell pkg-config --libs libssl libcrypto 2> /dev/null || echo "-lssl -lcrypto")
<rmilecki> pkg-config doesn't work for u-boot at all
<rmilecki> so it uses fallback: echo "-lssl -lcrypto"
<rmilecki> so there are two issues:
<rmilecki> 1. pkg-config doesn't work
<rmilecki> ^^ (OpenWrt issue)
<rmilecki> 2. fallback doesn't include -lpthread (U-boot issue)
nitroshift has joined #openwrt-devel
<rmilecki> There it is, with "2> /dev/null" removed:
<rmilecki> Package libssl was not found in the pkg-config search path.
<rmilecki> Perhaps you should add the directory containing `libssl.pc'
<rmilecki> to the PKG_CONFIG_PATH environment variable
<rmilecki> aparcar[m]: can you confirm meeting date?
<rmilecki> aparcar[m]: there are two :)
<aparcar[m]> yea I just send it. Sorry busy day
<rmilecki> thanks :)
<Tusker> cool, got console on the t30-w, see if the marvell switch on this one behaves better than the xtm330
<dhewg> rmilecki: noticed the same, this isn't fixing pkg-config, but https://github.com/dhewg/openwrt/commit/1d8344a88b09126b479a5ba20acbc3ad7fb03241
<rmilecki> dhewg: oh, thats a bunch os issues
<rmilecki> thanks
rua has quit [Ping timeout: 480 seconds]
<dhewg> pkg-config still needs fixing, but if you're not requiring libcrypto u-boot tools, that might be a quick way out :)
<rmilecki> dhewg: i have a hack, thanks, I'll still see if we can get that fixed
rua has joined #openwrt-devel
<digitalcircuit> slh: Thanks for filling in as I wasn't around for robimarko, unfortunately. I'm guessing the eMMC debug printing would be something to do with enabling early kernel printk or such as an accompaniment to figuring out where the regression is.
<digitalcircuit> (Today was "go fix other CI build systems that unexpectedly broke" day)
rua has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
<robimarko> digitalcircuit: You dont need anything special as UART will be working before MMC gets probed
<robimarko> digitalcircuit: You need to compile the MMC core with debug prints enabled
<robimarko> digitalcircuit: Then it will print what its trying to do as just a generic -110 error doesnt really help
rua has joined #openwrt-devel
<digitalcircuit> robimarko: Noted, thank you! I didn't even think to check if additional debugging information could be enabled. I'll look into OpenWRT's build settings for enabling kernel debug prints.
<robimarko> You cant do it directly from OpenWrt, you need to edit the kernel
neg2led has quit [Quit: bye friends - ZNC - https://znc.in]
<robimarko> digitalcircuit: The easiest way is to let OpenWrt build and then modify it in build_dir directly and let it just rebuild that part
<robimarko> digitalcircuit: You can simply add ccflags-y += -DDEBUG to drivers/mmc/core/Makefile
<robimarko> digitalcircuit: And make sure that debug level prints are displayed, its level 10 if am not mistaken in kernel config
JiiPee has quit [Remote host closed the connection]
slingamn has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
stintel has quit [Remote host closed the connection]
aiyion has quit [Ping timeout: 480 seconds]
StifflersMagic has quit [Quit: ZNC - http://znc.in]
<digitalcircuit> robimarko: I've made note, thanks! This seems reasonable and I'll try to get to it soon. (I had been meaning to look into partial rebuilding anyways for testing changes to the MMC driver.)
<GuruPrasathGovindarajan[m]> Hello ppl,
<GuruPrasathGovindarajan[m]> Do any one why `dockerd` crashes when I run a run a image but doesn't when i run t with `--network="none"` or `--network="host"`
rua has quit [Quit: Leaving.]
robimarko has quit [Remote host closed the connection]
StifflersMagic has joined #openwrt-devel
slh64 has joined #openwrt-devel
<rmilecki> dhewg: i think I finally understand the problem (though I don't have a solution)
<rmilecki> dhewg: i sent e-mail with summary
<rmilecki> hopefully someone smarter will know how to deal with it
neggles has joined #openwrt-devel
slingamn has joined #openwrt-devel
f12 has quit []
StifflersMagic has quit [Quit: ZNC - http://znc.in]
f12 has joined #openwrt-devel
StifflersMagic has joined #openwrt-devel
stintel has joined #openwrt-devel
f12 has quit []
<dhewg> rmilecki: thanks, I saw. Already replied as I think I might've spotted the issue?
Dgrey has quit [Ping timeout: 480 seconds]
<rmilecki> dhewg: I replied, I think we can verify -L paths once we have pkg-config in the first place and --static being used too
<rmilecki> *have it working
JiiPee has joined #openwrt-devel
robin_ has joined #openwrt-devel
clayface has joined #openwrt-devel
robin_ has quit [Ping timeout: 480 seconds]
clayface_ has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
<stintel> Suggested-by: Packet Please <pktpls@systemli.org>
<stintel> cool name ¯\_(ツ)_/¯
<stintel> hehe
<rsalvaterra> Hm. Support for the Meraki MX100… which is basically a pretentious overprieced PC. :P
<rsalvaterra> *overpriced
rua has joined #openwrt-devel
danitool has joined #openwrt-devel
minimal has joined #openwrt-devel
aleksander has joined #openwrt-devel
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
victhor has joined #openwrt-devel
Grommish has joined #openwrt-devel
Grommish_ has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
rua has quit [Ping timeout: 480 seconds]
jbowen has joined #openwrt-devel
rua has joined #openwrt-devel
nitroshift has quit [Quit: Gone that way --->]
titanous has quit []
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
clayface_ has joined #openwrt-devel
clayface has quit [Ping timeout: 481 seconds]
dangole has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<rsalvaterra> stintel: Oh, TIL!
dangole has quit [Remote host closed the connection]
<stintel> rsalvaterra: so I made an unexpected stopover in Croatia :P
dangole has joined #openwrt-devel
<stintel> dangole: got my U6LR - unfortunately it requires PoE-PD, that's going to be harder to get something cheap that does >1GbE so I'll just suggest we ping each other as of 1/11
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
dangole has joined #openwrt-devel
goliath has joined #openwrt-devel
robimarko has joined #openwrt-devel
<robimarko> stintel: I am from Croatia, where were you?
<stintel> robimarko: Funtana, Istria
<robimarko> stintel: Now thats the fancy part of the country
<stintel> very unexpected, navigation from Sofia to Brussels is usually via Serbia, Hungary, Austria, Germany, ... but this time it sent me via Croatia due to supposedly ~12h delay on the usual trajectory
<stintel> and as my best friend happened to be in a camping in Funtana with his gf and son ... I decided to visit them :)
<robimarko> stintel: Thats nice, Istria is really nice. Though it has been raining for days in the whole of the country.
<robimarko> stintel: I am from Slavonia, east of Croatia. Not nearly as nice as Istria or the rest of the coast
<stintel> robimarko: yeah Istria is nice, I've been there many times
<stintel> did some islands too a couple of years ago
<stintel> next time I'm coming that direction I can ping you for a beer or so :)
<robimarko> stintel: Feel free to do so, I would be glad
<stintel> robimarko: what part of Croatia are you located?
<robimarko> stintel: Im from Osijek, its east of the country
<robimarko> stintel: Close to Hungary, Serbia and Bosnia
<stintel> oh, that's not that far from where I'd pass if I'd travel back from Croatia to Bulgaria, cool!
<robimarko> stintel: Feel free to ping me then
<stintel> alright
Strykar has quit [Quit: /quit]
Strykar has joined #openwrt-devel
jbowen has quit [Ping timeout: 480 seconds]
jbowen has joined #openwrt-devel
<rsalvaterra> stintel: Croatia, nice! I had a Croatian girlfriend, for a while. :)
<rsalvaterra> Been there in 2014, on holidays. ;)
Ansuel has joined #openwrt-devel
Ansuel_ has joined #openwrt-devel
Edoalive has joined #openwrt-devel
<Edoalive> Hi all! I'm having troubles creating a single package for a kernel module. I'm following the guide at the end of this page: https://openwrt.org/docs/guide-developer/single.package But
<Edoalive> But: *** No rule to make target 'package/kernel/linux/install'. Stop.
Ansuel has quit [Ping timeout: 480 seconds]
<Edoalive> Mh probably the package has been already build by previous command /compile
danitool has joined #openwrt-devel
Edoalive has quit [Remote host closed the connection]
hauke has quit [Quit: WeeChat 2.3]
hauke has joined #openwrt-devel
Ansuel has joined #openwrt-devel
Ansuel_ has quit [Ping timeout: 480 seconds]
Ansuel_ has joined #openwrt-devel
ecrn has joined #openwrt-devel
Ansuel has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#315](https://buildbot.openwrt.org/master/images/#builders/61/builds/315) of `arc770/generic` failed.
bookworm has quit []
bookworm has joined #openwrt-devel
minimal has quit []
<mangix> ping Ansuel_
<Ansuel_> 1?!??!
<Ansuel_> mangix: pong
<mangix> Ansuel_: is it possible that the bootloader sets qca,sgmii-rxclk-falling-edge and the option is missing from the switch config?
<Ansuel_> could be.... but that is a nightmare....
<mangix> cause we already know that to be the case with led-open-drain
<Ansuel_> but that is something that an oem SHOULD NOT SKIP... as i think it gets reset switch a switch reset
<mangix> git grep qca8337 qca956* | wc -l
<mangix> 22
<mangix> git grep sgmii-rx qca956* | wc -l
<mangix> 17
<mangix> this is quite suspect
<mangix> qca9563 routers are very similar
<mangix> I also have a feeling that xiaomi joke of a unit also needs rx-falling-edge
<Ansuel_> mhhh don't know if we should base the settings on the soc
<mangix> qca9563 is a bit special compared to the rest. they all use qca8337, all use sgmii, and all have single eth interface
<mangix> the others vary quite a lot
<aparcar[m]> Can this be an issue for us? https://lwn.net/Articles/872838/
<aparcar[m]> I don’t think we updated our squashfs in ages
ecrn has quit [Remote host closed the connection]
<slh> if I read it correctly, it's appears to be an issue with unsquashfs - which shouldn't be used by the build system (but always good to update/ resync nevertheless)
Acinonyx_ has quit [Ping timeout: 480 seconds]
<Ansuel_> aparcar we have someproject to sue squashfs-ng
Acinonyx has joined #openwrt-devel
<Ansuel_> ok i can't type today.... some project* use*
<mangix> aparcar[m]: doubt it.
<mangix> OpenWrt does not include any squashfs tools AFAIK
<Habbie> kmod-fs-squashfs squashfs-tools-mksquashfs squashfs-tools-unsquashfs uvol
<Habbie> opkg list | grep squashfs
<Habbie> version 4.5, which does have the bug - i don't see a new release upstream yet
<slh> 'stolen' from Debian's squashfs-tools 1:4.5-3
bluew has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<bluew> is it permissible to backport new devices to v21.0.x?
<slh> bluew: backporting device support is the exception, not the rule. it's only acceptable if the delta is minimal (basically dts, image definition and a couple of network/ LED definitions), but in the end you have to convince a maintainer to merge your backport (common devices are more likely than rare ones)
<bluew> ok good to know. The delta is minimal but I'm not hellbent on a backporting since there are few users
<mangix> bluew: which platform?
<bluew> mangix: ath79
<robimarko> bluew: Is that the CPE710?
<bluew> no
<bluew> tplink_tl-wa1201-v2
<mangix> builtin switch looks like
<robimarko> Honestly, it looks like a not too frequent device
<robimarko> I think that the time for adding stuff to 21.02 has long gone
<karlp> there's prety strong precedent for adding dts for new machines int he past, so ... (in general, I'd agree, that ship has sailed, but the precedent is well established)
<robimarko> Well, there is all kinds of precedent. This is just my opinion
<blocktrron> The amount of ath79-tiny scrap that was backported to 21.02
jbowen has quit [Quit: leaving]
robimarko has quit [Quit: Page closed]
romany has quit [Ping timeout: 480 seconds]
romany has joined #openwrt-devel
<owrt-snap-builds> Build [#317](https://buildbot.openwrt.org/master/images/#builders/65/builds/317) of `archs38/generic` failed.
Ansuel has joined #openwrt-devel
Ansuel_ has quit [Ping timeout: 480 seconds]
Ansuel_ has joined #openwrt-devel
Ansuel has quit [Read error: Connection reset by peer]
Tapper has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
pmelange has joined #openwrt-devel
<JiiPee> slh: You can do like I did with my Telewell TW-4G (LTE) router, just backport it yourself in your fork. I have that router now running 21.02 based code and it install packets just fine from official openwrt
mva_ has joined #openwrt-devel
mva has quit [Read error: Connection reset by peer]
<slh> JiiPee: you're talking to the wrong person (and I'm totally fine following master with self-built images)
<JiiPee> ^ was ment for bluew
<JiiPee> sorry
rmilecki has quit [Ping timeout: 480 seconds]
<bluew> JiiPee: That's what I'm doing atm. I have backported it ontop of 21.02 and maintain my own images. I just like upstreaming things
<JiiPee> bluew: yeah it would make life much more easy for sure, but I am not gonna stress too much, my device went from 2.6.36 kernel to 5.4.150 or something like that. I think it will be fine for now ;)
<mangix> bluew: just run master
Grommish has quit [Read error: Connection reset by peer]
<bluew> mangix: I'm not that interested in constantly flashing my devices
<bluew> easier to see the important patches in the release branch and pay attention to that than reviewing a gigantic diff whenver I pull master
pmelange has left #openwrt-devel [#openwrt-devel]
<bluew> ah that is for the devices I user for my internet connection. I have some others lying around which I run master on
Ansuel has joined #openwrt-devel
Ansuel__ has joined #openwrt-devel
Ansuel_ has quit [Ping timeout: 480 seconds]
Ansuel has quit [Ping timeout: 480 seconds]