From 160b0668c205548f051bb001fbcad30115ce447f Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Wed, 10 Oct 2018 07:06:28 -0600 Subject: [PATCH] j7elte: Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to true * Due to "specialness" in our RIL library, ConnectivityService doesn't seem to appropriately add the relevant directly- connected routes, meaning that IPv4 mobile data is inoperable due to lack of a default route. Let's reenable the legacy netd behavior to get our connectivity back. Change-Id: I59f8476ab36db0fb79856f74346e62e0dd4abae0 --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 7055def..292dc56 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -28,6 +28,9 @@ TARGET_INIT_VENDOR_LIB := libinit_sec # Kernel TARGET_KERNEL_CONFIG := lineageos_j7elte_defconfig +# Network Routing +TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true + # Partitions BOARD_HAS_NO_MISC_PARTITION:= false TARGET_USERIMAGES_USE_EXT4 := true -- 2.20.1