]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(kernel-network-modules): also install modules from mdio subdirectory
authorJavier Martinez Canillas <javierm@redhat.com>
Thu, 21 Jan 2021 11:35:06 +0000 (12:35 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 22 Jan 2021 14:58:58 +0000 (15:58 +0100)
commit3c8ca29650ff7fc0876f9523e5434e6f15e22ff4
tree85ccd2ec6c4c682ae9eccea72ff68058203eec24
parent21ee81bfbdc50e201e703a1ff4130a5575fc01f1
fix(kernel-network-modules): also install modules from mdio subdirectory

A recent change in Linux kernel v5.10 split the MDIO drivers from the PHY
subdirectory into a new MDIO subdirectory [0]. This caused MDIO drivers
to not be included in the initramfs.

Also include the modules of this new subdirectory to prevent this issue.

[0]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a9770eac511

Suggested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
modules.d/90kernel-network-modules/module-setup.sh