aboutsummaryrefslogtreecommitdiff
path: root/buildroot/skeleton/etc/network/interfaces
blob: d90b89e9cdf60ffd7089782b16445ada2273005c (plain)
1
2
3
4
5
6
7
8
9
10
# Configure Loopback
auto lo
iface lo inet loopback

# USB to ethernet
auto usb0
iface usb0 inet static
	address 192.168.131.201
	netmask 255.255.255.0
	gateway 192.168.131.102