Skip to content

Commit

Permalink
board/pluto: Add support for Android USB Tethering
Browse files Browse the repository at this point in the history
Signed-off-by: Rakesh Peter <[email protected]>
  • Loading branch information
r4d10n authored and mhennerich committed Feb 23, 2023
1 parent e5b7b35 commit abef218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/pluto/S40network
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ create_system_files () {
echo -e "auto lo\n""iface lo inet loopback\n" > $IFAC
echo -e "auto usb0\n""iface usb0 inet static" >> $IFAC
echo -e "\taddress $IPADDR\n""\tnetmask $NETMASK\n" >> $IFAC
echo -e "auto usb1\n""iface usb1 inet dhcp\n" >> $IFAC

echo -e "auto eth0" >> $IFAC
if [ -n "$ETH_IPADDR" ]
Expand Down

0 comments on commit abef218

Please sign in to comment.