Switch atheros default driver to ath5k.

This commit is contained in:
Arne Fitzenreiter
2009-11-12 21:32:38 +01:00
parent b3cede08dd
commit e43c27e768

View 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