]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Switch atheros default driver to ath5k.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 12 Nov 2009 20:32:38 +0000 (21:32 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 12 Nov 2009 20:32:38 +0000 (21:32 +0100)
lfs/madwifi

index 8f0ff0a3a77b580502a09060fd2e9f5f67cb52c3..838a9c50d78af6a44c7add9dfcbf62635b4bfffe 100644 (file)
@@ -86,8 +86,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # are not detected without cc but others doesn't like this
        echo '#options ath_pci countrycode=276' > /etc/modprobe.d/madwifi
        # Blacklist ath5k or madwifi for switching between the drivers
-       echo '#blacklist ath_pci' >> /etc/modprobe.d/madwifi
-       echo 'blacklist ath5k' >> /etc/modprobe.d/madwifi
+       echo 'blacklist ath_pci' >> /etc/modprobe.d/madwifi
+       echo '#blacklist ath5k' >> /etc/modprobe.d/madwifi
 
        # create madwifi symlink for hostapd build
        cd $(DIR_SRC) && ln -sf $(THISAPP) madwifi