Add blacklist for ath5k to switch between madwifi and ath5k

This commit is contained in:
Arne Fitzenreiter
2009-04-22 09:44:46 +02:00
parent 7255163180
commit b0c5f259ee

View File

@@ -85,6 +85,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Set Countrycode to germany because some cards
# are not detected without cc
echo options ath_pci countrycode=276 > /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