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
parent
b37c90c8e0
commit
3a60c036db
|
@ -52,7 +52,8 @@ installkernel() {
|
|||
"=drivers/input/keyboard" \
|
||||
"=drivers/pci/host" \
|
||||
"=drivers/pci/controller" \
|
||||
"=drivers/pinctrl"
|
||||
"=drivers/pinctrl" \
|
||||
"=drivers/watchdog"
|
||||
|
||||
instmods \
|
||||
yenta_socket \
|
||||
|
|
Loading…
Reference in New Issue