<robimarko>
Does anybody know how can I get the -j value passed to OpenWrt?
<robimarko>
I have a weird vendor driver that I maintain that does not support make jobserver but instead only allows setting a config variable so it sets the -j internally
<robimarko>
But I dont see a way to extract the variable from OpenWrt to pass it
<nbd>
robimarko: in that case you shouldn't pass the -j flag, since it will lead to more processes being spawned than requested by the user
<nbd>
out of curiosity - what does that vendor driver use for building?
<robimarko>
nbd: Its currently not being passed and being built single threaded
<robimarko>
Its all Makefiles, but they have this stupid logic where they export everything that OpenWrt passes
<robimarko>
And then internaly reassemble that somehow, so enabling PKG_PARALLEL_BUILD
<robimarko>
Will fail, since you cannot add the + to $(MAKE)
<nbd>
why can't you add + to $(MAKE)?
<robimarko>
I have tried that in every combination I can think of, but it somehow gets ignored and make prints its warning that + should be added
<nbd>
does the makefile call submake processes?
<nbd>
the openwrt makefile needs to pass it, and the build system's $(MAKE) calls need to pass it internally as well
<Edu4rdSHL>
Download Packages.gz of all the feed you have *
<Edu4rdSHL>
Ah, there's Packages.bom.cdx.json too
<enyc>
robimarko: AAAAAAAAAAAAAh thaknyou
dannyAAM has joined #openwrt-devel
Svanto24_ has joined #openwrt-devel
<enyc>
I wonder where Master has got to in terms of abstractions and updates for wifi config, less duplication and legacy settings etc
<enyc>
must put on a test-install and look!
Forst has joined #openwrt-devel
<Svanto24_>
Does anyone know if huawei IPQ8068-based hardware implements secure boot?
<Svanto24_>
stuff like ap6050dn Ver A. and AP7050DE
<enyc>
Not sure whom best to report to, but I NOTE that mwan3 defaults to breaking ipv6, if only both ipv4+ipv6 (wan+wan6) were defaulted to "enabled" would be very helpful so having the package even installed doesn't break peoples' normal config.
<enyc>
(alternatively, default both to "disabled" but set the fallback to "default" rather than "unreachable", so mwan3 doesn't start pinging etc until enabled but also doesn't prevent things working just because installed.
n3ph has joined #openwrt-devel
robimarko_ has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
dannyAAM has quit [Ping timeout: 480 seconds]
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #openwrt-devel
minimal has joined #openwrt-devel
dannyAAM has joined #openwrt-devel
goliath has joined #openwrt-devel
Forst has quit [Ping timeout: 480 seconds]
dannyAAM has quit [Ping timeout: 480 seconds]
Forst has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
dannyAAM has joined #openwrt-devel
rua has joined #openwrt-devel
<schmars[m]>
come on mt7915 give me a crash
Svanto24_ has quit [Remote host closed the connection]
<nbd>
schmars[m]: are you hoping the patch fails? :)
<schmars[m]>
no successful recovery without a crash, no? :)
<schmars[m]>
i havent actually looked at logs yet, just grepping SYS_RESET_COUNT
<nbd>
ah
Stat_headcrabbed has joined #openwrt-devel
dannyAAM has quit [Ping timeout: 480 seconds]
Forst has quit [Ping timeout: 480 seconds]
<russell-->
enyc: there is a maintainer listed in feeds/packages/net/mwan3/Makefile
tomkrishan has joined #openwrt-devel
Forst has joined #openwrt-devel
Slimey has quit [Read error: Connection reset by peer]
Slimey has joined #openwrt-devel
zackr has quit [Ping timeout: 480 seconds]
asmodehn__ has quit [Read error: Connection reset by peer]
dannyAAM has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<enyc>
russell--: URL? Alas I'm not used to finding that specific way into git.openwrt.org -or- downloads.openwrt.org despite trying
<enyc>
In any case, found Florian Eckert looks expected but would still like to understand git ""feeds"" =)
<russell-->
or, https://git.openwrt.org/?p=feed/packages.git;a=blob;f=net/mwan3/Makefile;h=5657e497c270adf5d5c4f396523777ed7307a87b;hb=HEAD if you prefer
<damo22>
hauke: i noticed my trivial commit from my PR above failed the formalities test, due to misisng a commit message body. Do you want me to fill one out and force push?
<schmars[m]>
damo22: if signed-off-by is missing, yes
<damo22>
signed off is there, but no body otherwise