From: Joshua Oreman Date: Sun, 29 Nov 2009 19:10:48 +0000 (-0500) Subject: [config] Enable WPA2 by default X-Git-Tag: v1.0.0-rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cc41174cb0b1625c583fcc07573dbaee8571a2c;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/config/general.h b/src/config/general.h index 99724813e..5187e2a17 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