<ryancdotorg>
I have a couple of fairly trivial pull requests that I submitted on github earlier this week, would anyone be willing to take a look so they can get merged? https://github.com/openwrt/openwrt/pulls/ryancdotorg (backport a DSA conversion to 23.05, add a device as an alternate model)
ryancdotorg has quit [Remote host closed the connection]
ryancdotorg has quit [Remote host closed the connection]
<KanjiMonster>
hrmph, switching cmake packages to being built with ninja breaks V=w, as all errors/warnings are now printed to stdout instead of stderr
rua has quit [Quit: Leaving.]
<lu_zero>
I'm seeing a problem with the luci batman-adv
rua has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
minimal has joined #openwrt-devel
<lu_zero>
found a solution
<lu_zero>
or two
<lu_zero>
anybody expert in luci willing to guide me a bit?
rua has quit [Quit: Leaving.]
tidalf has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tidalf has joined #openwrt-devel
tidalf has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
tidalf has quit []
tidalf has joined #openwrt-devel
rua has joined #openwrt-devel
tidalf has quit []
f00b4r0 has joined #openwrt-devel
<f00b4r0>
nbd: hi, quick dump to tell you that my test mt7915 did eventually crash after 9 days running in HT20 mode on both radios, all SSIDs enabled.
G10h4ck has joined #openwrt-devel
<G10h4ck>
hi all!
<G10h4ck>
I am writing some new code for libremesh which is primarly written in Lua
<G10h4ck>
I am considering ucode but I have got to the point that i need to call some Lua function from the already existen codebase
<G10h4ck>
I see ucode-mod-lua exists but I could not find any documentation about it
<G10h4ck>
and after fiddling to use it I am stuck not able to getting the return value after calling a Lua function
<G10h4ck>
any suggestion where I can find code that does this? jow you probably wrote it ;)