Skip to content

Conversation

@jbruechert
Copy link
Member

@jbruechert jbruechert commented Jan 7, 2018

I have previously proven not to be an expert in using the ip command, so please report if I made some mistakes :/

As requested in the telegram group, I changed the default ip to the one used by hybris-boot.

Closes #3

The usb-tethering script should be ported to ip sooner or later
usb-tethering Outdated
ip address add $LOCAL_IP dev rndis0 && USB_IFACE=rndis0
if [ -z "$USB_IFACE" ]; then
ifconfig usb0 $LOCAL_IP && USB_IFACE=usb0
ip adress add $LOCAL_IP dev usb0 && USB_IFACE=usb0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: address

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, should be fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants