From: Kevin F. Haggerty Date: Wed, 10 Oct 2018 13:06:28 +0000 (-0600) Subject: j7elte: Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6f5c88d401e9ce3a8abba359e8d88846efd0472f;p=GitHub%2FLineageOS%2Fandroid_device_samsung_j7elte.git 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 --- 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