90kernel-modules: Don't install extra modules when hostonly mode is set to strict

master
Kairui Song 2018-07-04 17:22:00 +08:00 committed by Harald Hoyer
parent a695250ec7
commit 432647c278
1 changed files with 3 additions and 0 deletions

View File

@ -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" \