New comment by Sapein on void-packages repository https://github.com/void-linux/void-packages/pull/36120#issuecomment-1325097076 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, sorry for the disappearance, but yes I am still interested in continuing this PR and attempting to fix it. Part of the issue is that I am a bit unfamiliar with Packaging in general (and Void Linux packaging in particular), so I'm unsure how to go about fixing it. I can adjust the commit message to be something like: `move MediaTek firmware into linux-firmware-network` if desired, although I'm not sure how to best adjust the commit message.