]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
modules: kernel: add phy and power modules to generic initrd 164/head
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 4 Jul 2016 16:05:10 +0000 (17:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 4 Jul 2016 17:05:01 +0000 (19:05 +0200)
The phy and power modules are needed by some of the recent ARM
devices that have appeared like CHIP and some exynos devices.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
modules.d/90kernel-modules/module-setup.sh

index 7904c024dd1cec9271ed9459f1532d08c2ce9b9b..5a5c77182df6cd7b34f40b853b556c529fc720d3 100755 (executable)
@@ -28,6 +28,8 @@ installkernel() {
             instmods \
                 "=drivers/clk" \
                 "=drivers/i2c/busses" \
+                "=drivers/phy" \
+                "=drivers/power" \
                 "=drivers/regulator" \
                 "=drivers/rtc" \
                 "=drivers/usb/host" \