Skip to content

Commit 2d1c358

Browse files
konradybciovanyasem
authored andcommitted
usbnet: fix ssh command (#95)
* usbnet: fix ssh command * fix telnet command
1 parent 18ec038 commit 2d1c358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

porting/debug-build/usbnet.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Then, run the following command as root on your phone:
2222

2323
If you're in initrd debug (telnet)::
2424

25-
ip route add default gw 192.168.2.1
25+
route add default gw 192.168.2.1
2626
2727
If you're in the real rootfs (ssh)::
2828

29-
ip route add default gw 10.15.19.100
29+
ip route add default via 10.15.19.100
3030

3131
Then try ``ping 8.8.8.8`` from the phone. The pings should go through.
3232

0 commit comments

Comments
 (0)