[Lunar-commits]
CVS: moonbase/net/ipw2100 BUILD, 1.9, 1.10 CONFIGURE,
1.4, 1.5 DETAILS, 1.11, 1.12
Moritz Heiber
moe at lunar-linux.org
Fri Nov 5 15:38:32 UTC 2004
Update of /var/cvs/lunar/moonbase/net/ipw2100
In directory espresso.foo-projects.org:/tmp/cvs-serv32074
Modified Files:
BUILD CONFIGURE DETAILS
Log Message:
Updating this module to use the new mquery function.
Note: I'm not bumping it to the latest version available
since it doesn't compile (at all). All the others in between are broken.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/BUILD,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- BUILD 1 Nov 2004 16:42:02 -0000 1.9
+++ BUILD 5 Nov 2004 15:38:30 -0000 1.10
@@ -1,11 +1,11 @@
(
- if [ $WITH_LEGACY ]; then
+ if [ $WITH_LEGACY == "y" ]; then
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
+ if [ $WITH_WPA == "y" ]; then
message "Enabling WPA support ..."
sedit "s:# CONFIG_IEEE80211_WPA:CONFIG_IEEE80211_WPA:" Makefile
fi
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/CONFIGURE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CONFIGURE 1 Nov 2004 16:42:02 -0000 1.4
+++ CONFIGURE 5 Nov 2004 15:38:30 -0000 1.5
@@ -1,15 +1,2 @@
-if ! grep -q CONFIGURED $MODULE_CONFIG; then
-
- if query "Enable legacy firmware loading?" y; then
- WITH_LEGACY="y"
- fi
-
- 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
+mquery WITH_LEGACY "Enable legacy firmware loading?" y
+mquery WITH_WPA "Enable WPA support?" y
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 1 Nov 2004 16:29:11 -0000 1.11
+++ DETAILS 5 Nov 2004 15:38:30 -0000 1.12
@@ -1,11 +1,11 @@
MODULE=ipw2100
- VERSION=0.57
+ VERSION=0.56
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:0e82f83a54b207d49b351ceb6a75acbd3ab7ad8a
+ SOURCE_VFY=sha1:211a8c12723f156c94264c5799226ad28c7bc090
SOURCE2_VFY=sha1:46f269f9f9425c3f1fd053a1b4210cf17a0c902c
ENTERED=20040430
UPDATED=20041101
More information about the Lunar-commits
mailing list