nixuser has quit [Read error: Connection reset by peer]
nixuser has joined #openwrt-devel
n3ph has quit [Read error: No route to host]
<noahm>
Which stable branches of the openwrt git repos (packages, in particilar) are considered actively maintained? I haven't been able to find this on openwrt.org.
caskd has quit [Read error: Network is unreachable]
caskd has joined #openwrt-devel
sorinello has quit [Quit: Leaving]
robimarko has joined #openwrt-devel
sorinello has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
n3ph has joined #openwrt-devel
* f00b4r0
is a little confused with the use of the 'ip{4,6}table' network interface option
<f00b4r0>
in the case of a dhcp interface, I'd expect that setting this value while keeping the default route enabled would result in the default dhcp route being affected to the selected table
<f00b4r0>
but instead the default route is affected *both* to the selected and 'main' tables
KGB-2 has quit [Remote host closed the connection]
KGB-2 has joined #openwrt-devel
<f00b4r0>
hmm correction, the default route is applied to all main and custom tables. Not sure this is intended
<f00b4r0>
adding extra rules and static routes seem to be ignored without so much as an error message (24.10). /me scratches head
<f00b4r0>
ha PEBKAC. Forgot that you can't use names in options unless these names have been defined in /etc/iproute2/rt_tables
<f00b4r0>
this could use a bit of error reporting though
<f00b4r0>
and now I have a device that uses a default route that's not in the main table even though I have no rule allowing lookup to custom tables. I guess I need to RTFM more
goliath has joined #openwrt-devel
valku has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.4.4]
minimal has joined #openwrt-devel
shoragan has quit [Ping timeout: 480 seconds]
csharper2005 has joined #openwrt-devel
csharper2005 has left #openwrt-devel [#openwrt-devel]
goliath has quit [Quit: SIGSEGV]
<Slimey>
howdy everyone
grift has quit [Ping timeout: 480 seconds]
<f00b4r0>
nbd: https://pastebin.com/xXpbtmjz is this the expected output of a successful mt76 restart? the ieee80211 printks seem to occur *after* the actual restart and there is no confirmation of success, is this good? thx
<nbd>
yes, that looks good
<f00b4r0>
cool, thanks
<Slimey>
u-boot gurus here?
<robimarko>
Wouldnt call myself guru, but I do dev for it and use it
<totkeks>
I recently made a PR for the issue workflow on GitHub. But it just created more questions in my head. Maybe someone here can help me answer them. With the self-hosted git being the source of truth, what is the purpose of the github org and repos? Opening up to a wider audience? Leveraging its UI/UX known to many devs? Or something else entirely?
n3ph has joined #openwrt-devel
<aparcar[m]>
totkeks sounds mostly right, audience, visibility, PR and CI workflows
<totkeks>
CI only for the PRs though, right? The actual builds happen with the git.openwrt and on the buildbots?
<KanjiMonster>
totkeks: for some things like the packages feeds github is actually the source of truth, so it's a bit of a mix
<totkeks>
ha :D ... eh. :-(. is that written down somewhere as in "openwrt processes" or something? or just shared, but unwritten, knowledge?