]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Add rpmsg, hwspinlock and usb/misc for ARM 294/head
authorPeter Robinson <pbrobinson@gmail.com>
Thu, 12 Oct 2017 11:17:41 +0000 (12:17 +0100)
committerPeter Robinson <pbrobinson@gmail.com>
Thu, 12 Oct 2017 11:17:41 +0000 (12:17 +0100)
Some of the more complex devices now need rpmsg and hwspinlock in the early boot
process to start, and these to the initrd, and pull in usb/misc because
apparently non standard usb hubs are a thing.

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

index c6405e957b798f79a10c2a2d8c582f46836d3d73..076f1e8af14a1f0a0b1e2b328a268cc757bb5b84 100755 (executable)
@@ -32,17 +32,20 @@ installkernel() {
                 "=drivers/clk" \
                 "=drivers/dma" \
                 "=drivers/extcon" \
+                "=drivers/hwspinlock" \
                 "=drivers/i2c/busses" \
                 "=drivers/mfd" \
                 "=drivers/phy" \
                 "=drivers/power" \
                 "=drivers/regulator" \
+                "=drivers/rpmsg" \
                 "=drivers/rtc" \
                 "=drivers/soc" \
                 "=drivers/usb/chipidea" \
                 "=drivers/usb/dwc2" \
                 "=drivers/usb/dwc3" \
                 "=drivers/usb/host" \
+                "=drivers/usb/misc" \
                 "=drivers/usb/musb" \
                 "=drivers/usb/phy" \
                "=drivers/scsi/hisi_sas" \