[Lunar-commits] r16519 - moonbase/trunk/wifi/wpa_supplicant
Moritz Heiber
moe at lunar-linux.org
Fri Sep 16 22:56:21 UTC 2005
Author: moe
Date: 2005-09-16 22:56:20 +0000 (Fri, 16 Sep 2005)
New Revision: 16519
Modified:
moonbase/trunk/wifi/wpa_supplicant/BUILD
moonbase/trunk/wifi/wpa_supplicant/DEPENDS
Log:
Much better now .. still missing madwifi and
broadcom support though :-/
Modified: moonbase/trunk/wifi/wpa_supplicant/BUILD
===================================================================
--- moonbase/trunk/wifi/wpa_supplicant/BUILD 2005-09-16 22:44:35 UTC (rev 16518)
+++ moonbase/trunk/wifi/wpa_supplicant/BUILD 2005-09-16 22:56:20 UTC (rev 16519)
@@ -1,17 +1,11 @@
(
-
- if module_installed ndiswrapper; then
- OPTS="$OPTS CONFIG_DRIVER_NDISWRAPPER=y"
- fi &&
-
- if module_installed ipw2100 || module_installed ipw2200 ; then
- OPTS="$OPTS CONFIG_DRIVER_IPW=y"
- fi &&
-
for option in \
CONFIG_DRIVER_HOSTAP=y \
CONFIG_DRIVER_PRISM54=y \
- $OPTS \
+ CONFIG_DRIVER_NDISWRAPPER=y \
+ CONFIG_DRIVER_ATMEL=y \
+ CONFIG_DRIVER_WEXT=y \
+ CONFIG_DRIVER_IPW=y \
CONFIG_WIRELESS_EXTENSION=y \
CONFIG_IEEE8021X_EAPOL=y \
CONFIG_EAP_MD5=y \
@@ -30,9 +24,7 @@
make &&
prepare_install &&
- install -m755 wpa_supplicant /usr/bin &&
- install -m755 wpa_cli /usr/bin &&
- install -m755 wpa_passphrase /usr/bin &&
+ install -m755 wpa_supplicant wpa_cli wpa_passphrase /usr/bin &&
gather_docs developer.txt wpa_supplicant.conf
Modified: moonbase/trunk/wifi/wpa_supplicant/DEPENDS
===================================================================
--- moonbase/trunk/wifi/wpa_supplicant/DEPENDS 2005-09-16 22:44:35 UTC (rev 16518)
+++ moonbase/trunk/wifi/wpa_supplicant/DEPENDS 2005-09-16 22:56:20 UTC (rev 16519)
@@ -1,5 +1,4 @@
depends wireless_tools &&
-depends openssl &&
-depends hostap-driver &&
-optional_depends "ndiswrapper" "" "" "for ndiswrapper driver support"
-
+depends libpcap &&
+depends openssl &&
+depends hostap-driver
More information about the Lunar-commits
mailing list