From: Daniel Kriesten <k...@tu-chemnitz.eu>

This adds support for the nl80211 driver, the wired driver and the
roboswitch driver. The wired and the roboswitch driver are untested and
therefore marked as broken. The nl80211 driver ist tested aon an i686
using a rtl8180 card.

Signed-off-by: Daniel Kriesten <k...@tu-chemnitz.eu>
---
rules/wpa_supplicant.in   |   22 ++++++++++++++++++++++
rules/wpa_supplicant.make |    2 +-
2 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
index 213e7e5..19e2df3 100644
--- a/rules/wpa_supplicant.in
+++ b/rules/wpa_supplicant.in
@@ -81,4 +81,26 @@ config WPA_SUPPLICANT_DRIVER_NDIS
        help
          TBD

+config WPA_SUPPLICANT_DRIVER_NL80211
+       bool
+       prompt "nl80211"
+       help
+         Driver interface for Linux drivers using the nl80211 kernel interface
+
+config WPA_SUPPLICANT_DRIVER_WIRED
+       bool
+       prompt "wired"
+       depends on BROKEN
+       help
+         Driver interface for wired Ethernet drivers
+         untested - therefore marked as broken
+
+config WPA_SUPPLICANT_DRIVER_ROBOSWITCH
+       bool
+       prompt "roboswitch"
+       depends on BROKEN
+       help
+         Driver interface for the Broadcom RoboSwitch family
+         untested - therefore marked as broken
+
endif
diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplicant.make
index 64ec067..8ac4633 100644
--- a/rules/wpa_supplicant.make
+++ b/rules/wpa_supplicant.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_WPA_SUPPLICANT) += wpa_supplicant
# Paths and names
#
WPA_SUPPLICANT_NAME     := wpa_supplicant
-WPA_SUPPLICANT_VERSION := 0.6.9
+WPA_SUPPLICANT_VERSION := 0.7.3
WPA_SUPPLICANT          := $(WPA_SUPPLICANT_NAME)-$(WPA_SUPPLICANT_VERSION)
WPA_SUPPLICANT_SUFFIX   := tar.gz
WPA_SUPPLICANT_URL      := 
http://hostap.epitest.fi/releases/$(WPA_SUPPLICANT).$(WPA_SUPPLICANT_SUFFIX)
-- 
1.7.3.4



-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to