mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Updated compat-wireless to current stable (2.6.35-1).
Add ath9k to madwifi blacklist comment.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user