90kernel-modules: Don't install extra modules when hostonly mode is set to strict
parent
a695250ec7
commit
432647c278
|
|
@ -26,6 +26,9 @@ installkernel() {
|
|||
uhci-hcd \
|
||||
xhci-hcd xhci-pci xhci-plat-hcd \
|
||||
pinctrl-cherryview \
|
||||
${NULL}
|
||||
|
||||
hostonly=$(optional_hostonly) instmods \
|
||||
"=drivers/hid" \
|
||||
"=drivers/tty/serial" \
|
||||
"=drivers/input/serio" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue