[Lunar-commits] r15095 - moonbase/trunk/net/ipw2100
Moritz Heiber
moe at lunar-linux.org
Fri May 27 05:56:19 UTC 2005
Author: moe
Date: 2005-05-27 05:56:17 +0000 (Fri, 27 May 2005)
New Revision: 15095
Modified:
moonbase/trunk/net/ipw2100/BUILD
moonbase/trunk/net/ipw2100/CONFIGURE
Log:
Maybe I'm going to update it to 1.1.0 in the next couple of hours
Modified: moonbase/trunk/net/ipw2100/BUILD
===================================================================
--- moonbase/trunk/net/ipw2100/BUILD 2005-05-26 21:12:22 UTC (rev 15094)
+++ moonbase/trunk/net/ipw2100/BUILD 2005-05-27 05:56:17 UTC (rev 15095)
@@ -1,13 +1,14 @@
(
- if [ $WITH_WPA == "y" ]; then
- message "Enabling WPA support ..."
- sedit "s:# CONFIG_IEEE80211_WPA:CONFIG_IEEE80211_WPA:" Makefile
- fi
+ if [ $WITH_WPA == "y" ] ; then
+ message "${MESSAGE_COLOR}Enabling WPA support ...${DEFAULT_COLOR}"
+ sedit 's/#\ CONFIG_IEEE80211_WPA/CONFIG_IEEE80211_WPA/' Makefile
+ fi &&
- # Debug sucks
- message "Disabling debug messages ..."
- sedit "s:CONFIG_IPW_DEBUG=y:#CONFIG_IPW_DEBUG=y:" Makefile
+ if [ $WITH_DEBUG == "y" ] ; then
+ message "${MESSAGE_COLOR}Disabling debug messages ...${DEFAULT_COLOR}"
+ sedit 's/CONFIG_IPW_DEBUG=y/#CONFIG_IPW_DEBUG=y/' Makefile
+ fi &&
default_make
Modified: moonbase/trunk/net/ipw2100/CONFIGURE
===================================================================
--- moonbase/trunk/net/ipw2100/CONFIGURE 2005-05-26 21:12:22 UTC (rev 15094)
+++ moonbase/trunk/net/ipw2100/CONFIGURE 2005-05-27 05:56:17 UTC (rev 15095)
@@ -1 +1,2 @@
-mquery WITH_WPA "Enable WPA support?" y
+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