Merge "leo: remove 01modules, config.xml from CMParts" into gingerbread
diff --git a/overlay/leo/packages/apps/CMParts/res/values/config.xml b/overlay/leo/packages/apps/CMParts/res/values/config.xml
deleted file mode 100644
index 1f71848..0000000
--- a/overlay/leo/packages/apps/CMParts/res/values/config.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <!-- Whether or not to display the trackball settings -->
-    <bool name="has_trackball">false</bool>
-    <bool name="has_rgb_notification_led">false</bool>
-
-    <bool name="has_led_flash">true</bool>
-</resources>
diff --git a/prebuilt/leo/etc/init.d/01modules b/prebuilt/leo/etc/init.d/01modules
deleted file mode 100755
index 77c2bec..0000000
--- a/prebuilt/leo/etc/init.d/01modules
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/system/bin/sh
-#
-# Load MODULES
-sleep 1
-insmod /system/lib/modules/msm_rmnet.ko
-insmod /system/lib/modules/tun.ko
-insmod /system/lib/modules/cifs.ko
-insmod /system/lib/modules/nls_utf8.ko
-insmod /system/lib/modules/fuse.ko
-echo "+++ RMNET / TUN / CIFS  activated +++";
diff --git a/products/cyanogen_leo.mk b/products/cyanogen_leo.mk
index 726f693..8d80f50 100644
--- a/products/cyanogen_leo.mk
+++ b/products/cyanogen_leo.mk
@@ -21,10 +21,6 @@
 # Extra leo overlay
 PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/leo
 
-# This file is used to install the enable RMNET and corresponding modules which dont get activated by normal module script
-PRODUCT_COPY_FILES += \
-    vendor/cyanogen/prebuilt/leo/etc/init.d/01modules:system/etc/init.d/01modules \
-
 # Extra RIL settings
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.ril.enable.managed.roaming=1 \