fix(90kernel-modules): add watchdog drivers for generic initrd

The watchdog module pulls in the device specific watchdog if that
module is enabled, but in the case where we need a generic initrd
we don't get all watchdog drivers which means if we have a watchdog
enabled for that usecase it may get kicked too late in the boot
process so we need the drivers in the initrd for the generic case too.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
master
Peter Robinson 2021-04-21 12:50:41 +01:00 committed by Harald Hoyer
parent b37c90c8e0
commit 3a60c036db
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ installkernel() {
"=drivers/input/keyboard" \
"=drivers/pci/host" \
"=drivers/pci/controller" \
"=drivers/pinctrl"
"=drivers/pinctrl" \
"=drivers/watchdog"

instmods \
yenta_socket \