[Lunar-commits] CVS: moonbase/net/ipw2100 BUILD, 1.6, 1.7 DETAILS, 1.6, 1.7 PRE_BUILD, 1.1, 1.2

Moritz Heiber moe at lunar-linux.org
Tue Sep 28 01:55:45 UTC 2004


Update of /var/cvs/lunar/moonbase/net/ipw2100
In directory espresso.foo-projects.org:/tmp/cvs-serv31336

Modified Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Right on .. here we go for 0.55. But don't forget to update your firmware!


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	15 Sep 2004 10:46:02 -0000	1.6
+++ BUILD	28 Sep 2004 01:55:42 -0000	1.7
@@ -1,18 +1,16 @@
 (
 
-	if [ $WITH_LEGACY ]; then
-	  message "Enabling legacy firmware loading ..."
-	  sedit "s:# CONFIG_IPW2100_LEGACY_FW_LOAD=y:CONFIG_IPW2100_LEGACY_FW_LOAD=y:" Makefile
-	fi
+  if [ $WITH_LEGACY ]; then
+    message "Enabling legacy firmware loading ..."
+    sedit "s:# CONFIG_IPW2100_LEGACY_FW_LOAD=y:CONFIG_IPW2100_LEGACY_FW_LOAD=y:" Makefile
+  fi
 	
-	# Debug sucks
-	  sedit "s:CONFIG_IPW2100_DEBUG=y:#CONFIG_IPW2100_DEBUG=y:" Makefile
+  # Debug sucks
+  message "Disabling debug messages ..."
+  sedit "s:CONFIG_IPW_DEBUG=y:#CONFIG_IPW_DEBUG=y:" Makefile
 	
-	# Patching sucks
-	  patch_it $SOURCE3 0
-		
-	make HOSTAP=hostap-driver-$HOSTAPVER	&&
-	prepare_install &&
+  make HOSTAP=hostap-driver-$HOSTAPVER	&&
+  prepare_install &&
   make install
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	15 Sep 2004 10:46:02 -0000	1.6
+++ DETAILS	28 Sep 2004 01:55:42 -0000	1.7
@@ -1,15 +1,15 @@
 	  MODULE=ipw2100
-	 VERSION=0.54
+	 VERSION=0.55
 	  SOURCE=$MODULE-$VERSION.tgz
        HOSTAPVER=0.2.4
 	 SOURCE2=hostap-driver-$HOSTAPVER.tar.gz
-	 SOURCE3=ipw2100-0.54_debug.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
      SOURCE2_URL=http://hostap.epitest.fi/releases/$SOURCE2
-     SOURCE3_URL=http://ketrenos.com/patches/$SOURCE3
+      SOURCE_VFY=sha1:fc2e7fd35a35a37025d1a5b6b53d15e856180ba1
+     SOURCE2_VFY=sha1:5ef5ecb6a753aeb2fb283fce576965ef6a1839e5
 	 ENTERED=20040430
-	 UPDATED=20040915
+	 UPDATED=20040928
 	   SHORT="Intel PRO/Wireless 2100 Driver for Linux"
 cat << EOF
 This project was created by Intel to enable support for the Intel

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/PRE_BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PRE_BUILD	1 May 2004 14:37:42 -0000	1.1
+++ PRE_BUILD	28 Sep 2004 01:55:42 -0000	1.2
@@ -1,6 +1,6 @@
 # We need the hostap-driver sources. This is an aweful hack. Blame Intel (R).
 
 
-unpack $SOURCE		&&
+default_pre_build	&&
 cd $SOURCE_DIRECTORY 	&&
 unpack $SOURCE2



More information about the Lunar-commits mailing list