<kabel>
hauke: regarding PR 13799, how does AutoProbe work? because leds-turris-omnia uses AutoLoad with priority 60, and I want to ensure the mcu driver is loaded before the LEDs driver (there are some changes for the LED driver not yet sent which need this order of loading)
<blocktrron>
ynezz: ... which iw generously surprising to me
nixuser has quit [Ping timeout: 480 seconds]
bluew has quit [Ping timeout: 480 seconds]
<robimarko>
kabel: Is your driver even probeable, meaning does it have a DT compatible or something that can be probed against?
xdarklight_ has joined #openwrt-devel
gladiac has joined #openwrt-devel
gladiac has quit []
xdarklight has quit [Ping timeout: 480 seconds]
gladiac has joined #openwrt-devel
<KanjiMonster>
kabel: if the drivers require a certain load/probe order than this is a bug in the drivers
gladiac has quit []
gladiac has joined #openwrt-devel
gladiac has quit [Quit: bye]
gladiac has joined #openwrt-devel
<mrkiko>
someone here with a Netgear R788 at disposal? Need just to know the kind of power jack it uses (you already know if in #openwrt)
Danct12 has quit [Quit: A-lined: This user has been AViVA-lined!]
Danct12 has joined #openwrt-devel
<lu_zero>
can someone point me to the logic used to create the ephemeral partition for the overlay?
<lu_zero>
I'm having a strange situation with the partition created being way too small for no apparent reason
<kabel>
robimarko: it has a dt compatible
<robimarko>
Then you can autoprobe it
<kabel>
KanjiMonster: they dont require it, EPROBE_DEFER works
<kabel>
I just thought that the priorities are used for a reason...
<kabel>
to avoid EPROBE_DEFER
<KanjiMonster>
kabel: there are indirect dependencies where autoload priorities are good for. In general though you shouldn't need to use autoload at all and autoprobe should be fine
goliath has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<kabel>
what does $(LICENSE_FILES) do? is it used to actually copy the files from sources? becuase BKPepe suggested to put PKG_LICENSE_FILES:=LICENSE into package Makefile, but the tarball from PKG_SOURCE_URL does not contain that file. Only the source repository contains it (the PKG_SOURCE_URL tarball contains only built binaries)
<kabel>
grepping through the repostiory, it seems that LICENSE_FILES is actually only used as a field in package info, the file is not actually used
<hitech95>
is there something similar of "spi-cs-setup-delay-ns" f
<hitech95>
on kernel 5.14?
minimal has joined #openwrt-devel
robimarko has quit [Remote host closed the connection]
robimarko has joined #openwrt-devel
<Ansuel>
hauke should i backport the CI also to 22.04? (i recently moved 23.05 to the unified system we have so main and 23.05 use the same actions)
minimal has quit [Quit: Leaving]
minimal has joined #openwrt-devel
kwz has quit [Read error: Connection reset by peer]
kwz has joined #openwrt-devel
T-Bone has joined #openwrt-devel
f00b4r0 has quit [Ping timeout: 480 seconds]
<hauke>
Ansuel: depends how it is easier to maintain the CI code
<hauke>
we will probably stop maintaining 22.03 in about 6 months
<hauke>
maybe it is easier to keep it seperate
<Ansuel>
well if we introduce new check (like refreshing every package) then 22.03 will also fail (as the new check will apply also there)
<Ansuel>
so that might be a problem
<schmars[m]>
blocktrron: we have the OWE issue too in berlin!
<schmars[m]>
My debugging intel is here https://github.com/freifunk-berlin/bbb-configs/issues/426 - i concluded that transition mode handshake is broken with mbedtls and wolfssl, but could only repro on ipq40xx, and not on ath79 and mt7621
<schmars[m]>
I will test your patch today or tomorrow