[Lunar-commits] CVS: moonbase/net/wpa_supplicant BUILD, 1.3,
1.4 DEPENDS, 1.2, 1.3
Joel Vennin
jol at lunar-linux.org
Mon Dec 6 18:23:28 UTC 2004
Update of /var/cvs/lunar/moonbase/net/wpa_supplicant
In directory espresso.foo-projects.org:/tmp/cvs-serv24261
Modified Files:
BUILD DEPENDS
Log Message:
- Add optional depend on ndiswrapper
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wpa_supplicant/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 1 Nov 2004 16:29:11 -0000 1.3
+++ BUILD 6 Dec 2004 18:23:26 -0000 1.4
@@ -2,9 +2,13 @@
patch_it $SOURCE2 1 &&
+ if module_installed ndiswrapper; then
+ OPTS="$OPTS CONFIG_DRIVER_NDISWRAPPER=y"
+ fi &&
+
if [ $WITH_IPW2100 ]; then
OPTS="$OPTS CONFIG_DRIVER_IPW2100=y"
- fi
+ fi &&
for option in \
CONFIG_DRIVER_HOSTAP=y \
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wpa_supplicant/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 19 Oct 2004 19:11:23 -0000 1.2
+++ DEPENDS 6 Dec 2004 18:23:26 -0000 1.3
@@ -1,3 +1,5 @@
depends wireless_tools &&
depends openssl &&
-depends hostap-driver
+depends hostap-driver &&
+optional_depends "ndiswrapper" "" "" "for ndiswrapper driver support"
+
More information about the Lunar-commits
mailing list