[Lunar-commits] CVS: moonbase/net/ipw2100 BUILD, 1.7, 1.8 CONFIGURE, 1.2, 1.3 DETAILS, 1.10, 1.11

Moritz Heiber moe at lunar-linux.org
Mon Nov 1 16:29:13 UTC 2004


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

Modified Files:
	BUILD CONFIGURE DETAILS 
Log Message:
Yeah .. WPA-PSK is not perfect .. but better than nothing.
This finally fixes the WPA support for the ipw2100 driver
(including the 0.57 release of the driver itself).


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	28 Sep 2004 01:55:42 -0000	1.7
+++ BUILD	1 Nov 2004 16:29:11 -0000	1.8
@@ -4,6 +4,11 @@
     message "Enabling legacy firmware loading ..."
     sedit "s:# CONFIG_IPW2100_LEGACY_FW_LOAD=y:CONFIG_IPW2100_LEGACY_FW_LOAD=y:" Makefile
   fi
+
+  if [ $WITH_WPA ]; then
+    message "Enabling WPA support ..."
+    sedit "s:# CONFIG_IEEE80211_WPA=$(CONFIG_IEEE80211_CRYPT):CONFIG_IEEE80211_WPA=$(CONFIG_IEEE80211_CRYPT):" Makefile
+  fi
 	
   # Debug sucks
   message "Disabling debug messages ..."

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE	25 May 2004 08:51:09 -0000	1.2
+++ CONFIGURE	1 Nov 2004 16:29:11 -0000	1.3
@@ -4,7 +4,14 @@
     WITH_LEGACY="y"
   fi
 
+if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
+
+  if  query  "Enable WPA support?" y;  then
+    WITH_WPA="y"
+  fi
+
   echo  'WITH_LEGACY='\"$WITH_LEGACY\"    >>  $MODULE_CONFIG
+  echo  'WITH_WPA='\"$WITH_WPA\"    >>  $MODULE_CONFIG
   echo  'CONFIGURED="y"'  >>  $MODULE_CONFIG
 
 fi

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS	19 Oct 2004 10:48:59 -0000	1.10
+++ DETAILS	1 Nov 2004 16:29:11 -0000	1.11
@@ -1,14 +1,14 @@
 	  MODULE=ipw2100
-	 VERSION=0.56
+	 VERSION=0.57
 	  SOURCE=$MODULE-$VERSION.tgz
        HOSTAPVER=0.2.5
 	 SOURCE2=hostap-driver-$HOSTAPVER.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
      SOURCE2_URL=http://hostap.epitest.fi/releases/
-      SOURCE_VFY=sha1:211a8c12723f156c94264c5799226ad28c7bc090
+      SOURCE_VFY=sha1:0e82f83a54b207d49b351ceb6a75acbd3ab7ad8a
      SOURCE2_VFY=sha1:46f269f9f9425c3f1fd053a1b4210cf17a0c902c
 	 ENTERED=20040430
-	 UPDATED=20041015
+	 UPDATED=20041101
 	   SHORT="Intel PRO/Wireless 2100 Driver for Linux"
 cat << EOF
 This project was created by Intel to enable support for the Intel



More information about the Lunar-commits mailing list