summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2016-04-22 15:24:47 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2016-04-26 21:05:23 -0500
commitc1df3749380adff283fa4d0c232bd8c76c80111e (patch)
treed7dae37fbccb55fedbeb1503b1dd9813e4a5008b
parent5660b96e49a5321a3c095f7d4b820ed849fcbd04 (diff)
downloadjacinto6evm-c1df3749380adff283fa4d0c232bd8c76c80111e.tar.gz
Temp : Disable connectivity
Disable connectivity for initial bringup. To be renabled later. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--BoardConfig.mk2
-rw-r--r--device.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 0bd06fe..a9f24b2 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -60,7 +60,7 @@ TARGET_RECOVERY_PIXEL_FORMAT := "RGB565"
TARGET_RELEASETOOLS_EXTENSIONS := device/ti/jacinto6evm
# Connectivity - Wi-Fi
-USES_TI_MAC80211 := true
+USES_TI_MAC80211 := false
ifeq ($(USES_TI_MAC80211),true)
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
WPA_SUPPLICANT_VERSION := VER_0_8_X
diff --git a/device.mk b/device.mk
index e0b1264..145f730 100644
--- a/device.mk
+++ b/device.mk
@@ -72,7 +72,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=160
# WI-Fi
-PRODUCT_PACKAGES += \
+# PRODUCT_PACKAGES += \
wpa_supplicant \
wpa_supplicant.conf \
wpa_supplicant_overlay.conf \
@@ -111,7 +111,7 @@ PRODUCT_PACKAGES += \
tinycap
# Radio
-PRODUCT_PACKAGES += \
+# PRODUCT_PACKAGES += \
RadioApp \
lad_dra7xx \
libtiipc \