I have a few pending changes for nanopi R6S and R6C platforms which I would like to get merged (or if not, at least get feedback on).
The intention there is to bring the nanopi R6S and R6C targets more in line with expectations one has of a generic openwrt device. The volume of changes is low, this is just:
- device tree changes to configure the system LED and reset button behaviors;
- setting up network IRQ affinity to the fast cores (as was already done for the similarly configured nanopi R4S)
- configuring R8169 module to be mentioned in
/etc/module-boot.d
to avoid potential naming races with external hardware.
I sent my changes as a pull request at https://github.com/openwrt/openwrt/pull/17638 but I am not getting any traction with it, despite a few people having tested the changes with positive feedback. I'm not sure how to proceed from here ? The changes are against main branch but to be honest, I think it would be good to have them in 24.10 branch too given their limited scope.