fix(scripts): by default, do not enable any driver.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2022-10-25 11:04:37 +02:00 committed by poiana
parent ca55e70a33
commit cbea78b283
2 changed files with 0 additions and 6 deletions

View File

@ -41,9 +41,6 @@ case "$1" in
chosen_driver="plugin"
;;
esac
else
# Default at old behavior: enable kmod driver
chosen_driver="kmod"
fi
;;
esac

View File

@ -40,9 +40,6 @@ case "$1" in
chosen_driver="plugin"
;;
esac
else
# Default at old behavior: enable kmod driver
chosen_driver="kmod"
fi
;;
esac