[Lunar-commits] CVS: moonbase/net/madwifi BUILD, 1.1, 1.2 DEPENDS,
1.1, 1.2 DETAILS, 1.1, 1.2
Aaron Watry
watryac04 at lunar-linux.org
Tue Feb 15 05:51:09 UTC 2005
- Previous message: [Lunar-commits] CVS: moonbase/kernel/kernel-reqs BUILD, 1.6,
1.7 DETAILS, 1.3, 1.4
- Next message: [Lunar-commits] CVS: moonbase/doc-tools/docbook-sgml BUILD, 1.2,
1.3 DETAILS, 1.4, 1.5 POST_INSTALL, 1.5, 1.6 PRE_BUILD, 1.1,
1.2 PRE_REMOVE, 1.2, 1.3 POST_REMOVE, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/net/madwifi
In directory espresso.foo-projects.org:/tmp/cvs-serv21749
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Added in support for the atheros tools that are provided by madwifi.
Not using the "make install", because it misses half the programs.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/madwifi/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 15 Feb 2005 04:36:27 -0000 1.1
+++ BUILD 15 Feb 2005 05:51:07 -0000 1.2
@@ -1,5 +1,11 @@
(
- default_make
+ default_make &&
+ cd tools/ &&
+ make &&
+
+ for file in "80211debug 80211stats athchans athctrl athdebug athkey athstats";do
+ install -m0755 $file /usr/bin/
+ done
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/madwifi/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 15 Feb 2005 04:36:27 -0000 1.1
+++ DEPENDS 15 Feb 2005 05:51:07 -0000 1.2
@@ -1 +1,2 @@
-depends sharutils
+depends sharutils &&
+optional_depends "hotplug" "" "" "For CardBus support?"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/madwifi/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 15 Feb 2005 04:36:27 -0000 1.1
+++ DETAILS 15 Feb 2005 05:51:07 -0000 1.2
@@ -5,9 +5,19 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
WEB_SITE=http://madwifi.sourceforge.net/
ENTERED=20050214
- UPDATED=`date -u +%Y%m%d`
+# UPDATED=`date -u +%Y%m%d`
+# Force updates monthly, since daily is too much, and quite stable.
+ UPDATED=`date -u +%Y%m01`
SHORT="Wireless driver for Atheros chipset a/b/g cards."
cat << EOF
Wireless driver for Atheros chipset a/b/g cards
+
+Make sure you have support in your kernel for:
+wireless extensions
+sysctl
+cryptoapi support for HMAC and MD5
+
+And if you have a CardBus card, make sure to say yes to hotplug.
+
EOF
- Previous message: [Lunar-commits] CVS: moonbase/kernel/kernel-reqs BUILD, 1.6,
1.7 DETAILS, 1.3, 1.4
- Next message: [Lunar-commits] CVS: moonbase/doc-tools/docbook-sgml BUILD, 1.2,
1.3 DETAILS, 1.4, 1.5 POST_INSTALL, 1.5, 1.6 PRE_BUILD, 1.1,
1.2 PRE_REMOVE, 1.2, 1.3 POST_REMOVE, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list