Kmod packages for modified hardware (dts platforms)

Hi everyone, I have upgraded the NOR flash on a MT7620 device, which naturally require me to modify the device tree to take advantage of the additional capacity. I'm wondering if there's a way to use the kernel from a stable release with a modified dtb, as this would allow kmod packages to be installed from the openwrt repository.

It does work, but it's not really straight forward and the manual kernel packaging procedure does depend on the target device...

Cool, I didn't know about fdtput before. I'll play with it and see if I could get it working, thanks.