diff options
-rw-r--r-- | update-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kernel.in b/update-kernel.in index d9b774f..6efb3cb 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -291,7 +291,7 @@ for _xfw in "$modloopfw"; do if [ -f "$ROOT/lib/firmware/$_xfw" ]; then install -pD "$ROOT/lib/firmware/$_xfw" \ "$MODLOOP"/modules/firmware/"$_xfw" - else + elif [ -n "$_xfw" ]; then echo "Warning: extra firmware \"$_xfw\" not found!" fi done |