am 48feb167: am a395c6c1: am 18ee9e5e: Merge "Push wpa_supplicant modules down to the leaf product config."
* commit '48feb167d5064be1f12e856217d3f4358f324486':
Push wpa_supplicant modules down to the leaf product config.
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk
index 5fdbd1b..8f698ec 100644
--- a/target/board/generic/BoardConfig.mk
+++ b/target/board/generic/BoardConfig.mk
@@ -38,8 +38,6 @@
endif
endif
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
diff --git a/target/board/generic_aarch64/BoardConfig.mk b/target/board/generic_aarch64/BoardConfig.mk
index f03122b..b4dfa97 100644
--- a/target/board/generic_aarch64/BoardConfig.mk
+++ b/target/board/generic_aarch64/BoardConfig.mk
@@ -35,8 +35,6 @@
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
# Build and enable the OpenGL ES View renderer. When running on the emulator,
# the GLES renderer disables itself if host GL acceleration isn't available.
USE_OPENGL_RENDERER := true
diff --git a/target/board/generic_mips/BoardConfig.mk b/target/board/generic_mips/BoardConfig.mk
index 4648a90..e6f43af 100644
--- a/target/board/generic_mips/BoardConfig.mk
+++ b/target/board/generic_mips/BoardConfig.mk
@@ -42,8 +42,6 @@
endif
endif
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
# Build OpenGLES emulation guest and host libraries
BUILD_EMULATOR_OPENGL := true
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk
index b86fcef..ed7da38 100644
--- a/target/board/generic_x86/BoardConfig.mk
+++ b/target/board/generic_x86/BoardConfig.mk
@@ -27,8 +27,6 @@
WITH_DEXPREOPT := true
endif
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true
diff --git a/target/board/generic_x86_64/BoardConfig.mk b/target/board/generic_x86_64/BoardConfig.mk
index 60dd339..8a2fd13 100755
--- a/target/board/generic_x86_64/BoardConfig.mk
+++ b/target/board/generic_x86_64/BoardConfig.mk
@@ -27,8 +27,6 @@
WITH_DEXPREOPT := true
endif
-WPA_SUPPLICANT_VERSION := VER_0_8_X
-
# Build OpenGLES emulation host and guest libraries
BUILD_EMULATOR_OPENGL := true