1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 19:35:52 +03:00
openwrt-xburst/target/linux/omap24xx/base-files/etc/config/network
mb 01d58dbf4e n810: Add usb networking to default net config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 00:09:51 +00:00

16 lines
314 B
Plaintext

config interface loopback
option ifname lo
option proto static
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