summaryrefslogtreecommitdiffstats
path: root/madwifi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-01-31 22:14:00 +0000
committer Eric Hameleers <alien@slackware.com>2006-01-31 22:14:00 +0000
commitb917110551869083048cf0d1d5257eb26ba92202 (patch)
tree140437f5da436733da4d6f752040fe682a001bf9 /madwifi
parent7e164cc6677b036bf9ff0dd3056882c66d801fec (diff)
downloadasb-b917110551869083048cf0d1d5257eb26ba92202.tar.gz
asb-b917110551869083048cf0d1d5257eb26ba92202.tar.xz
Since r1407 madwifi-ng automatically creates a VAP on module load (STA by default).
We don't need to add lines to modprobe.conf any longer.
Diffstat (limited to 'madwifi')
-rwxr-xr-xmadwifi/build/madwifi.SlackBuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild
index c25a96b0..cf990447 100755
--- a/madwifi/build/madwifi.SlackBuild
+++ b/madwifi/build/madwifi.SlackBuild
@@ -174,16 +174,6 @@ cat <<-EEOOTT > $PKG/install/doinst.sh
fi
fi
- # Add the wlanconfig lines to modprobe/modules.conf
- if ! grep wlanconfig etc/$MODCONFFILE >/dev/null ; then
- cat <<EOT >> etc/$MODCONFFILE
- # Added for madwifi-ng
- alias wifi0 ath_pci
- install ath0 /sbin/modprobe ath_pci; wlanconfig ath0 create wlandev wifi0 wlanmode sta
- remove ath0 wlanconfig ath0 destroy; /sbin/modprobe -r ath_pci
- # End addition for madwifi-ng
- EOT
- fi
EEOOTT
# Strip binaries