<robimarko>
It fixes the feature detection for hostapd
mzvd has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
paper_ has quit [Quit: connection reset by purr]
paper_ has joined #openwrt-devel
robimarko_ has joined #openwrt-devel
mzvd has quit [Remote host closed the connection]
mzvd has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
mzvd has quit [Read error: Connection reset by peer]
Giovanni has joined #openwrt-devel
Giovanni has quit [Read error: Connection reset by peer]
f00b4r__ has joined #openwrt-devel
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
csharper2005 has quit [Remote host closed the connection]
mzvd has quit [Read error: Connection reset by peer]
T-Bone has quit [Ping timeout: 480 seconds]
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
shibboleth has joined #openwrt-devel
mzvd has quit [Remote host closed the connection]
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
danitool has joined #openwrt-devel
mzvd has quit [Ping timeout: 480 seconds]
mzvd has joined #openwrt-devel
minimal has joined #openwrt-devel
Giovanni has joined #openwrt-devel
Giovanni has quit [Read error: Connection reset by peer]
Giovanni has joined #openwrt-devel
goliath has joined #openwrt-devel
<Slimey>
something is going on with pcs_cap324 after release 19.x the on board lan goes extremely slow
<Slimey>
tried using different phy-modes as suggested
shibboleth has quit [Quit: shibboleth]
mzvd has quit [Ping timeout: 480 seconds]
mzvd has joined #openwrt-devel
bogen85_ has joined #openwrt-devel
bogen85__ has joined #openwrt-devel
bogen85_ has quit [Ping timeout: 480 seconds]
bogen85__ has left #openwrt-devel [Leaving]
danitool_ has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
mzvd has quit [Remote host closed the connection]
Giovanni has quit [Read error: Connection reset by peer]
mzvd has joined #openwrt-devel
<mrnuke>
robimarko_: I'm a bit confused on trying to extract the FW for the wireless on this WAX218. The firmware in the ipq-wifi package has some strings at the top, for example "bus=ahb,qmi-chip-id=0,qmi-board-id=658,variant=Edgecore-EAP102mm". THe irmware files I extracted from the WAX218 do not have these strings
<mrnuke>
I'm not sure how I'd move the firmware files from WAX218 and get them loaded in openwrt
rua1 has quit [Quit: Leaving.]
rua has joined #openwrt-devel
valku has joined #openwrt-devel
Giovanni has joined #openwrt-devel
<Habbie>
should a -squashfs-cfe.bin be readable by analyzetag?
<Habbie>
because the comtrend_vr-3032u image i built is not
<f00b4r__>
blocktrron: just sent to m-l. Have to run now or i'll miss my train. Thanks!
f00b4r__ has quit [Quit: gone]
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]
Battista has quit [Read error: Connection reset by peer]
<Habbie>
dangole, any change you can get the preprocessed version? i.e. add -E to that compiler invocation?
<enyc>
together ....?
<Habbie>
dangole, *chance, of course
<Habbie>
dangole, or point me to the openwrt||packages tree that fails like this
mzvd has joined #openwrt-devel
floof58 has quit [Ping timeout: 480 seconds]
<dangole>
Habbie: I'm trying to package rtpmidid from https://github.com/davidmoreno/rtpmidid . for now, commenting out the call to ::fflush(::stderr) gets it to compile with lots of warnings...
<dangole>
Habbie: i'll post it as PR on github to packages tree in a moment
mzvd has quit [Read error: Connection reset by peer]
floof58 has joined #openwrt-devel
<Habbie>
dangole, ok, let me know if it's still broken at that time
ynezz has quit [Remote host closed the connection]
ynezz has joined #openwrt-devel
ynezz is now known as Guest1885
<Habbie>
ok, turns out the comtrend_vr-3032u is pretty unique in yielding a cfe.bin that analyzetag can't process
ekathva_ has quit [Remote host closed the connection]
<robimarko_>
blocktrron: sorry forgot to CC you
PaulFertser has quit [Ping timeout: 480 seconds]
f00b4r0 has joined #openwrt-devel
<f00b4r0>
blocktrron: i realized my mistake, sorry. I just resubmitted again (this time correctly rebased), and CC'd you
dvn- is now known as dvn
shibboleth has quit [Quit: shibboleth]
<russell-->
anybody happen to know how to tftp boot an initramfs bin from CFE on a bcm47xx wgt634u? my likely seeming attempts are getting me "Loading: **Exception 32: EPC=81FC784C, Cause=00008008, VAddr=00034C00" with a register dump
<Habbie>
russell--, i have zero clue, but i've seen Exception 32 while messing around with CFE today as well
mzvd has joined #openwrt-devel
<Habbie>
(this information is of no actual use to you)
<Habbie>
i didn't even find how to make my CFE do TFTP
mzvd has quit [Read error: Connection reset by peer]
<russell-->
this is ancient cfe, fwiw
<russell-->
circa 2004
Borromini has joined #openwrt-devel
<russell-->
various permutations of "boot -tftp 192.168.80.7:wgt634u/initramfs-kernel.bin"
<Habbie>
right, i'm on bcm63xx, so entirely different CFE anyway
<Habbie>
i appear to need a cferam file
Guest1885 is now known as ynezz
hurricos has quit [Quit: WeeChat 2.8]
goliath has quit [Quit: SIGSEGV]
lmore377 has quit [Remote host closed the connection]
<Ansuel>
wow the complexity of the subdir.mk in include/
<Ansuel>
had this great idea of adding some extra stuff to produce a failed package list (to improve github actions) but now i'mscared
<jow>
Ansuel: well, the OpenWrt buildroot is probably way past what should be done with (GNU) make still
<dwfreed>
heh
<jow>
Ansuel: there's a reason others implement their build systems (or at least the Make rule generation) in Python and the like
<dwfreed>
yeah, it's a monster
<Ansuel>
jow well it's a monster for real, i'm checking the subdir define and how much it goes deep with the calling path... wow... it's a bit hard to read... anyway we already support this feature using the BUILD_LOG thing so i can set that and then add an extra step in github actions to produce the logs as artifacts
<jow>
if you take a few steps back and look at the actual core bits it's always just two things in the end:
<jow>
1) recursively walk a bunch of dirs and invoke each found Makefile with DUMP=1, aggregate the output, generate a bunch of include files in Makefile format and various stamp files
<jow>
2) include the various bits collected in step 1 to form a bunch of dynamic make targets
<jow>
I could imagine that it wouldn't be that hard to do the same in some non-make language which just renders one gigantig makefile in the end
<jow>
maybe dynamically, wrapped by a small top level makefile to keep the "make whatever" cli semantics
<jow>
*gigantic
<Ansuel>
wonder if there would be some benefits in using non-make lang or just more understandable ?
<blocktrron>
Ansuel: thanks for pushing the hostapd fix
<blocktrron>
i just pushed it to my staging tree, not the owrt one
<blocktrron>
dont phone and pick
Battista has quit [Read error: Connection reset by peer]
Battista has joined #openwrt-devel
<Ansuel>
blocktrron: sorry i notice it was accepted on patchwork but not in any staging tree so i thought it was a good idea :(
minimal has quit [Quit: Leaving]
<mangix>
Ansuel: benefit is speed
<mangix>
try compiling openwrt on a slow arm platform to see what I mean
mzvd has joined #openwrt-devel
Ansuel has quit [Ping timeout: 480 seconds]
mzvd has quit [Read error: Connection reset by peer]
GNUmoon has quit [Remote host closed the connection]
mzvd has joined #openwrt-devel
mzvd has quit [Read error: Connection reset by peer]