[Lunar-commits] CVS: moonbase/net/ipw2100 BUILD,1.3,1.4
Auke Kok
sofar at lunar-linux.org
Sun Jun 6 12:30:56 GMT 2004
Update of /var/cvs/lunar/moonbase/net/ipw2100
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29460/net/ipw2100
Modified Files:
BUILD
Log Message:
None of these had 'prepare_install' or the default_make/build equivalent.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ipw2100/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 25 May 2004 08:51:09 -0000 1.3
+++ BUILD 6 Jun 2004 12:30:54 -0000 1.4
@@ -1,15 +1,15 @@
(
+
if [ $WITH_LEGACY ]; then
-
message "Enabling legacy firmware loading ..."
sedit "s:# CONFIG_IPW2100_LEGACY_FW_LOAD=y:CONFIG_IPW2100_LEGACY_FW_LOAD=y:" Makefile
-
fi
# For now we need a patch for hostap-dev
patch_it $SOURCE_CACHE/$SOURCE3 0
make HOSTAP=hostap-driver-$HOSTAPVER &&
- make install
+ prepare_install &&
+ make install
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list