X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmadwifi;h=8f0ff0a3a77b580502a09060fd2e9f5f67cb52c3;hb=bfc57cde3239229de7ec2cf8a05f4cf4416f6aa8;hp=e14e8f7c25856eb2d6094979549fcd166ba5be4c;hpb=22b691f55d112a18816477fc12edf513dde49938;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/madwifi b/lfs/madwifi index e14e8f7c2..8f0ff0a3a 100644 --- a/lfs/madwifi +++ b/lfs/madwifi @@ -30,7 +30,7 @@ else VERSUFIX=ipfire endif -VER = hal-testing-r4003-20090416 +VER = hal-0.10.5.6-r4031-20090529 THISAPP = madwifi-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -46,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f9c591f16746a4ac4988ccbfedfe1a85 +$(DL_FILE)_MD5 = af13564a45bb6fbb1d8834ed528a0a59 install : $(TARGET) @@ -82,9 +82,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -f $(DIR_SRC)/config/madwifi/madwifi.conf /etc/ ln -sf $(DIR_APP) $(DIR_SRC)/madwifi - # Set Countrycode to germany because some cards - # are not detected without cc - echo 'options ath_pci countrycode=276' > /etc/modprobe.d/madwifi + # Add comment to set CountryCode to germany because some cards + # 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