summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-22 22:33:15 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-29 02:28:19 +0100
commitf204247d144a97c35b70209a310016a28b074924 (patch)
tree767fc00c3278ae4b0082d377e52ae08037f5452f
parent249a010f6863bbe55988021f3e315a20a9dc7efb (diff)
downloaddevice_samsung_n7100-f204247d144a97c35b70209a310016a28b074924.tar.gz
device_samsung_n7100-f204247d144a97c35b70209a310016a28b074924.tar.bz2
device_samsung_n7100-f204247d144a97c35b70209a310016a28b074924.zip
Add scripts to disable the modemreplicant-6.0-0004-rc1
The scripts are specific to libsamsung-ipc, so they are added in the device directories. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--n7100.mk6
1 files 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 \