[Replicant] [PATCH][device/samsung/galaxys2-common] Add scripts to disable the modem

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Fri Nov 22 21:33:13 UTC 2019


The scripts are specific to libsamsung-ipc, so they are added
in the device directories.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 common.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/common.mk b/common.mk
index 09905e0..88369bf 100644
--- a/common.mk
+++ b/common.mk
@@ -114,9 +114,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
     ro.bq.gpu_to_cpu_unsupported=1 \
     debug.hwui.render_dirty_regions=false
 
-# RIL
+# RIL and scripts to disable the modem
 PRODUCT_PACKAGES += \
-    libsamsung-ril
+    libsamsung-ril \
+    enable_modem.sh \
+    disable_modem.sh
 
 PRODUCT_PROPERTY_OVERRIDES += \
     mobiledata.interfaces=pdp0,gprs,ppp0,rmnet0,rmnet1 \
-- 
2.24.0



More information about the Replicant mailing list