forked from Ivasoft/openwrt
revamp target: add support for netusg20 board
SVN-Revision: 21838
This commit is contained in:
18
target/linux/at91/base-files/etc/config/network
Normal file
18
target/linux/at91/base-files/etc/config/network
Normal file
@@ -0,0 +1,18 @@
|
||||
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 ifname eth0
|
||||
option type none
|
||||
option proto dhcp
|
||||
|
||||
config interface debug
|
||||
option ifname usb0
|
||||
option type none
|
||||
option proto static
|
||||
option ipaddr 172.18.0.18
|
||||
option netmash 255.255.255.0
|
||||
|
||||
Reference in New Issue
Block a user