[Lunar-commits] <moonbase> lunar-init: remove -w option for wpa_supplicant.

Florin Braescu florin at lunar-linux.org
Sat Mar 21 18:41:03 CET 2009


commit 8b3511e6354f1f9cff974e72fafb951e368885a7
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Mar 21 19:41:03 2009 +0200

    lunar-init: remove -w option for wpa_supplicant.
---
 utils/lunar-init/network |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/lunar-init/network b/utils/lunar-init/network
index 5c8fa13..d63e481 100644
--- a/utils/lunar-init/network
+++ b/utils/lunar-init/network
@@ -156,7 +156,7 @@ function device_start()
 
 			# FIXME: Make the config file configurable. 
 			# Also, rely on the configuration to determine whether or not the interface is enabled
-			$WPA_SUPPLICANT $WPA_SUPPLICANT_FLAGS -B -w -Dwext -i$1 -c/etc/wpa_supplicant.conf
+			$WPA_SUPPLICANT $WPA_SUPPLICANT_FLAGS -B -Dwext -i$1 -c/etc/wpa_supplicant.conf
 
 			# finally start ifplugd
 			if ! $IFPLUGD -c -i $1 &> /dev/null ; then


More information about the Lunar-commits mailing list