]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
modules: kernel: add phy and power modules to generic initrd
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 4 Jul 2016 15:57:39 +0000 (16:57 +0100)
committerPeter Robinson <pbrobinson@gmail.com>
Fri, 3 Feb 2017 10:24:30 +0000 (10:24 +0000)
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 868341cb659687782429e110f561786f825eb4b2..ae65de8a0b8c0d97bab5cd2d754d48504092ef84 100755 (executable)
@@ -28,6 +28,8 @@ installkernel() {
             instmods \
                 "=drivers/clk" \
                 "=drivers/i2c/busses" \
+                "=drivers/phy" \
+                "=drivers/power" \
                 "=drivers/regulator" \
                 "=drivers/rtc" \
                 "=drivers/usb/host" \