Updated compat-wireless to current stable (2.6.35-1).

Add ath9k to madwifi blacklist comment.
This commit is contained in:
Arne Fitzenreiter
2010-08-08 12:17:13 +02:00
parent 0c31e7d447
commit d9de777312
3 changed files with 21 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ else
VERSUFIX=ipfire
endif
VER = 2.6.34.1
VER = 2.6.35-1
THISAPP = compat-wireless-$(VER)
DL_FILE = compat-wireless-$(VER).tar.bz2
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 80ceb675aeba45847258770441352af6
$(DL_FILE)_MD5 = 41c51280e5aa140c62a2a9871e2ae505
install : $(TARGET)

View File

@@ -88,6 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# 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 ath9k' >> /etc/modprobe.d/madwifi
# create madwifi symlink for hostapd build
cd $(DIR_SRC) && ln -sf $(THISAPP) madwifi