2
0
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:
John Crispin
2007-12-20 22:29:45 +00:00
parent 498a2e3070
commit b998d4fa51
39 changed files with 10657 additions and 0 deletions

View 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