[Replicant] [PATCH][device/samsung/n7100] Add scripts to disable the modem

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Fri Nov 22 21:33:15 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>
---
 n7100.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/n7100.mk b/n7100.mk
index 58ad5a9..4d930db 100644
--- a/n7100.mk
+++ b/n7100.mk
@@ -116,9 +116,11 @@ PRODUCT_PACKAGES += \
 
 $(call inherit-product, vendor/replicant/config/nfc_enhanced.mk)
 
-# 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