diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 12:22:13 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 12:22:13 +0000 |
commit | 6889d835572a0087f17aefe8b5a4a4cd4d94d349 (patch) | |
tree | 88ed683e792e8b40202c588a6e5fbae1a6ac3b9e /openwrt/package/wpa_supplicant/files/config | |
parent | 88e1c410c38ccc14564fd403329945529ca3a2fe (diff) |
update wpa_supplicant to latest development release (v0.4.5),
add drivers for hostap, madwifi and generic wext.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wpa_supplicant/files/config')
-rw-r--r-- | openwrt/package/wpa_supplicant/files/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/wpa_supplicant/files/config b/openwrt/package/wpa_supplicant/files/config index fe7d269da..19a0fd329 100644 --- a/openwrt/package/wpa_supplicant/files/config +++ b/openwrt/package/wpa_supplicant/files/config @@ -1,5 +1,8 @@ # rather important CONFIG_DRIVER_BROADCOM=y +CONFIG_DRIVER_HOSTAP=y +CONFIG_DRIVER_MADWIFI=y +CONFIG_DRIVER_WEXT=y CONFIG_IEEE8021X_EAPOL=y CONFIG_CTRL_IFACE=y |