This website requires JavaScript.
Explore
Help
Register
Sign In
ADHOC
/
replicant-vendor_replicant
Watch
3
Star
0
Fork
0
You've already forked replicant-vendor_replicant
Code
Issues
6
Pull Requests
Releases
Activity
4eb2673f34
replicant-vendor_replicant
/
prebuilt
/
common
/
etc
/
init.d
/
04modules
11 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add init.d stuff.
2010-07-06 03:09:35 +00:00
#!/system/bin/sh
#
# Load any extra modules
Some apps are requiring IPv6 now for some reason.
2010-07-11 06:17:06 +00:00
MODULES="ipv6"
Add init.d stuff.
2010-07-06 03:09:35 +00:00
for i in $MODULES;
do
modprobe $i;
done
Reference in New Issue
Copy Permalink