From: Arne Fitzenreiter Date: Thu, 12 Nov 2009 20:32:38 +0000 (+0100) Subject: Switch atheros default driver to ath5k. X-Git-Tag: v2.9-beta1~607 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=e43c27e768d73d944a3634459c5786bc36f4fedf Switch atheros default driver to ath5k. --- diff --git a/lfs/madwifi b/lfs/madwifi index 8f0ff0a3a7..838a9c50d7 100644 --- a/lfs/madwifi +++ b/lfs/madwifi @@ -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