blob: 4c6be602c99f3786bd17b5c32d6ceecdd83e3bae [file] [log] [blame]
#!/system/bin/sh
# Set up networking when boot starts.
ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
route add default gw 10.0.2.2
# Open up port 5555 for adb.
iptables -I INPUT -p tcp --dport 5555 -j ACCEPT -w