summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 88369bf..929edc6 100644
--- a/common.mk
+++ b/common.mk
@@ -114,11 +114,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.bq.gpu_to_cpu_unsupported=1 \
debug.hwui.render_dirty_regions=false
-# RIL and scripts to disable the modem
+# RIL and the script to disable/enable the modem
PRODUCT_PACKAGES += \
libsamsung-ril \
- enable_modem.sh \
- disable_modem.sh
+ modem.sh
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,gprs,ppp0,rmnet0,rmnet1 \