Skip to content
Snippets Groups Projects
Commit 426585b2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Create firmware directory if it doesn't exist

parent a7bd479d
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,10 @@ function setup_wifi_atheros {
fi
fi
if [ ! -d /lib/firmware ]; then
return
mkdir /lib/firmware
if [ ! -d /lib/firmware ]; then
return
fi
fi
if [ -f /lib/firmware/htc_9271.fw ]; then
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment