Browse Source

Install free firmware for atheros usb driver

Bob Mottram 7 years ago
parent
commit
3bb6785574
2 changed files with 3 additions and 0 deletions
  1. 1
    0
      src/freedombone-image-customise
  2. 2
    0
      src/freedombone-utils-wifi

+ 1
- 0
src/freedombone-image-customise View File

@@ -497,6 +497,7 @@ atheros_wifi() {
497 497
     fi
498 498
 
499 499
     chroot "$rootdir" dpkg -i /root/freedombone/drivers/firmware-ath9k-htc.deb
500
+    chroot "$rootdir" apt-get -yq install firmware-linux-free
500 501
 }
501 502
 
502 503
 configure_wifi() {

+ 2
- 0
src/freedombone-utils-wifi View File

@@ -86,6 +86,8 @@ function setup_wifi_atheros {
86 86
         return
87 87
     fi
88 88
 
89
+    apt-get -yq install firmware-linux-free
90
+
89 91
     atheros_drivers_file=drivers/firmware-ath9k-htc.deb
90 92
     if [ ! -f $atheros_drivers_file ]; then
91 93
         if [ ! -f ~/freedombone/$atheros_drivers_file ]; then