j7elte: Set TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE to
authorKevin F. Haggerty <haggertk@lineageos.org>
Wed, 10 Oct 2018 13:06:28 +0000 (07:06 -0600)
committerDario Trombello <dariotr@outlook.de>
Thu, 18 Jun 2020 19:41:25 +0000 (21:41 +0200)
 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

index 7055deff73754c3e23446d25f70625009d79ebf3..292dc561a04856e098707db696b3304a90e8bbab 100644 (file)
@@ -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