New comment by Sapein on void-packages repository https://github.com/void-linux/void-packages/pull/36120#issuecomment-1335869926 Comment: > [Here's how Chimera Linux does it currently](https://github.com/chimera-linux/cports/blob/6d47cc1/main/firmware-linux/template.py#L82-L85), maybe we could do something similar? would allow us to separate the network-related and ARM SoC specific files by moving the ladder to a `linux-firmware-mediatek` subpackage and then bringing rest of `mediatek` dir and `mt7*.bin` into `linux-firmware-network`. > > Also this commit currently is very vague: `linux-firmware: move MediaTek firmware`, move them _where_? obviously into `-network` subpackage but it could be more specific for commit history readability > > @Sapein are you interested in continuing (to fix) this PR? Hey, I've been trying to do some work locally, if I should split off the firmware into two packages, would I need two separate PRs? Additionally, what would I need to do to move the vpu_d.bin and vpu_p.bin files, as I'm unsure what to do with that in particular.