mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
n810: Add usb networking to default net config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9de501aa56
commit
01d58dbf4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user