This commit is contained in:
illiliti 2020-02-26 12:46:31 +03:00
parent 599605d91c
commit efd23620f4

View File

@ -268,8 +268,7 @@ install_driver() {
# TODO busybox modprobe doesn't support -S option
modprobe -S "$kernel" -D "$driver" 2> /dev/null |
grep -v "builtin\|net" |
cut -d " " -f 2 |
sed "/builtin\|net/d;s/insmod //" |
while read -r full_driver; do