rua has left #openwrt-devel [#openwrt-devel]
<owrt-2203-builds> Build [#110](https://buildbot.openwrt.org/openwrt-22.03/images/#builders/63/builds/110) of `at91/sama7` failed.
rua has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
valku has quit []
<\x> jayk: well what i meant was you see you normally use 80MHz on 5GHz right? with that much devices you can do 20MHz and still cover the whole spectrum :p
<mrnuke> hurricos: broadcom! lovely!
evils[m]1 has joined #openwrt-devel
danitool_ has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
srslypascal has quit [Ping timeout: 480 seconds]
felix has joined #openwrt-devel
indy_ has joined #openwrt-devel
indy has quit [Ping timeout: 480 seconds]
indy_ has quit [Ping timeout: 480 seconds]
MaxSoniX has joined #openwrt-devel
indy has joined #openwrt-devel
srslypascal has joined #openwrt-devel
<owrt-snap-builds> Build [#632](https://buildbot.openwrt.org/master/images/#builders/54/builds/632) of `ramips/mt7620` failed.
MatrixTravelerbot[m]12 has joined #openwrt-devel
svanheule has quit [Quit: svanheule]
JuniorJPDJ has joined #openwrt-devel
svanheule has joined #openwrt-devel
pavlix has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
tohojo has joined #openwrt-devel
John[m]12345678910 has joined #openwrt-devel
* russell-- isn't a habitual luci users, but it seems like luci had some kind of port-configuring GUI for swconfig
danitool has joined #openwrt-devel
<dwfreed> russell--: it does
<dwfreed> dunno how it looks on 21.02+, because I'm lazy and still on 19.07
<stintel> I only use LuCI for the realtime graphs and other fancy stats :P
schmars[m] has joined #openwrt-devel
nick[m]1234 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Jonny[m] has joined #openwrt-devel
borek has joined #openwrt-devel
indy has quit [Ping timeout: 480 seconds]
indy has joined #openwrt-devel
decke[m] has joined #openwrt-devel
olmari has joined #openwrt-devel
<russell--> i have a user would would prefer a gui to help them do with complex vlan'ing, and i sort of assumed that there would be something like that for dsa switch land, and am not finding it
<russell--> deal* with
<dwfreed> as I understand it, DSA-land is a far bit more complex on the luci side of things
<dwfreed> s/far/fair/
<russell--> showing the ports and their tagging status associated with a bridge-vlan was what i was looking for. what i see instead is a bewildering bunch of devices with no indication of which bridge-vlan they are associated with.
<russell--> the CLI is much more coherent and understandabe
stintel[m] has joined #openwrt-devel
<russell--> so, i guess i'm questioning the effort i'm putting into getting luci on these devices, if it doesn't actually help.
fpsusername[m] has joined #openwrt-devel
bluse-blue[m] has joined #openwrt-devel
lmore377_ has joined #openwrt-devel
MatMaul[m] has joined #openwrt-devel
danitool has quit [Read error: Connection reset by peer]
lmore377 has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
borek has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
danitool_ has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
Borromini has joined #openwrt-devel
hanetzer has joined #openwrt-devel
goliath has joined #openwrt-devel
robimarko has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<arnd> noltari, mkresin, hauke: I'm looking at converting the last four upstream clk drivers to common-clk. I already have patches for superh and coldfire, so now I'm looking at lantiq and bcm63xx. Not sure I can do the lantiq one blindly, but bcm63xx seems doable.
<arnd> any suggestions for either one? I see that there is already drivers/clk/bcm/clk-bcm63xx-gate.c for bcm63xx in the bmips-generic variant, which seems to duplicate the one in arch/mips/bcm63xx/clk.c, so I'm not sure if doing another port of the old driver makes sense or if I should just make it use the new driver
GNUmoon has quit [Remote host closed the connection]
<russell--> f00b4r0: wholy crap, that was what i needed to find the interface, thank you!
oliv3r[m][m] has joined #openwrt-devel
<oliv3r[m][m]> Hi, I'm trying to build a kernel with DEVMEM enabled for debugging; I went into `make kernelmenuconfig` and enabled the option. The option IS visible in my `target/linux/realtek/rtl9302/config-5.10` as it should; but no matter what i try and what i wipe, it never actually gets enabled (which is evident from the multitude of .config files under build_dir/target/ ..../.config.*;
<oliv3r[m][m]> How can I coerce openwrt build to actually honor my CONFIG_ option?
<robimarko> For devmem you have to enable it through menuconfig under kernel options as well
<robimarko> As that will override whatever is set in the kconfig
<oliv3r[m][m]> ohh, ok that's not confusing :D
<robimarko> Yeah, its a bit confusing
GNUmoon has joined #openwrt-devel
<robimarko> But that is one of the generic things that is exposed in openwrt menuconfig so you dont have to change kernel config itself
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
<oliv3r[m][m]> so how do I do that, because 'kernel' is just a `---` with an an arrow and nothing I can select there. Kernel modules however is optional
<oliv3r[m][m]> nvm; I just did a / on DEVMEM that found the right place
<oliv3r[m][m]> (global build settings -> kernel options -> devmem)
<oliv3r[m][m]> that seems to have done the trick :) thank you robimarko
Tapper has joined #openwrt-devel
Borromini has quit [Quit: leaving]
<hauke> arnd: I think xdarklight started with a clk driver for lantiq
<arnd> ah, nice. That would definitely help
<arnd> I found https://github.com/xdarklight/linux/commits/lantiq-clk-20160620 now, but it's six years old now, so probably nontrivial to port
dwmw2 is now known as dwmw2_gone
<hauke> arnd: it depends on how this port is done, the current clk driver is not really matching all the HW, it only provides some bits we have to change from Linux
<hauke> the driver does not build up the none trivial clock tree
valku has joined #openwrt-devel
Luke-Jr has quit [Ping timeout: 480 seconds]
Tapper1 has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
Luke-Jr has joined #openwrt-devel
whatevs111[m] has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
hanetzer1 has joined #openwrt-devel
GNUmoon has joined #openwrt-devel
hanetzer is now known as Guest96
hanetzer1 is now known as hanetzer
Guest96 has quit [Ping timeout: 480 seconds]
domon has joined #openwrt-devel
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
indy has quit [Ping timeout: 480 seconds]
indy has joined #openwrt-devel
minimal has joined #openwrt-devel
will[m]1 has joined #openwrt-devel
znullptr[m] has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
Piraty has quit [Quit: --]
Piraty has joined #openwrt-devel
torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Piraty has quit [Quit: --]
Piraty has joined #openwrt-devel
t4h4[m] has joined #openwrt-devel
janvenekamp has quit [Quit: Page closed]
<nick[m]1234> hauke: found a way to fix the sdk, however I am not very happy with it https://github.com/openwrt/openwrt/pull/10458
<hauke> nick[m]1234: do you know which change breaks it?
<nick[m]1234> hauke: it is the parsing of the parameters that fail. I used the docker container to reproduce the issue however it is horrible slow on my machine. So I did have the time to try everything. Also Corona hit me. :/ Just wanted to fix the master. I will have a look again when I'm healthy again.
mrkiko has joined #openwrt-devel
Borromini has joined #openwrt-devel
MaxSoniX has quit [Quit: Konversation terminated!]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
gnustomp[m] has joined #openwrt-devel
Piraty_ has joined #openwrt-devel
Piraty_ has quit []
Piraty has quit [Remote host closed the connection]
Borromini has quit [Quit: Lost terminal]
aparcar[m] has joined #openwrt-devel
indy has quit []
Q__ has joined #openwrt-devel
indy has joined #openwrt-devel
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
wvdakker has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
wvdakker has joined #openwrt-devel
mkg20001 has joined #openwrt-devel
lmore377_ has quit [Ping timeout: 480 seconds]
hexagonwin[m] has joined #openwrt-devel
robimarko has quit [Quit: Leaving]
<Tapper1> nick[m]1234 get well soon mate.
guifipedro_ has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
<owrt-snap-builds> Build [#633](https://buildbot.openwrt.org/master/images/#builders/54/builds/633) of `ramips/mt7620` completed successfully.
valku has quit [Quit: valku]