[Lunar-commits] r23129 - moonbase/trunk/wifi/wpa_supplicant

Moritz Heiber moe at lunar-linux.org
Sun Feb 4 20:32:47 CET 2007


Author: moe
Date: 2007-02-04 20:32:46 +0100 (Sun, 04 Feb 2007)
New Revision: 23129

Modified:
   moonbase/trunk/wifi/wpa_supplicant/BUILD
Log:
I'm amazed nobody ever noticed that we didn't (ever) build remote
control support. This is a very handy tool. You can even have a seperate
group maintain control over a running process .. or have one wpa_supplicant
monitor any connection based on dbus events send by a client.
(Hint: Might come in handy for a lnet redesign)



Modified: moonbase/trunk/wifi/wpa_supplicant/BUILD
===================================================================
--- moonbase/trunk/wifi/wpa_supplicant/BUILD	2007-02-04 15:54:24 UTC (rev 23128)
+++ moonbase/trunk/wifi/wpa_supplicant/BUILD	2007-02-04 19:32:46 UTC (rev 23129)
@@ -1,6 +1,9 @@
 (
+  sedit "s/\/usr\/local/\/usr/g" Makefile &&
+  sedit "s/dynamic_eap_methods//" Makefile &&
+  
   for option in \
-      DNET_PCAP \
+      DNET_PCAP CTRL_IFACE CTRL_IFACE_DBUS \
       DRIVER_{HOSTAP,PRISM54,NDISWRAPPER,ATMEL,WEXT,IPW,WIRED} \
       WIRELESS_EXTENSION IEEE8021X_EAPOL MSCHAPV2 \
       EAP_{MD5,TLS,PEAP,TTLS,GTC,OTP,SIM,AKA,PSK,LEAP}
@@ -8,9 +11,7 @@
     echo "CONFIG_${option}=y" >> .config
   done &&
 
-  make &&
-  prepare_install &&
-  install -m755 wpa_supplicant wpa_cli wpa_passphrase /usr/bin/ &&
+  default_make && 
 
   gather_docs developer.txt wpa_supplicant.conf
 



More information about the Lunar-commits mailing list