mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
Fix creation of madwifi/blacklist entries
This commit is contained in:
@@ -84,9 +84,9 @@ $(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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user