We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194f608 commit 8e67b47Copy full SHA for 8e67b47
recovery/root/sbin/network_start.sh
@@ -1,4 +1,8 @@
1
#!/sbin/sh
2
+# this was kanged from /system/etc/init.goldfish.sh
3
+# we run it in the init.rc and it is required to get
4
+# the network running in order for adb to work in
5
+# emulator
6
7
# Setup networking when boot starts
8
ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
0 commit comments