Skip to content

functions: fix support for glob patterns in add_firmware

nl6720 requested to merge nl6720/mkinitcpio:fix-add_firmware-glob into master

A kernel module's firmware can be specified as a glob pattern, like it is for the brcmfmac module. To account for this, the glob pattern should be expanded and all matched files should be added to the initramfs.

Fixes #169 (closed)

Merge request reports