network/madwifi-driver: Updated for version 0.9.4

This commit is contained in:
Robby Workman 2010-05-11 22:25:32 +02:00 committed by David Somero
parent 82ae300f48
commit ef28148946
3 changed files with 1 additions and 5 deletions

View File

@ -38,7 +38,3 @@ Requirements for configuring the wireless card:
madwifi-tools -- suite of tools designed specifically for madwifi-supported cards
iwconfig -- part of "wireless-tools" package in N series
wpa_supplicant -- for WPA encrypted networks - in N package series
NOTE: You can place the SlackBuild and slack-desc.{tools,driver} files
in the same directory without conflicts, and then you only have to
keep one copy of the madwifi source code around...

View File

@ -40,7 +40,7 @@ cp -a hal/README $PKG/usr/doc/$PKG_NAME-$PKG_VERS/README.hal
cat $CWD/$PKG_NAME.SlackBuild > $PKG/usr/doc/$PKG_NAME-$PKG_VERS/$PKG_NAME.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc.driver > $PKG/install/slack-desc
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG