Merge "Push wpa_supplicant modules down to the leaf product config."
diff --git a/device.mk b/device.mk
index 1c4b50d..1db26ea 100644
--- a/device.mk
+++ b/device.mk
@@ -113,6 +113,12 @@
 DEVICE_PACKAGE_OVERLAYS := \
     device/lge/hammerhead/overlay
 
+PRODUCT_PACKAGES := \
+    libwpa_client \
+    hostapd \
+    wpa_supplicant \
+    wpa_supplicant.conf
+
 # Live Wallpapers
 PRODUCT_PACKAGES += \
     LiveWallpapersPicker \