[Lunar-commits] CVS: moonbase/net/wpa_supplicant BUILD, 1.2, 1.3 CONFIGURE, 1.1, 1.2 DETAILS, 1.1, 1.2

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


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

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/wpa_supplicant/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	19 Oct 2004 19:11:23 -0000	1.2
+++ BUILD	1 Nov 2004 16:29:11 -0000	1.3
@@ -1,4 +1,7 @@
 (
+  
+  patch_it $SOURCE2 1	&&
+
   if [ $WITH_IPW2100 ]; then
 	OPTS="$OPTS CONFIG_DRIVER_IPW2100=y"
   fi
@@ -6,6 +9,7 @@
   for option in \
   CONFIG_DRIVER_HOSTAP=y \
   CONFIG_DRIVER_PRISM54=y \
+  $OPTS \
   CONFIG_WIRELESS_EXTENSION=y \
   CONFIG_IEEE8021X_EAPOL=y \
   CONFIG_EAP_MD5=y \
@@ -18,8 +22,7 @@
   CONFIG_EAP_SIM=y \
   CONFIG_EAP_AKA=y \
   CONFIG_EAP_PSK=y \
-  CONFIG_EAP_LEAP=y \
-  $OPTS; do
+  CONFIG_EAP_LEAP=y; do
 	echo $option >> .config;
   done &&
 

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wpa_supplicant/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE	19 Oct 2004 19:11:23 -0000	1.1
+++ CONFIGURE	1 Nov 2004 16:29:11 -0000	1.2
@@ -1,7 +1,7 @@
 if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
 
   if  query  "Enable support for the IPW2100 driver?" y;  then
-    $WITH_IPW2100="y"
+    WITH_IPW2100="y"
   fi
 
   echo  'WITH_IPW2100='\"$WITH_IPW2100\"    >>  $MODULE_CONFIG

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wpa_supplicant/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	19 Oct 2004 18:20:46 -0000	1.1
+++ DETAILS	1 Nov 2004 16:29:11 -0000	1.2
@@ -1,9 +1,12 @@
           MODULE=wpa_supplicant
          VERSION=0.2.5
           SOURCE=$MODULE-$VERSION.tar.gz
+	 SOURCE2=wpa_supplicant-0.2.5-ipw2100.diff
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=http://hostap.epitest.fi/releases/
+     SOURCE2_URL=http://www.uninova.pt/~pmr/files/WPA/
       SOURCE_VFY=sha1:37c49ba2d8ab2600f99486790f865b7f3bfa5fe9
+     SOURCE2_VFY=sha1:608e5b822319f65bf9fc9b71fd525a0f2b6a0a6c
         WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/
          ENTERED=20041019
          UPDATED=20041019



More information about the Lunar-commits mailing list