n810: Add usb networking to default net config

SVN-Revision: 25917
This commit is contained in:
Michael Büsch 2011-03-07 00:09:51 +00:00
parent dcb66b0593
commit 00d2c4b048

View File

@ -1,9 +1,15 @@
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option proto dhcp
option netmask 255.255.255.0
config interface usb
option ifname usb0
option proto static
option ipaddr 192.168.168.168
option netmask 255.255.255.0
option ip6addr fe80::810:1