network/madwifi-driver: Updated for version 0.9.4
This commit is contained in:
parent
82ae300f48
commit
ef28148946
|
@ -38,7 +38,3 @@ Requirements for configuring the wireless card:
|
||||||
madwifi-tools -- suite of tools designed specifically for madwifi-supported cards
|
madwifi-tools -- suite of tools designed specifically for madwifi-supported cards
|
||||||
iwconfig -- part of "wireless-tools" package in N series
|
iwconfig -- part of "wireless-tools" package in N series
|
||||||
wpa_supplicant -- for WPA encrypted networks - in N package 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...
|
|
||||||
|
|
|
@ -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
|
cat $CWD/$PKG_NAME.SlackBuild > $PKG/usr/doc/$PKG_NAME-$PKG_VERS/$PKG_NAME.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
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
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
|
|
Loading…
Reference in New Issue