diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index cd5a740..0aec223 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -24,7 +24,7 @@ sha256sums=('20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f' '08915b040d03a3e07cdc8ea6c76b497e00059e01ce85b67413dfe41d4fc68992' '60f6a1cf2e124813dfce1da78ee1818e2ff5236aafa4113c7ae3b3f2a0b84006' 'd42bdbf3d4980b9f0a819612df0c39843c7e96c8afcb103aa656c824f93790b0' - '385c956607d9a4966b13458db60a29b7556ff0c9928d7fef59381678ce79f13b') + 'cbccff11cf90845813c1907af93ff2d5b490a4241b0130d398f9cb39776a3950') prepare() { cd "$srcdir/$pkgname-$pkgver" diff --git a/trunk/wpa_supplicant_config b/trunk/wpa_supplicant_config index 2032857..aa5b6b0 100644 --- a/trunk/wpa_supplicant_config +++ b/trunk/wpa_supplicant_config @@ -273,18 +273,18 @@ CONFIG_BACKEND=file # main = UNIX/POSIX like main() function (default) # main_winsvc = Windows service (read parameters from registry) # main_none = Very basic example (development use only) -CONFIG_MAIN=main +#CONFIG_MAIN=main # Select wrapper for operating system and C library specific functions # unix = UNIX/POSIX like systems (default) # win32 = Windows systems # none = Empty template -CONFIG_OS=unix +#CONFIG_OS=unix # Select event loop implementation # eloop = select() loop (default) # eloop_win = Windows events and WaitForMultipleObject() loop -CONFIG_ELOOP=eloop +#CONFIG_ELOOP=eloop # Should we use poll instead of select? Select is used by default. #CONFIG_ELOOP_POLL=y @@ -302,7 +302,7 @@ CONFIG_ELOOP=eloop # winpcap = WinPcap with receive thread # ndis = Windows NDISUIO (note: requires CONFIG_USE_NDISUIO=y) # none = Empty template -CONFIG_L2_PACKET=linux +#CONFIG_L2_PACKET=linux # Disable Linux packet socket workaround applicable for station interface # in a bridge for EAPOL frames. This should be uncommented only if the kernel @@ -319,7 +319,7 @@ CONFIG_L2_PACKET=linux # internal = Internal TLSv1 implementation (experimental) # linux = Linux kernel AF_ALG and internal TLSv1 implementation (experimental) # none = Empty template -CONFIG_TLS=openssl +#CONFIG_TLS=openssl # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1) # can be enabled to get a stronger construction of messages when block ciphers