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 | 7a33fb1c962d1881606fe7b8925afc253bf36706 (patch) | |
tree | 0e4dedf8cd332cbbbff728f3e091bb76ae884056 /package/wpa_supplicant/files | |
parent | b887b6e4fb0f5ae7e05320dce0aae2ed21a5f735 (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/openwrt@2275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant/files')
-rw-r--r-- | package/wpa_supplicant/files/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/wpa_supplicant/files/config b/package/wpa_supplicant/files/config index fe7d269da..19a0fd329 100644 --- a/package/wpa_supplicant/files/config +++ b/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 |