@danpawlik any news about the PR? I’m trying to build a fresh 24.10 image for BPI-R4 and I had to add the change in place manually so the compilation could run.
Hey, you mean 320mhz for 6ghz network? It should be already there - at least it should be in snapshot . Or are you asking for other patch?
No, the patch related to add kmod-thermal as a dependency for R4, the one that you mentioned in the comment I replied to.
So there was a PR done by me - mediatek: add kmod-thermal for BPI-R4 device by danpawlik · Pull Request #16400 · openwrt/openwrt · GitHub - it has been closed by someone. @dangowrt suggested to move it as hidden inter-module dependency
. Never have time to start working on it.
FTR, MTK feed is also adding that kmod.
One more hint: Not sure for 100%, but probably after removing that parameter - # CONFIG_HTOP_LMSENSORS is not set
- it starts working without kmod-thermal.
you could check via /proc/config.gz whats the state of CONFIG_HTOP_LMSENSORS, i guess maybe this line is same as setting this option to ‘n’ and it is enabled by any depency (and now not disabled afterwards).
and this commented line is not in the 6.6 config pointed by John (blogic) before closing the MR. maybe it is in the generic config? or in 6.12?
I checked in my system, and I don’t have a /proc/config.gz, but what I do is copy the config.buildinfo from the firmware selector to .config, and make a make menuconfig
to change so it just generates the BPI-R4-POE target,
I couldn’t find this config in my file, but right now I’m trying to compile from the main.
So, if MTK is adopting, it means that OpenWrt will grab it? I try not to use MTK feed because it was a little hard to find a way to make running, even with autobuild.
Possibly you need to load the ikcondig module
modprobe config
To get this proc entry
The target is the board here,but config is imho same for all filogic (mt798x) boards
Sorry, no luck. I think I need to enable something in the .config file to make the configuration available in the live system.