[Lunar-commits] r16518 - moonbase/trunk/wifi/ipw2100

Moritz Heiber moe at lunar-linux.org
Fri Sep 16 22:44:36 UTC 2005


Author: moe
Date: 2005-09-16 22:44:35 +0000 (Fri, 16 Sep 2005)
New Revision: 16518

Modified:
   moonbase/trunk/wifi/ipw2100/BUILD
   moonbase/trunk/wifi/ipw2100/CONFIGURE
Log:
* WPA support no longer depends on this driver
* Really disable debug messages



Modified: moonbase/trunk/wifi/ipw2100/BUILD
===================================================================
--- moonbase/trunk/wifi/ipw2100/BUILD	2005-09-16 22:08:47 UTC (rev 16517)
+++ moonbase/trunk/wifi/ipw2100/BUILD	2005-09-16 22:44:35 UTC (rev 16518)
@@ -1,11 +1,5 @@
 (
-
-  if [ $WITH_WPA == "y" ] ; then
-    message "${MESSAGE_COLOR}Enabling WPA support ...${DEFAULT_COLOR}"
-    sedit 's/#\ CONFIG_IEEE80211_WPA/CONFIG_IEEE80211_WPA/' Makefile
-  fi &&
-	
-  if [ $WITH_DEBUG == "y" ] ; then
+  if [ $WITH_DEBUG == "n" ] ; then
   message "${MESSAGE_COLOR}Disabling debug messages ...${DEFAULT_COLOR}"
   sedit 's/CONFIG_IPW_DEBUG=y/#CONFIG_IPW_DEBUG=y/' Makefile
   fi &&

Modified: moonbase/trunk/wifi/ipw2100/CONFIGURE
===================================================================
--- moonbase/trunk/wifi/ipw2100/CONFIGURE	2005-09-16 22:08:47 UTC (rev 16517)
+++ moonbase/trunk/wifi/ipw2100/CONFIGURE	2005-09-16 22:44:35 UTC (rev 16518)
@@ -1,2 +1 @@
-mquery WITH_WPA   "Enable WPA support?" y
 mquery WITH_DEBUG "Enable debug output (for testing purposes)?" n



More information about the Lunar-commits mailing list