summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/etc/init.d/04modules
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-07-11 02:17:06 -0400
committerSteve Kondik <shade@chemlab.org>2010-07-11 02:17:06 -0400
commit9e0208ce64ce633b9d18e178ef4638a6350e4c08 (patch)
tree1a924125c4522fb66cc6702469e6c3a6acb16be4 /prebuilt/common/etc/init.d/04modules
parent867d96c0190967b48ad20c11b60ab0ecd8368239 (diff)
downloadvendor_replicant-9e0208ce64ce633b9d18e178ef4638a6350e4c08.zip
vendor_replicant-9e0208ce64ce633b9d18e178ef4638a6350e4c08.tar.gz
vendor_replicant-9e0208ce64ce633b9d18e178ef4638a6350e4c08.tar.bz2
Some apps are requiring IPv6 now for some reason.
Diffstat (limited to 'prebuilt/common/etc/init.d/04modules')
-rwxr-xr-xprebuilt/common/etc/init.d/04modules6
1 files changed, 1 insertions, 5 deletions
diff --git a/prebuilt/common/etc/init.d/04modules b/prebuilt/common/etc/init.d/04modules
index db18c71..ad85910 100755
--- a/prebuilt/common/etc/init.d/04modules
+++ b/prebuilt/common/etc/init.d/04modules
@@ -2,11 +2,7 @@
#
# Load any extra modules
-MODULES=""
-
-if [ "`getprop persist.net.ipv6`" = "1" ]; then
- MODULES="$MODULES ipv6"
-fi
+MODULES="ipv6"
for i in $MODULES;
do