From b0c5f259ee4a30b6a2cea843f63edfbdf246c5bd Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 22 Apr 2009 09:44:46 +0200 Subject: [PATCH] Add blacklist for ath5k to switch between madwifi and ath5k --- lfs/madwifi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/madwifi b/lfs/madwifi index 6d657cc383..743c014cf7 100644 --- a/lfs/madwifi +++ b/lfs/madwifi @@ -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 -- 2.39.2