forked from Ivasoft/openwrt
move danube folder to ifxmips, to allow future integration of the other chips
SVN-Revision: 9815
This commit is contained in:
14
target/linux/ifxmips/base-files/etc/config/network
Normal file
14
target/linux/ifxmips/base-files/etc/config/network
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
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 bridge
|
||||
option proto static
|
||||
option ipaddr 192.168.45.110
|
||||
option netmask 255.255.255.0
|
||||
Reference in New Issue
Block a user