summaryrefslogtreecommitdiffstats
path: root/madwifi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-17 20:31:20 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-17 20:31:20 +0000
commitab99243a44c163194525829a77054be56511533b (patch)
tree4309feaddd450cdf889ee8d42a611da70bef467f /madwifi
parent5f8814f0374f74b9b36ec9c1a121c5840797ddeb (diff)
downloadasb-ab99243a44c163194525829a77054be56511533b.tar.gz
asb-ab99243a44c163194525829a77054be56511533b.tar.xz
Forget about that AR242X patch... I think it is in the trunk already. But do leave SNAPSHOT=YES
Diffstat (limited to 'madwifi')
-rwxr-xr-xmadwifi/build/madwifi.SlackBuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/madwifi/build/madwifi.SlackBuild b/madwifi/build/madwifi.SlackBuild
index 4f75f83a..a7659e92 100755
--- a/madwifi/build/madwifi.SlackBuild
+++ b/madwifi/build/madwifi.SlackBuild
@@ -75,7 +75,7 @@
# Change SNAPSHOT from "" to "yes" below if you're building a snapshot release.
# Always keep it empty (SNAPSHOT="") if you compile stable releases!
-SNAPSHOT=${SNAPSHOT:-""}
+SNAPSHOT=${SNAPSHOT:-"yes"}
PRGNAM=madwifi
SRCVER="0.9.4"
@@ -203,12 +203,6 @@ if [ -z $SNAPSHOT ]; then
else
cd ${PRGNAM}-trunk-${SRCVER}
fi
-
-# If you want to try and add support for AR242X (AR5007EG) chipset,
-# uncomment the next two lines (not guaranteed to work!!!!):
-#zcat $SRCDIR/madwifi-ng-0933.ar2425.20071130.i386.patch.gz | patch -p0 \
-# 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
-
chown -R root:root *
chmod -R u+w,go+r-w,a-s *