From 52d4093d7ec8b4071e2c075ea94dceff06a89b8b Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 21 Feb 2016 13:59:11 +0200 Subject: [PATCH] wpa_supplicant: added EAP support --- configs/bananapi_defconfig | 1 + configs/cubietruck_defconfig | 1 + configs/odroidc1_defconfig | 2 +- configs/odroidxu4_defconfig | 1 + configs/raspberrypi2_defconfig | 1 + configs/raspberrypi_defconfig | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/bananapi_defconfig b/configs/bananapi_defconfig index e0bc578eec..6ce711c616 100644 --- a/configs/bananapi_defconfig +++ b/configs/bananapi_defconfig @@ -106,6 +106,7 @@ BR2_PACKAGE_SAMBA4=y BR2_PACKAGE_WGET=y BR2_PACKAGE_WIRELESS_TOOLS=y BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_BASH=y BR2_PACKAGE_UTIL_LINUX_BINARIES=y diff --git a/configs/cubietruck_defconfig b/configs/cubietruck_defconfig index ec917f64b5..13d0516956 100644 --- a/configs/cubietruck_defconfig +++ b/configs/cubietruck_defconfig @@ -104,6 +104,7 @@ BR2_PACKAGE_SAMBA4=y BR2_PACKAGE_WGET=y BR2_PACKAGE_WIRELESS_TOOLS=y BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_BASH=y BR2_PACKAGE_UTIL_LINUX_BINARIES=y diff --git a/configs/odroidc1_defconfig b/configs/odroidc1_defconfig index cafce03ad1..e06a3b9987 100644 --- a/configs/odroidc1_defconfig +++ b/configs/odroidc1_defconfig @@ -19,7 +19,6 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/hardkernel/linux/archive/98b7d2c2c9da3d43d42adce240edef98c3c50a43.tar.gz" -BR2_LINUX_KERNEL_PATCH="" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/odroidc1/kernel.config" BR2_LINUX_KERNEL_DTS_SUPPORT=y @@ -98,6 +97,7 @@ BR2_PACKAGE_SAMBA4=y BR2_PACKAGE_WGET=y BR2_PACKAGE_WIRELESS_TOOLS=y BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_BASH=y BR2_PACKAGE_UTIL_LINUX_BINARIES=y diff --git a/configs/odroidxu4_defconfig b/configs/odroidxu4_defconfig index 7e3b7c5089..24696b5936 100644 --- a/configs/odroidxu4_defconfig +++ b/configs/odroidxu4_defconfig @@ -97,6 +97,7 @@ BR2_PACKAGE_SAMBA4=y BR2_PACKAGE_WGET=y BR2_PACKAGE_WIRELESS_TOOLS=y BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_BASH=y BR2_PACKAGE_UTIL_LINUX_BINARIES=y diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index 36ed305cf3..a466a5f6ca 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -112,6 +112,7 @@ BR2_PACKAGE_SAMBA4=y BR2_PACKAGE_WGET=y BR2_PACKAGE_WIRELESS_TOOLS=y BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_BASH=y BR2_PACKAGE_UTIL_LINUX_BINARIES=y diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 956b924cc4..bbc43b46e6 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -113,6 +113,7 @@ BR2_PACKAGE_SAMBA4=y BR2_PACKAGE_WGET=y BR2_PACKAGE_WIRELESS_TOOLS=y BR2_PACKAGE_WPA_SUPPLICANT=y +BR2_PACKAGE_WPA_SUPPLICANT_EAP=y BR2_PACKAGE_WPA_SUPPLICANT_CLI=y BR2_PACKAGE_BASH=y BR2_PACKAGE_UTIL_LINUX_BINARIES=y