]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(kernel-modules): always include nvmem driver on nvmem_on_arm
authorLukas Nykryn <lnykryn@redhat.com>
Mon, 15 Aug 2022 14:25:53 +0000 (16:25 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 15 Aug 2022 15:32:30 +0000 (15:32 +0000)
These drivers are needed to boot on some SoCs like NXP i.MX
We should include them so installation images will work.

modules.d/90kernel-modules/module-setup.sh

index e2073a04fb2a5589c293af0e726647d1a01e40ec..191af041b4dbb3d8a2714db255d021e210452633 100755 (executable)
@@ -85,6 +85,7 @@ installkernel() {
                 "=drivers/mfd" \
                 "=drivers/mmc/core" \
                 "=drivers/mmc/host" \
+                "=drivers/nvmem" \
                 "=drivers/phy" \
                 "=drivers/power" \
                 "=drivers/regulator" \