[Lunar-commits] r15414 - moonbase/trunk/net/ipw2100

Moritz Heiber moe at lunar-linux.org
Sun Jun 19 12:35:39 UTC 2005


Author: moe
Date: 2005-06-19 12:35:38 +0000 (Sun, 19 Jun 2005)
New Revision: 15414

Modified:
   moonbase/trunk/net/ipw2100/BUILD
   moonbase/trunk/net/ipw2100/DETAILS
Log:
Adding a patch to make it compile with 2.6.12.
A new ipw2* release is expected to appear shortly
so this is a just a workaround.



Modified: moonbase/trunk/net/ipw2100/BUILD
===================================================================
--- moonbase/trunk/net/ipw2100/BUILD	2005-06-19 06:19:19 UTC (rev 15413)
+++ moonbase/trunk/net/ipw2100/BUILD	2005-06-19 12:35:38 UTC (rev 15414)
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 0 &&
+
   if [ $WITH_WPA == "y" ] ; then
     message "${MESSAGE_COLOR}Enabling WPA support ...${DEFAULT_COLOR}"
     sedit 's/#\ CONFIG_IEEE80211_WPA/CONFIG_IEEE80211_WPA/' Makefile

Modified: moonbase/trunk/net/ipw2100/DETAILS
===================================================================
--- moonbase/trunk/net/ipw2100/DETAILS	2005-06-19 06:19:19 UTC (rev 15413)
+++ moonbase/trunk/net/ipw2100/DETAILS	2005-06-19 12:35:38 UTC (rev 15414)
@@ -1,10 +1,13 @@
 	  MODULE=ipw2100
 	 VERSION=1.1.0
 	  SOURCE=$MODULE-$VERSION.tgz
+	 SOURCE2=$MODULE-$VERSION-multicast.patch
       SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=sha1:d01cab7b357652eb8a3a1e1da488b8153c48f4bc
+     SOURCE2_VFY=sha1:4b497445f72c834417747ee5fd467cc071e4b180
 	 ENTERED=20040430
-	 UPDATED=20050614
+	 UPDATED=20050619
 	   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