[Lunar-commits]
CVS: moonbase/net/ipw2100 BUILD, 1.13, 1.14 DETAILS,
1.17, 1.18 DEPENDS, 1.3, NONE
Moritz Heiber
moe at lunar-linux.org
Tue Dec 14 20:23:07 UTC 2004
Update of /var/cvs/lunar/moonbase/net/ipw2100
In directory espresso.foo-projects.org:/tmp/cvs-serv3344
Modified Files:
BUILD DETAILS
Removed Files:
DEPENDS
Log Message:
* No longer depends on hostap-driver
* Bumped to 1.0.2
* Added a workaround to really get rid of the modules
in /lib. If anyone knows a leaner/cleaner way of
doing that please tell me about it
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/BUILD,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- BUILD 15 Nov 2004 19:28:34 -0000 1.13
+++ BUILD 14 Dec 2004 20:23:05 -0000 1.14
@@ -16,6 +16,11 @@
make &&
prepare_install &&
+
+ if [ -d /lib/modules/`uname -r`/kernel/drivers/net/wireless/ipw2100 ]; then
+ rm -rf /lib/modules/`uname -r`/kernel/drivers/net/wireless/ipw2100;
+ fi &&
+
make install
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/DETAILS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- DETAILS 22 Nov 2004 19:01:39 -0000 1.17
+++ DETAILS 14 Dec 2004 20:23:05 -0000 1.18
@@ -1,10 +1,10 @@
MODULE=ipw2100
- VERSION=1.0.0
+ VERSION=1.0.2
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:68ca678c6a4f3fa499a051a44627b617e0c7487d
+ SOURCE_VFY=sha1:27ffe69ace37f85733741f77949c05c90c924441
ENTERED=20040430
- UPDATED=20041119
+ UPDATED=20041214
SHORT="Intel PRO/Wireless 2100 Driver for Linux"
cat << EOF
This project was created by Intel to enable support for the Intel
--- DEPENDS DELETED ---
More information about the Lunar-commits
mailing list