From 1cc41174cb0b1625c583fcc07573dbaee8571a2c Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Sun, 29 Nov 2009 14:10:48 -0500 Subject: [config] Enable WPA2 by default Wireless gPXE images are already so large that user-friendliness seems to trump ROM-size friendliness in this case. Signed-off-by: Marty Connor --- src/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/general.h b/src/config/general.h index 99724813..5187e2a1 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -70,7 +70,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #define CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */ #define CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */ -#undef CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */ +#define CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */ /* * Name resolution modules -- cgit v1.2.3-55-g7522