From: Nolen Johnson Date: Wed, 17 May 2023 14:16:49 +0000 (-0400) Subject: odroidc4: State that device has no integrated Wi-Fi X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8284071a2601498f23ce454f2a25f8b0d4abad2c;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_hardkernel_odroidc4.git odroidc4: State that device has no integrated Wi-Fi * True, and otherwise EPPE bitches about wpa_supplicant.conf not existing. Change-Id: Ib3fc8afe2130454d80beab7157d8cdaa4c349057 --- diff --git a/device.mk b/device.mk index ce02b61..a5126a0 100644 --- a/device.mk +++ b/device.mk @@ -13,3 +13,6 @@ PRODUCT_HOST_PACKAGES += \ ## Inherit from the common tree product makefile $(call inherit-product, device/amlogic/g12-common/g12.mk) + +## Wi-Fi +BOARD_HAVE_WIFI := false