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

firmware conditions

parent 426585b2
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,10 @@ function setup_wifi_atheros {
if [ ! -f ~/freedombone/$atheros_drivers_file ]; then
return
else
atheros_drivers_file=drivers/$atheros_drivers_file
atheros_drivers_file=~/freedombone/$atheros_drivers_file
fi
else
atheros_drivers_file=$(pwd)/$atheros_drivers_file
fi
if [ ! -d /lib/firmware ]; then
mkdir /lib/firmware
......
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