commit | 9e0208ce64ce633b9d18e178ef4638a6350e4c08 | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Sun Jul 11 02:17:06 2010 -0400 |
committer | Steve Kondik <shade@chemlab.org> | Sun Jul 11 02:17:06 2010 -0400 |
tree | 1a924125c4522fb66cc6702469e6c3a6acb16be4 | |
parent | 867d96c0190967b48ad20c11b60ab0ecd8368239 [diff] |
Some apps are requiring IPv6 now for some reason.
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